dayzdockerserver/files/mods
2023-12-19 11:20:44 -08:00
..
1602372402 Refactor install to map, as that's more relevant. 2023-11-03 17:13:18 -07:00
1617874376 Add support for OP Base Items mod. 2023-09-28 15:35:56 -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
1891132304 Add HypeTrain mod support. WIP. 2023-12-19 11:18:49 -08:00
1964490092 Refactor mod that was using the old way of handling XML. 2023-10-15 11:12:40 -07:00
2291785437 Add integration for ayZExpansionVehicles - mod id 2291785437 2023-10-05 11:38:11 -07:00
2415195639 Refactor install to map, as that's more relevant. 2023-11-03 17:13:18 -07:00
2443122116 Add integration for MMG - Mightys Military Gear and SNAFU Weapons. 2023-09-11 13:02:03 -07:00
2489196158 Add SpurglesBagZ integration. 2023-10-11 15:00:21 -07:00
2663169692 Add integration for MMG - Mightys Military Gear and SNAFU Weapons. 2023-09-11 13:02:03 -07:00
2684950452 Remove files that used an old way of doing things, and replace it with a placeholder for the new way. 2023-11-03 17:08:00 -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 Refactor install to map, as that's more relevant. 2023-11-03 17:13:18 -07:00
2950280649 Fix typo. 2023-10-18 17:38:27 -07:00
2971190303 Add cfgeventspawns.xml integration! 2023-09-09 11:02:24 -07:00
3029439021 Add integration for Underground Bases mod. 2023-10-17 09:56:16 -07:00
3115714092 Rename Chernarus-specific file. 2023-12-19 11:20:44 -08: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
@DayZExpansionVehicles Add integration for ayZExpansionVehicles - mod id 2291785437 2023-10-05 11:38:11 -07:00
@DayZRat Add initial DayZ Rat mod integration. This begins work on adding support for mods that touch the cfgenvironment.xml file. 2023-10-15 11:09:04 -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
@HypeTrain Add HypeTrain mod support. WIP. 2023-12-19 11:18:49 -08:00
@Lightsword Add Lightsword and Rag Baseitems support. WIP. 2023-03-30 10:19:54 -07:00
@MMGMightysMilitaryGear Add integration for MMG - Mightys Military Gear and SNAFU Weapons. 2023-09-11 13:02:03 -07:00
@OPBaseItems Add support for OP Base Items mod. 2023-09-28 15:35:56 -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
@SpurglesBagZ Add SpurglesBagZ integration. 2023-10-11 15:00:21 -07:00
@UndergroundBases Add integration for Underground Bases mod. 2023-10-17 09:56:16 -07:00
@WinterDeerIsle Add support for Winter Deer Isle. 2023-11-13 20:18:25 -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..