CE files updates (related to split of island/survival).

Plus some minor fix to server config for hardcore servers.
This commit is contained in:
SumrakDZN 2020-11-24 18:50:02 +01:00
parent 1eb2b68b12
commit 9f3f525861
9 changed files with 2047 additions and 2021 deletions

View File

@ -14,4 +14,7 @@ Do not forget to add attribute act="car", if root class represents moveable vehi
<rootclass name="DZ_LightAI" act="character" reportMemoryLOD="no" /> <!-- infected, animals --> <rootclass name="DZ_LightAI" act="character" reportMemoryLOD="no" /> <!-- infected, animals -->
<rootclass name="CarScript" act="car" reportMemoryLOD="no" /> <!-- cars (sedan, hatchback, transitBus, V3S, ...) --> <rootclass name="CarScript" act="car" reportMemoryLOD="no" /> <!-- cars (sedan, hatchback, transitBus, V3S, ...) -->
</classes> </classes>
<ce folder="db">
<file name="types_dzn.xml" type="types" />
</ce>
</economycore> </economycore>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<map>
</map>

View File

@ -14,4 +14,7 @@ Do not forget to add attribute act="car", if root class represents moveable vehi
<rootclass name="DZ_LightAI" act="character" reportMemoryLOD="no" /> <!-- infected, animals --> <rootclass name="DZ_LightAI" act="character" reportMemoryLOD="no" /> <!-- infected, animals -->
<rootclass name="CarScript" act="car" reportMemoryLOD="no" /> <!-- cars (sedan, hatchback, transitBus, V3S, ...) --> <rootclass name="CarScript" act="car" reportMemoryLOD="no" /> <!-- cars (sedan, hatchback, transitBus, V3S, ...) -->
</classes> </classes>
<ce folder="db">
<file name="types_dzn.xml" type="types" />
</ce>
</economycore> </economycore>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<map>
</map>

View File

@ -1,5 +1,5 @@
// standard server params // standard server params
hostname = "Regular Namalsk Server"; hostname = "Hardcore Namalsk Server";
password = ""; password = "";
passwordAdmin = ""; passwordAdmin = "";
maxPlayers = 30; maxPlayers = 30;