gyogen2 submitted a new resource:
Extra Player Units at Game Start - Spawns extra Settler, Scout, and/or Builder units at start of game.
Read more about this resource...
Extra Player Units at Game Start - Spawns extra Settler, Scout, and/or Builder units at start of game.
This is a mod I had made for someone, and thought I would go ahead and post in case anyone else was interested.
It spawns extra player units at the start of a new game. The number of units can be set in the first three lines of the lua.
Code:local numSettlers = 1 ---------------------------set number of extra starting settlers for player local numScouts = 1 ---------------------------set number of extra starting scouts local numBuilders = 1 ----------------------------set number of...
Read more about this resource...