Page MenuHomeFeedback Tracker

Line limit in server mission file
New, UrgentPublic

Description

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

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

Unknown Object (User) created this task.Jun 16 2019, 4:18 PM
rVn added a comment.Jun 17 2019, 2:39 PM

Why do you need 20k+ lines in mission file?

Unknown Object (User) added a comment.Jun 17 2019, 7:53 PM

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