

DayzTopia
Members-
Content Count
9 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout DayzTopia
-
Rank
On the Coast
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
I was just wondering if there is any way to add a whitelist to the server... Couldnt find any helpful info yet. Just some 3rd party which is offering this 'service', but actually didnt seem trustworthy. If there is any possibility yet, especially to make it run server sided, not 3rd party sided, I would appreciate any help. So far
-
Mod objects not spawning after adding to types.xml
DayzTopia replied to DayzTopia's topic in Servers
Problem solved. Thanks for your help. Thread closed. -
Mod objects not spawning after adding to types.xml
DayzTopia replied to DayzTopia's topic in Servers
oof... found some </types> somewhere in the middle of the types.xml code... could be the solution to my problem... I'll tell you if it's solved asap -
Mod objects not spawning after adding to types.xml
DayzTopia replied to DayzTopia's topic in Servers
i should give it a try and clean it up once i got the time... -
Mod objects not spawning after adding to types.xml
DayzTopia replied to DayzTopia's topic in Servers
could it probably cause issues if there are still objects listed in the types.xml that arent part of the modpack anymore? -
Mod objects not spawning after adding to types.xml
DayzTopia replied to DayzTopia's topic in Servers
None of the new items spawn. vanilla items still spawn just fine. most of them are actually weapons, yes. and as I used the classnames given out by the mod-authors, I guess it actually the right one. still i can find the SR1M through the admin menu with the exact same name. -
Mod objects not spawning after adding to types.xml
DayzTopia replied to DayzTopia's topic in Servers
PC -
As you can read in the title, I got a big issue. We're trying to get our files working for our modded server, but after many tries, it's still not working. I already added some objects to the types.xml going like: <type name="SR1M"> <nominal>10</nominal> <lifetime>10800</lifetime> <restock>1800</restock> <min>7</min> <quantmin>-1</quantmin> <quantmax>-1</quantmax> <cost>100</cost> <flags count_in_cargo="1" count_in_hoarder="1" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/> <category name="weapons"/> <usage name="Military"/> <value name="Tier3"/> <value name="Tier4"/> </type> but even after deleting the storage_1 folder to kinda wipe the server, there is still no additional loot spawning except vanilla stuff. If anyone can help me with this, I would really appreciate it.