In my custom mod I want players to be able to trade resources right from the start, removing the "timer" that blocks it early in the game, so people can have a role as a gatherer from the start if they so choose.
Anyone know where this is located in the editor? Searches on this forum and in other places have not turned up any info.
Still haven't found a way to this in the data editor, but is easily changed in triggers. Find the "Set Resource Trade Countdown Time" and change it to 0 and run this on the Map Initializing:
In my custom mod I want players to be able to trade resources right from the start, removing the "timer" that blocks it early in the game, so people can have a role as a gatherer from the start if they so choose.
Anyone know where this is located in the editor? Searches on this forum and in other places have not turned up any info.
Thanks ahead!!
Still haven't found a way to this in the data editor, but is easily changed in triggers. Find the "Set Resource Trade Countdown Time" and change it to 0 and run this on the Map Initializing:
Thanks for the response!