Thanks for this CE table !
When I activate FOW it crashed my game.
Better use the console to clear it.
By the way, is it "clear FOW" or "reveal map" ? Which is not the same.
FOW if the fact you don't see what happens when you are not here.
Clear the map is a "instant" view of the full map (like F7 in debug mode, it clears the map AND remove the FOW, but if you press it again it just put back FOW and you still see the map as it was when you press the key).
Why enabling all by default ???
If you want to have "slap" efficiency boost only (175% like AI can do as it don't need to manually slap unit) and no "mess my game" values:
Code: Select all
//////////////////////////////////////////////
// Set your preferred default values below. //
//////////////////////////////////////////////
bEnableGodMode:
dd 0
bEnableGrantBasicNeeds:
dd 0
bEnableUnitMinEfficiency:
dd 1
fUnitMinEfficiency:
dd (float)1.75
bEnableUnitXPGainMod:
dd 0
fUnitXPGainMod:
dd (float)1.0
bEnableWageMod:
dd 0
fWageMod:
dd (float)1
bEnableMinCreatureGold:
dd 0
iMinCreatureGold:
dd (int)0
bEnableWorkerManaMod:
dd 0
fWorkerManaMod:
dd (float)1
//////////////////////////////////////////////
// Set your preferred default values above. //
//////////////////////////////////////////////
An interesting option to add would be to enable the internal "God Mode" no matter the map (like on some map after your won).