5 modding questions... desperately need awnsers
-How can i remove the interface in battle?
-How can i remove the banners of cities in campaign?
-What needs to be done to remove cities on the campaign map withouth getting ctd and errors?
-How can i put landlocks between two provinces so noone can pas between them?
-Any easy way of knowing where and what y;x location each recource is? Or what y;x im pointing at in campaign so i know where to put additional recources or units on the right spot?
Re: 5 modding questions... desperately need awnsers
- Go to preference.txt and find MINIMAL_UI and change the value from FALSE to TRUE.
- Not sure but I know it can be done. Caius Britannicus at The Crusades mod did that. It's possible by just removing the banner .CAS file, but I don't know if there's a simpler way.
- Removing cities? Just edit the regions file. Take out the entry in descr_regions.txt and descr_strat.txt and assimilate the region into other regions in an image editor.
- Yes. There are multiple ways to do this but if I'm not mistaken, the easiest way is to either introduce unpassable forest (ground_types.tga) or "cliffs" (map_features.tga). Read more at the tutorial on map editing.
- Start the campaign, open console (with the tilde "`") and type: show_cursorstat. It will show you where your cursor is currently at.
Re: 5 modding questions... desperately need awnsers
Major thx, this will keep me going now :yes: