3 Commits

Author SHA1 Message Date
Red-Thirten
045d41d62b
[DayZ] Bug Fixing & Cleanup (#46)
* Create serverDZ.cfg

Added default serverDZ.cfg file for install script if it needs to be downloaded.

* [DayZ] Bug Fixing & Cleanup

Egg:
- Fixed mission persistence and mission parameters (like loot tables, etc.) being broken due to missing vanilla mission files in certain scenarios (ie. Steam account does not own the DayZ game).
- Fixed bugs that prevented the server from starting due to a missing `hostname` variable in 'serverDZ.cfg'.
- Improved the installation script to better accommodate Steam users with Steam Guard enabled and check for missing required files.
- Changed the installation script to not overwrite 'beserver_x64.cfg` upon reinstallation if it already exists.
- Changed the default Steam Query Port to be correct.

README:
- Added shaynendradika as a contributor.
- Fixed/Improved "Server Ports" section.
- Elaborated on the differences that game ownership makes in the "Installation/System Requirements" section.
- Updated the "Running With Steam Guard Enabled" section.
- Fixed typo.

* Fixed Configuration Files parsing for Pelican

`env` is now `server.environment` in Pelican panel
2024-09-30 11:45:55 -07:00
Shaynendra Dika
015e8d88ab
[DayZ] Fixed/Improved BattlEye RCON (#38)
- Fixes the battleye directory (--bepath startup params) that going too deep from the default one (It was "/battleye/battleye/" instead of "/battleye/").
- BattlEye configuration (beserver_64.cfg) will be generated automatically by installation script.
- The RCON Port and Password can also be changed via variables and will be applied when the server is started.
2024-07-03 23:59:33 -07:00
Red-Thirten
4d17f33093 [DayZ] Stable Native Linux Update
- Updates the DayZ (Experimental) Egg to be focused on the Stable branch of the DayZ dedicated server that now supports Linux natively. While I would no longer like to maintain the Egg to support the Experimental branch of the server, it should still be possible to run this branch by changing the "[Advanced] DayZ Dedicated Server App ID" variable.
- The Egg should now support running mods more reliably.
- Updated the Egg's README to have updated and better information.
- Updated the master README to reflect the Egg's directory change.
2024-06-05 20:44:38 -07:00