Some servers will not load all mods due to character command line length limit (8192 characters) imposed by windows command prompt. The client launcher doesn't have this problem as it does not spawn the game process by command prompt. But the game launcher does have a parameter called -par which the game will read the file for additional launch parameters. This would be extremely helpful to include on the server executable, as a lengthy amount of mods can prevent a server from starting up correctly.
Description
Description
Details
Details
- Severity
- None
- Resolution
- Open
- Reproducibility
- N/A
- Operating System
- Windows 7
- Category
- General
Event Timeline
This comment was removed by Geez.
Comment Actions
Hello everyone.
The -par parameter should also work with the server. Can you please try? Start the server with the "-par" option. Example: "DayZServer_x64.exe -server -config=serverDZ.cfg -par=D:\path_to_file\parameter.txt -profiles=%userProfile%\Documents\DayZServer". The parameter.txt is the file with list of parameters. Example: "-mods=@mod1;@mod2;@mod3"
Comment Actions
Thank you, I'll admit I didn't even try it, as it was not on the wiki. I'll have the wiki updated to include this launch parameter.