• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Помогите обновить мод, научите

access denied, can you please enable sharing of your mod, or better yet, point us to a public download of the mod?

if it was updated for 1.2, it should also work on 1.3

Or better yet, with a few lines, you can make all vehicle inventory be zero size and even though you can open the inventory tab, there is no space to store anything

<configs>
<!-- decrease Vehicle Loot-->
<set xpath="/lootcontainers/lootcontainer[@name='vehicleBicycle']/@size">0,0</set>
<set xpath="/lootcontainers/lootcontainer[@name='vehicleMinibike']/@size">0,0</set>
<set xpath="/lootcontainers/lootcontainer[@name='vehicleMotorcycle']/@size">0,0</set>
<set xpath="/lootcontainers/lootcontainer[@name='vehicle4x4Truck']/@size">0,0</set>
<set xpath="/lootcontainers/lootcontainer[@name='vehicleGyrocopter']/@size">0,0</set>
</configs>






This hasn't been tested, just a theory at this point, but may be possible

 
Last edited by a moderator:
Back
Top