Log in

View Full Version : Help with slight script changes



Cappadox
04-10-2008, 06:28
First off great job EB your really keep outdoing yourself and this is an amazing mod
I understand that while most reforms are dynamic in this mod they still have a year that must occure before they activate and i am wondering if their is anyway to disable just the year that needs to be ment requirment
thanks in advance

lobf
04-10-2008, 07:40
Go to EB\Data\Scripts\showme\EBBS_SCRIPT.txt.

Search that file (ctrl+f) for section 2c.

Look a few lines down for and I_TurnNumber > 120 (that's the polybian counter... Look under the Marian section for a similar line to change those) and change that turn number to whatever turn you want. Remember to divide the number of turns by 4 for the number of years.

Gugus
04-10-2008, 10:29
If you want to disable it completely just put ; at the beginning of that line. It tells the script to ignore that entire line and is easy to reverse. Remember to backup the file before changing anything.
G

blacksnail
04-10-2008, 14:14
I cannot stress how important it is to backup that file before you touch it.