Bug Report - Vehicles don't have mod slots

The vehicle needs to be in your inventory to add a mod. Not placed on the ground. The screen you will get there is the same as when doing a weapon or tool mod.

 
After 1 and a half Year, did u fix it? I Have the same Problem in A21, cant find any Issue in the XML data and i tried all ways, Picked up, not picked up, in tool bar, not in tool bar etc

 
I have a similar issue except its Vehicles and Clothes, removed alla mods, same issue, reinstalled the game still same issue

 
It may have already been resolved...

This issue is caused by the vehicle's own stack size being set to a value greater than 1.

Fixed by changing the settings in the MOD file "items.xml".

Modifications are required, such as adding the item name to conditions.

problem code example:

<set xpath="/items/item/property[@name='Stacknumber'>10000</set>

!!Changes will not be applied to vehicles without mod slots that were generated before modifying the mod file!!

Please make motorcycle after fixed MOD file.

※The following is the Japanese translation※

もう既に解決されている方もいるかもしれませんが…

検索して上位にこのスレッドが出てきたので備忘含めここに記載します。

これは車両自体のスタックサイズが1より大きく設定されていることが原因で発生しています。

スタックサイズを増やすMODのうち、「items.xml」の設定を変更することで解決しました。

すべてのアイテムのスタックサイズを増やすような条件設定がされている場合は、

車両系のアイテム名を除外指定する等で回避することをお奨めします。

問題コード例:

<set xpath="/items/item/property[@name='Stacknumber'>10000</set>

ちなみに、MODファイルを修正する前に生成したMODスロットの無い車両には変更は適用されません。

正しくファイル修正できた後に車両を生成するとMODスロット付きのものになります。

 
Back
Top