Quote:
Originally Posted by Fifi
(Post 1992069)
I'm talking about those tools:
|
Yes, exactly them :yep:
Quote:
Originally Posted by Fifi
(Post 1992069)
I tried to look at that, but didn't find anything.
Maybe i missed something...could you highlight me where it could be precisely?
|
Disable New UI's , open TheDarkWraithUserOptions.py (path: data/Scripts/Menu) with notepad, look for these rows:
Code:
#[OPTION]
#CATEGORY=Maps
#TYPE=0
#DESCRIPTION=Are the map tools shown as objects vice a bar (required for Obelix's IO Strategic Map mod support)
#VALUES=
#DEFAULT=False
#; this will add support for the IO Strategic Map mod by Obelix
#; change below to either True or False
MapToolsAsObjects = False
Change 'False' to 'True'. Make a backup copy of the file (you never know ;)), save you changes, and reenable the UI. Done!
I know, this is not the orthodox way to edit New UI's options, but I couldn't find the appropriate entry in Option File Editor... :hmm2:
If you notice any corruption, you can always replace the modified .py file with the backed up file. :up:
|