[GS] Why this mod doesn't working? (.sql)

reincarn4tion

Chieftain
Joined
Jun 4, 2018
Messages
18
I want to completely remove walls from game via modbuddy.
I activated this mod but the walls are still available.

DELETE FROM Buildings WHERE BuildingType = 'BUILDING_WALLS';
DELETE FROM Buildings WHERE BuildingType = 'BUILDING_CASTLE';
DELETE FROM Buildings WHERE BuildingType = 'BUILDING_STAR_FORT';

And here is in-game actions' Image
swZWBmd.png
 
Last edited:
Try adding under "Custom Properties" (referenced in screenshot) the value "LoadOrder" and something like "100000".
 
I want to ask another question.
How can I add game version compatibly tag to mod? (1.0.0.290)
 
Last edited:
Back
Top Bottom