There is line count limit for server mission file, can't tell exactly how much but it is about 20 000 lines (lines that contain functions in it, not just empty lines), when you pass over this limit server is crashing on loading
Description
Description
Details
Details
- Severity
- Major
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- General
Steps To Reproduce
Pass 20000 lines limit in server mission file, for example init.c, use
Print("1");
as dummy code to test it
Event Timeline
Comment Actions
Well, in this particular case, because spawning some objects from the mod crashing game either i tried to move all objects spawns from mod to server profile