mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 22:31:18 +00:00
![]() Make development work by setting an environment variable. Set the web container to restart instead of not, should the express server crash. Copy XML files that are merged when the server starts only when the mpmissions directory exists. Refactor XML functions for better naming. Handle display of lists when no mods are installed. Add support for adding mpmissions for Deer Isle and mpmissions in general via mod integrations. Add support for Red Falcon Watercraft XML files. WIP. Add a deer isle DayZ bicycle spawn file. |
||
---|---|---|
.. | ||
1602372402 | ||
1964490092 | ||
2415195639 | ||
2443122116 | ||
2684950452 | ||
2692979668 | ||
2878980498 | ||
2906371600 | ||
2929038098 | ||
2971190303 | ||
@Banov | ||
@DayZBicycle | ||
@dbo_raptors | ||
@DeerIsle | ||
@Lightsword | ||
@Pripyat | ||
@RaG_BaseItems | ||
@RedFalconFlightSystemHeliz | ||
@RedFalconWatercraft | ||
@SNAFU_Weapons | ||
README.md |
Mods
Custom mod integrations
The goal is to provide the ability to quickly and easily integrate a mod's extra files:
- Custom map mods that require mission files to be installed.
- Mods that require extra files to be merged into mission files.
- Mods that require extra integration steps in the profiles directory.
Banov
A custom map mod. The integration script installs the mission files from their github.
Raptors
...
Red Falcon Flight System Heliz
A mod that adds helicopters. The integration merges types.xml
, events.xml
, cfgspawnabletypes.xml
, and cfgeventspawns.xml
into the mission files. This allows for configuring spawn points on all the supported maps, what helicopters spawn, how many, their parts, etc..