mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-08 07:11:19 +00:00
18 lines
744 B
Markdown
18 lines
744 B
Markdown
# HypeTrain
|
|
|
|
## Reference
|
|
|
|
The files used to integrate the [HypeTrain mod](https://steamcommunity.com/sharedfiles/filedetails/?id=3115714092) came from
|
|
[here](https://steamcommunity.com/workshop/filedetails/discussion/3115714092/4032475029247848861/).
|
|
|
|
## Install
|
|
|
|
5 files are required to run the mod. Two are map-specific and the rest are common to all maps. They are:
|
|
|
|
* `cfgeventgroups.xml` - This is map-specific. The one included in this repository is for Chernarus.
|
|
* `cfgeventspawns.xml` - Same as above.
|
|
* `cfgspawnabletypes.xml` - Common to all maps.
|
|
* `events.xml` - Common to all maps.
|
|
* `types.xml` - Common to all maps.
|
|
|
|
The `start.sh` script is for doing extra stuff, but programatically. See the comments within it for details.
|