dayzdockerserver/files/mods/README.md
Daniel Ceregatti 46b8cce5cf Remove debug.
Add mods README.
Update docs to reflect the current state of the code...up to a point...WIP.
2023-06-14 19:49:39 -07:00

1 KiB

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