-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: DAYZ bug in "[Advanced] Server-Side Only Mods" #119
Comments
@penalte Ignoring the ./{{SERVER_BINARY}} -port={{SERVER_PORT}} -profiles=profiles -bepath=./ -config=serverDZ.cfg "-mod={{CLIENT_MODS}}" "-serverMod={{SERVERMODS}}" {{STARTUP_PARAMS}} Relevant discussion of this issue can be found here: pelican-eggs/eggs#2021 |
That works, it also works with @ in the mods, thanks. |
Awesome, thanks for checking. So if you load, say, five mods, they all load correctly? If so, I'll make a PR for this fix soon. Regarding the |
Yes, you can make that PR it works fine, loads all mods and works with @. LOGS: Thanks. |
I don't see the quotes |
That is the logs and they dont show the quotes, the fact that the start up command is complete it means that is working, |
There is a bug in "[Advanced] Server-Side Only Mods" That only read the first mod, also in DayZ linux wiki they say to not use "@" and to put the launch parameter mod and servermod in quotes "" here it is https://community.bistudio.com/wiki/DayZ:Hosting_a_Linux_Server.
About the bug it is something to do with
"# Replace Startup Variables
modifiedStartup=
eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')
"LOGS:
[UPDATE]: Steam Workshop mod update check complete!
/entrypoint.sh: line 283: @3098001210: command not found
/entrypoint.sh: line 283: @2464526692: command not found
/entrypoint.sh: line 283: -dologs: command not found
[STARTUP]: Starting server with the following startup command:
./DayZServer -port=2302 -profiles=profiles -bepath=./ -config=serverDZ.cfg -mod= -serverMod=@2960586913
The text was updated successfully, but these errors were encountered: