Project Zomboid

Project Zomboid

General Kenobi's Mod Collection
General Kenobi  [developer] 23 Jul, 2023 @ 4:42am
M113 APC - Fuelling Problem
23/07/2023

M113 APC by Papa_Chad

-

There is a bug with the vehicle added with this mod, as in it can't be re-fuelled. There is an error in its main file causing this issue as it interferes with another mod "Military Tool Kit".

Military tool kit is required to run this mod. However you can fix it easily. Here is how you can solve that without affecting your existing saves.



1)Go to "Steam\steamapps\workshop\content\108600\2705406713\mods\Military Tool Kit\media\scripts"

2)Open "template_Papa_Chad.txt"

3)Find lines where it mentions "Water", these will be located around the top of the text. However make sure to check there are none out of your sight.

4)Just delete the words "Water" and only "Water", don't delete any gaps or any commas. Just select "Water" and delete them. And save the file.


And that's it, now you can fuel the APC and you can also access the vehicle interaction menu from outside by pressing V.

Example:

---Before:
conditionAffectsCapacity = false,
capacity = 100,
test = Vehicles.ContainerAccess.GasTank,
contentType = Water,


---After:
conditionAffectsCapacity = false,
capacity = 100,
test = Vehicles.ContainerAccess.GasTank,
contentType = ,

*Don't play with anything else. Just get rid of "Water" in the lines you find.
-

Side Note: If you find this vehicle out in the world and it appears to be locked, you can access the window options using the "Vehicle Mechanics" menu. Right click on one of the windows and choose "Smash Window" to get in.

In my playthrough the menu for the vehicle wasn't showing up, so that's how I got in.