Skip to content
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 install script doesn't account for mission files - servers boot but don't allow connections #4601

Open
jamiew0w opened this issue Jun 21, 2024 · 4 comments

Comments

@jamiew0w
Copy link
Contributor

jamiew0w commented Jun 21, 2024

User story

DayZserver should ensure the mpmissions folder is created and populated.

Game

Dayz

Linux distro

Ubuntu 22.04, Debian 12, RedHat 9

Command

command: install

Further information

When installing a DayZ server, it doesn't include the mpmissions folder, normally located inside /home/dayzserver/serverfiles/. The lack of this directory doesn't stop the server from booting, however it does disallow any players from connecting:

To fix it manually:

mkdir /home/dayzserver/serverfiles/mpmissions
wget https://github.com/BohemiaInteractive/DayZ-Central-Economy/archive/refs/tags/DZ_125.zip
unzip DZ_125.zip; rm DZ_125.zip
mv DayZ-Central-Economy/* /home/dayzserver/serverfiles/mpmissions/
rm -rf DayZ-Central-Economy
./dayzserver restart

This isn't a direct failure on LGSM's part though I do think it should account for it as part of creating a new server. The newest version of the mission files can be found at https://github.com/BohemiaInteractive/DayZ-Central-Economy/releases/latest

Relevant log output

N/A

Steps to reproduce

Install dayzserver, start it and try join. It's accounted for above ^

@dgibbs64
Copy link
Member

This needs to be a priority fix I think

@jamiew0w
Copy link
Contributor Author

the mods & profiles directories should probably be created too. the skeleton command does create all three so maybe that could be invoked prior to install?
then all that'd need to be changed is changing the output directory from skel to serverfiles and jobs done

@ChrisYatesUK
Copy link

Yeah would be good to have it automatically create & configure this as I've been creating the mod directory / profiles etc manually and its caused me a few issues ( nothing major ) but it is a bit of a pain :)

@airtonix
Copy link

airtonix commented Aug 10, 2024

Mouldy Cheeses!

I wasted a whole weekend with no useful outcome over this and i concluded linuxgsm was a just another abandoned and broken hobby project.

now i've seen this ticket and... glad to know it's just a missing mpmission file/directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🆕 New Issues
Development

No branches or pull requests

5 participants
@airtonix @dgibbs64 @jamiew0w @ChrisYatesUK and others