dayzdockerserver/files/mods
Daniel Ceregatti b1448d8860 Add cfgeventspawns.xml integration!
Add quirk to handle upstream XMLs not having the correct nodes.
Add initial map install based on the map in the config.
Add package to allow for XML merging in the server container.
Add an environment variable that prevents the server from starting, to test mod XML integration at server start.
Back up logs into dedicated directories based on the date when the server exits.
Improve logic for copying XML files into mpmissions.
Fix status output formatting.
Get map name from the config at script start in the server script.
Refactor XML env scripts so they don't have a hashbang.
Refactor one mod's integration with the new file naming convention.
2023-09-09 11:02:24 -07:00
..
1602372402 There are no mpmissions in the server container when it starts for the first time. Ensure Chernarus is copied over as a default when this is detected, as the server is expected to start successfully. Presumes a default config where the map hasn't been changed. 2023-09-07 12:09:43 -07:00
1646187754 Add CodeLock integration. 2023-09-07 19:53:47 -07:00
1710977250 Add cfgeventspawns.xml integration! 2023-09-09 11:02:24 -07:00
1964490092 Start turning this project into a provisioning system: The main image will manage the base server files and mod files, then run servers as separate containers with these volumes mounted read-only, so they can be shared across server instances. 2023-05-10 19:35:36 -07:00
2415195639 Start turning this project into a provisioning system: The main image will manage the base server files and mod files, then run servers as separate containers with these volumes mounted read-only, so they can be shared across server instances. 2023-05-10 19:35:36 -07:00
2443122116 Start turning this project into a provisioning system: The main image will manage the base server files and mod files, then run servers as separate containers with these volumes mounted read-only, so they can be shared across server instances. 2023-05-10 19:35:36 -07:00
2684950452 Fix raptors install script. 2022-08-02 18:20:01 -07:00
2692979668 Add cfgeventspawns.xml integration! 2023-09-09 11:02:24 -07:00
2878980498 Add cfgeventspawns.xml integration! 2023-09-09 11:02:24 -07:00
2906371600 Add cfgeventspawns.xml integration! 2023-09-09 11:02:24 -07:00
2929038098 Add gdb to the container. 2023-03-30 10:17:16 -07:00
2971190303 Add cfgeventspawns.xml integration! 2023-09-09 11:02:24 -07:00
@Banov Add initial Banov support scripts. WIP. 2022-09-29 11:32:22 -07:00
@BaseBuildingPlus Add BaseBuildingPlus integration. This one publishes a types.xml in its mod directory, but this file lacks the root node. Adding hooks to handle specific fixes for files. 2023-09-08 11:20:11 -07:00
@CodeLock Add CodeLock integration. 2023-09-07 19:53:47 -07:00
@DayZBicycle Add support for processing local XML files, as some times mods include them. 2023-09-05 17:35:17 -07:00
@dbo_raptors Add raptor mod modifications. 2022-07-30 21:55:14 -07:00
@DeerIsle There are no mpmissions in the server container when it starts for the first time. Ensure Chernarus is copied over as a default when this is detected, as the server is expected to start successfully. Presumes a default config where the map hasn't been changed. 2023-09-07 12:09:43 -07:00
@Lightsword Add Lightsword and Rag Baseitems support. WIP. 2023-03-30 10:19:54 -07:00
@Pripyat Add gdb to the container. 2023-03-30 10:17:16 -07:00
@RaG_BaseItems Start turning this project into a provisioning system: The main image will manage the base server files and mod files, then run servers as separate containers with these volumes mounted read-only, so they can be shared across server instances. 2023-05-10 19:35:36 -07:00
@RedFalconFlightSystemHeliz Start turning this project into a provisioning system: The main image will manage the base server files and mod files, then run servers as separate containers with these volumes mounted read-only, so they can be shared across server instances. 2023-05-10 19:35:36 -07:00
@RedFalconWatercraft There are no mpmissions in the server container when it starts for the first time. Ensure Chernarus is copied over as a default when this is detected, as the server is expected to start successfully. Presumes a default config where the map hasn't been changed. 2023-09-07 12:09:43 -07:00
@SNAFU_Weapons Add SNAFU Weapons types integration. 2023-02-24 15:11:54 -08:00
README.md Remove debug. 2023-06-14 19:49:39 -07:00

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..