安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
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?