[GS] How to change turns that governors need to establish in GS?

847400341

Chieftain
Joined
Feb 15, 2019
Messages
3
Code:
UPDATE GlobalParameters SET Value='3' WHERE Name='GOVERNOR_BASE_TURNS_TO_ESTABLISH';

I used this code in SQL to change turns from 5 to 3 that governors need to establish. It worked well with R&F(before GS update).
However, it doesn't work with GS, and even doesn't work with R&F after GS update.
I have already changed my modinfo and config for GS, everything(UB, UU, UA etc.) except it works well with GS.
How to change turns that governors need to establish in GS?
 
Oh,I make it. Just add
Code:
<Properties>
        <LoadOrder>100</LoadOrder>
      </Properties>
before <File> in <ingameaction>
 
Back
Top Bottom