Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I did not worry since I lowered the loot on my server.
But looking at the logs, I realized that I have the same message as you:
"14:24:01 !!! [CE] :: Unknown category: 'vehicleparts'."
After some research, with the new Livonia map.
It seems that there has been a change on the vehicles.
It must change :
<category name = "vehiclesparts" />
to:
<category name = "tools" />
You can see in the types.xml, on the vanilla cars: Hatchback, CivSedan and Sedan_02. The category is "tools"
I hope it will help you and other people in the same situation :)
THANK YOU!!!!
Go check the file : mapgroupproto.xml
In the mpmissions/dayzOffline.chernarusplus folder.
Replace all "vehicleparts" by "tools"
:)
<category name="vehicleparts" />
<category name="tools" />
<category name="containers" />
<category name="clothes" />
<category name="food" />
<category name="weapons" />
Thats the Standart File from my Server. i have the same Error.
At first, you change in the types.xml, "vehicleparts" to "tools"
If you have again a message. Change in mapgroupproto.xml the "vehicleparts" to "tools"
I don't know what did you use for edit .xml. I use Notepad++. You have an options for replace a word in all the document. Pretty nice.
I recommend to you to do this. No mistake with tthis :)
I try.the error message is gone.thx. this is right way!
3:28:20 !!! [CE] :: Unknown category: 'vehicleparts'.
3:28:20 !!! [CE] :: Unknown category: 'vehicleparts'.
3:28:20 !!! [CE] :: Unknown category: 'vehicleparts'.
3:28:20 !!! [CE] :: Unknown category: 'vehicleparts'.
3:28:20 !!! [CE] :: Unknown category: 'vehicleparts'.
3:28:20 !!! [CE] :: Unknown category: 'vehicleparts'.
3:28:20 !!! [CE] :: Unknown category: 'vehicleparts'.
3:28:20 !!! [CE] :: Unknown category: 'vehicleparts'.
3:28:20 !!! [CE] :: Unknown category: 'vehicleparts'.
3:28:20 !!! [CE] :: Unknown category: 'vehicleparts'.
3:28:20 !!! [CE] :: Unknown category: 'vehicleparts'.
3:28:20 !!! [CE] :: Unknown category: 'vehicleparts'.
3:28:20 !!! [CE] :: Unknown category: 'vehicleparts'.
3:28:20 !!! [CE] :: Unknown category: 'vehicleparts'.
I just started testing the idea of running a server(1 week to today) but 1 thing i noticed in the <b>cfglimitsdefinition.xml</b> is that it says "vehiclesparts" with 2 S's like Katenn shows, if we were to remove the S after vehicle and make it "vehicleparts" would that solve it?