DayZ
DayZ Server - error msg
Hi, can someone help me with this error message I am getting:

:: Unknown category: 'vehicleparts'.
Last edited by D i g g i t z z; Oct 9, 2020 @ 4:55am
< >
Showing 1-15 of 17 comments
LoneWolf Oct 9, 2020 @ 5:10am 
Is this when the server starts up?
D i g g i t z z Oct 9, 2020 @ 5:34am 
Yes it is!
\m/ Oct 9, 2020 @ 7:05am 
vehiclesparts :)
D i g g i t z z Oct 9, 2020 @ 7:22am 
Originally posted by \m/:
vehiclesparts :)

Yeah, but I am not sure whats wrong with it. Haven't added vehicles or anything..
\m/ Oct 9, 2020 @ 7:26am 
You have vehicleparts, i wrote vehiclesparts
ast Oct 9, 2020 @ 7:28am 
mind the gap...code won't work if you spell it wrong :steammocking:
etwas Oct 9, 2020 @ 7:39am 
the vehicle(s)parts is very confusing in config, as it uses both :/
D i g g i t z z Oct 9, 2020 @ 8:13am 
Originally posted by \m/:
You have vehicleparts, i wrote vehiclesparts

Mmmmmmm
etwas Oct 9, 2020 @ 8:28am 
Originally posted by etwas:
the vehicle(s)parts is very confusing in config, as it uses both :/
seems they changed it with 1.09. theres nomore "vehicleparts" in config, but "vehiclesparts".
make sure u add that "s" in the types.xml
D i g g i t z z Oct 9, 2020 @ 9:42am 
Originally posted by etwas:
Originally posted by etwas:
the vehicle(s)parts is very confusing in config, as it uses both :/
seems they changed it with 1.09. theres nomore "vehicleparts" in config, but "vehiclesparts".
make sure u add that "s" in the types.xml

I cant find any "vehicleparts" anymore in the types.xml anyway right now. But still getting the error message. I can find "vehiclesparts" tho all over my types.xml file
etwas Oct 9, 2020 @ 10:39am 
Originally posted by Diggitzz/Dylano:
Originally posted by etwas:
seems they changed it with 1.09. theres nomore "vehicleparts" in config, but "vehiclesparts".
make sure u add that "s" in the types.xml

I cant find any "vehicleparts" anymore in the types.xml anyway right now. But still getting the error message. I can find "vehiclesparts" tho all over my types.xml file
check also the cfglimitsdefinitionuser.xml

first lines should look like this:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<lists>
<categories>
<category name="tools"/>
<category name="containers"/>
<category name="clothes"/>
<category name="vehiclesparts"/>
<category name="food"/>
<category name="weapons"/>
<category name="books"/>
<category name="explosives"/>
</categories>

also here's the next confusing part - in mapgroupproto.xml it's "vehicleparts"
D i g g i t z z Oct 9, 2020 @ 10:48am 
Originally posted by etwas:
Originally posted by Diggitzz/Dylano:

I cant find any "vehicleparts" anymore in the types.xml anyway right now. But still getting the error message. I can find "vehiclesparts" tho all over my types.xml file
check also the cfglimitsdefinitionuser.xml

first lines should look like this:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<lists>
<categories>
<category name="tools"/>
<category name="containers"/>
<category name="clothes"/>
<category name="vehiclesparts"/>
<category name="food"/>
<category name="weapons"/>
<category name="books"/>
<category name="explosives"/>
</categories>

also here's the next confusing part - in mapgroupproto.xml it's "vehicleparts"

How mine is in cfglimitsdefinitionuser.xml

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<lists>
<categories>
<category name="tools"/>
<category name="containers"/>
<category name="clothes"/>
<category name="vehiclesparts"/>
<category name="food"/>
<category name="weapons"/>
<category name="books"/>
<category name="explosives"/>

in mapgroupproto.xml there is no vehiclesparts and no vehiclepart. Only in the commented out section of xml file
Last edited by D i g g i t z z; Oct 9, 2020 @ 10:51am
etwas Oct 9, 2020 @ 10:56am 
Originally posted by Diggitzz/Dylano:
in mapgroupproto.xml there is no vehiclesparts and no vehiclepart
ok thats not good. in that file should be all the wrecked vehicles.
like this one for one of the hatchbacks:

