Forum
Stranded II General How do i make it so i can build a building...How do i make it so i can build a building...
3 replies 1
if so you have to write the definitions for the buildings into the "buildings.inf" file.
then you must edit the "game.inf" file to allow that the buildings can be build from the start. somewhere near the beginning of the on:start event there is one line
1
lockbuildings;
1
unlockbuilding 1;
1
unlockbuilding 2;
edited 1×, last 10.04.10 05:42:42 pm
1
unlockbuildings;
1
lockbuildings;
1