Help with slight script changes
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
Re: Help with slight script changes
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.
Re: Help with slight script changes
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
Re: Help with slight script changes
I cannot stress how important it is to backup that file before you touch it.