<group name="Land_Wreck_hb01_aban1_blue" lootmax="2">
<usage name="Village" />
<usage name="Farm" />
<container name="lootFloor" lootmax="2">
<category name="vehicleparts" />
<category name="tools" />
<category name="containers" />
<category name="clothes" />
<category name="food" />
<category name="weapons" />
<tag name="floor" />
<tag name="shelves" />
<point pos="-0.514923 -0.683249 -0.580811" range="0.100000" height="0.250000" />
<point pos="-0.546204 -0.739777 0.478760" range="0.100000" height="0.250000" />
<point pos="-0.044220 -0.389238 0.301758" range="0.216492" height="0.541229" />
<point pos="-0.073731 -0.337166 -0.571289" range="0.198242" height="0.495605" />
<point pos="1.521026 -0.462440 0.190185" range="0.237500" height="0.593750" />
<point pos="1.544220 -0.431307 -0.387207" range="0.203125" height="0.507813" />
<point pos="-0.741089 0.031483 -0.782471" range="0.100000" height="0.250000" />
<point pos="-0.768067 -0.043346 0.660156" range="0.100000" height="0.250000" />
</container>
<dispatch>
<proxy type="HatchbackWheel" pos="1.071 -0.736000 -0.852" rpy="90.0 0.0 0.0" />
<proxy type="HatchbackDoors_Driver_BlueRust" pos="-0.273 -0.182000 -1.374" rpy="0.0 240.0 0.0" />
<proxy type="HatchbackTrunk_BlueRust" pos="1.726 0.304000 -0.05" rpy="20.0 180.0 0.0" />
</dispatch>
</group>

this is from the original chernarus vanilla file.
D i g g i t z z Oct 9, 2020 @ 1:04pm 
Originally posted by etwas:
Originally posted by Diggitzz/Dylano:
in mapgroupproto.xml there is no vehiclesparts and no vehiclepart
ok thats not good. in that file should be all the wrecked vehicles.
like this one for one of the hatchbacks:

<group name="Land_Wreck_hb01_aban1_blue" lootmax="2">
<usage name="Village" />
<usage name="Farm" />
<container name="lootFloor" lootmax="2">
<category name="vehicleparts" />
<category name="tools" />
<category name="containers" />
<category name="clothes" />
<category name="food" />
<category name="weapons" />
<tag name="floor" />
<tag name="shelves" />
<point pos="-0.514923 -0.683249 -0.580811" range="0.100000" height="0.250000" />
<point pos="-0.546204 -0.739777 0.478760" range="0.100000" height="0.250000" />
<point pos="-0.044220 -0.389238 0.301758" range="0.216492" height="0.541229" />
<point pos="-0.073731 -0.337166 -0.571289" range="0.198242" height="0.495605" />
<point pos="1.521026 -0.462440 0.190185" range="0.237500" height="0.593750" />
<point pos="1.544220 -0.431307 -0.387207" range="0.203125" height="0.507813" />
<point pos="-0.741089 0.031483 -0.782471" range="0.100000" height="0.250000" />
<point pos="-0.768067 -0.043346 0.660156" range="0.100000" height="0.250000" />
</container>
<dispatch>
<proxy type="HatchbackWheel" pos="1.071 -0.736000 -0.852" rpy="90.0 0.0 0.0" />
<proxy type="HatchbackDoors_Driver_BlueRust" pos="-0.273 -0.182000 -1.374" rpy="0.0 240.0 0.0" />
<proxy type="HatchbackTrunk_BlueRust" pos="1.726 0.304000 -0.05" rpy="20.0 180.0 0.0" />
</dispatch>
</group>

this is from the original chernarus vanilla file.

Can I add you? Maybe easier talking
Mayhem Jan 5, 2022 @ 1:14am 
I have this same problem, can I get some help too?
< >
Showing 1-15 of 17 comments
Per page: 1530 50

Date Posted: Oct 9, 2020 @ 4:54am
Posts: 17