dayzdockerserver/files/mods
2023-09-07 19:53:47 -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
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 The server doesn't like read only directories where it finds its files. Removing read-only flags from mounts for now. 2023-05-18 17:29:27 -07:00
2878980498 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
2906371600 Use remote versions of the previously local files, now that we submitted a PR upstream and it was accepted and merged. 2023-09-07 17:17:04 -07:00
2929038098 Add gdb to the container. 2023-03-30 10:17:16 -07:00
2971190303 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:12:00 -07:00
@Banov Add initial Banov support scripts. WIP. 2022-09-29 11:32:22 -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..