I do want to limit the amount of certain structures, that each player can build.
I do use WZ 3.1
So I did inclunde the rules.js file for skirmish games in the following folders inside my test07 MOD-folder:
( I took for comparison the Enhanced_SitRep_Mod to locate it at the right folderstructure and place)
Z:\WZ Modding\...\test07\multiplay\skirmish
Then I did change one line (for testpurposes I chose the research facilities for 5 to 2)
Code: Select all
setStructureLimits("A0ResearchFacility", 5, playnum);Code: Select all
setStructureLimits("A0ResearchFacility", 2, playnum);Later on I do want to limit different structures.
Does anyone might have a hint, what went wrong, or what I do have to change?
Have a nice day,
C.U. R.E.Z.

