Command & Conquer™ Remastered Collection

Command & Conquer™ Remastered Collection

View Stats:
NordHep Nov 23, 2020 @ 4:02pm
Can you change the built limit?
Say, if I opened the ini. file, found a cap limit and chsnged that to the double. What would happen? Would my game instantly crash and my computer catch fire or would the worst outcome being experiencing some lag?
Second, is this even possible to do? :D
< >
Showing 1-2 of 2 comments
DDF3 Nov 24, 2020 @ 4:49am 
you can change the build limits in the editors Map settings for buildings and Units,

You could double them but you would likely never be able to build that many , as the engine has its own built in limits on how many of any one type of object can exist in the game

for instance
#define BUILDING_MAX 500 // Lasts for hours.
#define UNIT_MAX 500 // Lasts for minutes.
#define INFANTRY_MAX 500 // Lasts for minutes.

You could raise the build limit to something like 200 from the default 150 for a single player map and it would be ok ,
NordHep Nov 24, 2020 @ 5:57am 
Originally posted by DDF3:
you can change the build limits in the editors Map settings for buildings and Units,

You could double them but you would likely never be able to build that many , as the engine has its own built in limits on how many of any one type of object can exist in the game

for instance
#define BUILDING_MAX 500 // Lasts for hours.
#define UNIT_MAX 500 // Lasts for minutes.
#define INFANTRY_MAX 500 // Lasts for minutes.

You could raise the build limit to something like 200 from the default 150 for a single player map and it would be ok ,
Allright, thanks for your response, mate :)
< >
Showing 1-2 of 2 comments
Per page: 1530 50

Date Posted: Nov 23, 2020 @ 4:02pm
Posts: 2