mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 14:21:18 +00:00
Add Lightsword and Rag Baseitems support. WIP.
This commit is contained in:
parent
b3781c2fcd
commit
f79a13ae92
5 changed files with 5 additions and 1 deletions
1
files/mods/1964490092/types.xml
Symbolic link
1
files/mods/1964490092/types.xml
Symbolic link
|
@ -0,0 +1 @@
|
|||
//home/user/serverfiles/steamapps/workshop/content/221100/1964490092/types-v6.xml
|
1
files/mods/2878980498/types.xml
Symbolic link
1
files/mods/2878980498/types.xml
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/user/serverfiles/steamapps/workshop/content/221100/2878980498/extras/types/rag_baseitems.xml
|
1
files/mods/@Lightsword
Symbolic link
1
files/mods/@Lightsword
Symbolic link
|
@ -0,0 +1 @@
|
|||
1964490092
|
1
files/mods/@RaG_BaseItems
Symbolic link
1
files/mods/@RaG_BaseItems
Symbolic link
|
@ -0,0 +1 @@
|
|||
@RaG_BaseItems
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -eEx
|
||||
set -eE
|
||||
|
||||
source /files/mods/${1}/install.env
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue