Changing FloorLimit Server Crash
Trying to change the FloorLimit values within the server setting results in the server crashing during startup. Seems that anything but default is read as an invalid value
Comments: 4
-
13 Jun, '22
Okimo MergedWhen setting for Floor Limit is changed above 255 (2^8) it confuses the server making it unable to start.
-
14 Jun, '22
Hackerman MergedBranch: None
Report: On my private dedicated server I wanted to set the FloorLimit of Level4 castles to something higher than the standard 250. I initially set it to 350 but the server crashed on restart.
After trying around for a bit and reading the crash log I realized that this setting uses an unsigned 1-byte value where the limit is 255.
Testing confirms that a floorlimit of 255 works, but one of 256 will crash the server on startup.
Pastebin of crash log: https://pastebin.com/8ZQkmgAH
Would be great if you could fix this so we can have HUGE MASSIVE castles. :)
Discord ID: Hackerman#1793 -
15 Jun, '22
Rooibos / C.M. Admin"Server - "ServerGameSettings - FloorLimit" OverflowException" (suggested by Hackerman on 2022-06-14), including upvotes (1) and comments (0), was merged into this suggestion.
-
15 Jun, '22
Rooibos / C.M. Admin"Floor Limit above 255" (suggested by Okimo on 2022-06-13), including upvotes (1) and comments (0), was merged into this suggestion.