Changes not being applied

Smeg

Chieftain
Joined
Sep 11, 2005
Messages
33
Hi,

It's been awhile since I've modded, but I thought I would have a look at the BE SDK and have a play.

I've downloaded the SDK, setup all of the paths and as a test wrote a simple update statement.

The statement is as follows:

Spoiler :

UPDATE Buildings
SET EnergyMaintenance = '5'
WHERE Type = 'BUILDING_CLINIC';


I have also set the OnModActivated / Type to UpdateDatabase. When I load the MOD I see no changes in game. The database log has no errors. If I copy and paste the above and execute directly within SQL the changes are applied.

However, none of my changes take affect in game.

I'm obviously missing something crucial here - can anyone help me out?

Thanks,
Smeg
 
Oh My God - very embarrassed.

So I tried a few other mods and realised the changes were also not being applied....

I loaded up Beyond Earth > Mods > "Accept" > Selected my MOD ........ and didn't click the ENABLE button which is next to it. Instead I just clicked the name of it which skipped the enable part.

On my screen, the enable button was so dark I didn't realise it was a checkbox.....

Incase anyone is as silly as me - please make sure you select the "Enable" check box next to the name of the mod and don't click on the name of the mod as that just gives you information about the mod.

Completely user error! I hope this helps someone if anyone is as silly as me!

Cheers,
Smeg
 
Back
Top Bottom