How do you remove something from game?

intristin

Chieftain
Joined
Mar 7, 2014
Messages
5
I was wondering how you remove something from the game. I want to completely remove the trading post improvement because they're ugly and my workers love spamming them down. I just want them gone, burned with fire. Problem is I have no idea how to do it.
 
Moderator Action: Thread moved to Creation & Customization, no question in the Tutorials section please

You can try a simple SQL mod with
Code:
DELETE FROM Builds where Type ='BUILD_TRADING_POST';

(not tested)
 
Top Bottom