Village Building Times/Costs

Users who are viewing this thread

Hello.
First of all, I tried searching, but because of the frequent use of these keywords, the search turned out useless for me, so I ask help.

I have two questions;
First, where can I change these variables?
Second, would I need to start a new game to make these variables effective?

Thanks in advance.
 
module_game_menus.py

Look for "center_improve".

Code:
     (store_sub, ":multiplier", 20, ":max_skill"),
     (val_mul, ":improvement_cost", ":multiplier"),
     (val_div, ":improvement_cost", 20),
     
     (store_div, ":improvement_time", ":improvement_cost", 100),
     (val_add, ":improvement_time", 3),

     (assign, reg5, ":improvement_cost"),
     (assign, reg6, ":improvement_time"),
 
Taehl said:
Sorry because I couldn't reply you before.

Where can I find these variables in an already built mode, like Lords and Realms?
TML's tweaks should be able to help you there:
http://forums.taleworlds.com/index.php/topic,46290.msg1217024.html#msg1217024
Depending on the mod it may have already been altered so it may not be exactly the same.
 
Back
Top Bottom