CE files updates (related to split of island/survival).
Plus some minor fix to server config for hardcore servers.
This commit is contained in:
parent
1eb2b68b12
commit
9f3f525861
@ -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
1013
Mission Files/hardcore.namalsk/db/types_dzn.xml
Normal file
1013
Mission Files/hardcore.namalsk/db/types_dzn.xml
Normal file
File diff suppressed because it is too large
Load Diff
3
Mission Files/hardcore.namalsk/mapgroupdirt.xml
Normal file
3
Mission Files/hardcore.namalsk/mapgroupdirt.xml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||||
|
<map>
|
||||||
|
</map>
|
@ -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
1013
Mission Files/regular.namalsk/db/types_dzn.xml
Normal file
1013
Mission Files/regular.namalsk/db/types_dzn.xml
Normal file
File diff suppressed because it is too large
Load Diff
3
Mission Files/regular.namalsk/mapgroupdirt.xml
Normal file
3
Mission Files/regular.namalsk/mapgroupdirt.xml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||||
|
<map>
|
||||||
|
</map>
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user