Project Zomboid

Project Zomboid

Military Tool Kit
45 Comments
Mattix 18 Apr @ 6:35pm 
the gun of the truck or the tank works in b41?
CJ187 4 Mar @ 11:26am 
Please can you rename this mod into something with "Framework"?
eg.: "Military Tool Framework" so it is way more obvious and easier for admins to know what mods MUST be loaded first
drshahramanvariazar 2 Mar @ 2:41am 
IF SOMEONE MADE A VANILLA FRIENDLY TANKS AND MILITARY VEHICLES
BugFace 15 Feb @ 11:03am 
Man, its can be cool if you colab with KI5 for his Millitary stuff. :)
Fox 6 Feb @ 3:42pm 
would be cool if this framework would have a base for helicopters :steamhappy:
Bibidi 12 Nov, 2024 @ 7:31pm 
one of you modders seriously need to make a pivot function :')
juan marston 2 Nov, 2024 @ 7:35pm 
NO FUNCIONA LA WEA BORRENLO
Widder 30 Nov, 2023 @ 5:42pm 
wheres SMUI?
Monty 26 Feb, 2023 @ 3:43pm 
In behalf of End Of Days Server I would like to ask for permission to add this mod in our server's mod pack.
Jeffigy 14 Feb, 2023 @ 4:35pm 
Yeah I didn't know if I'd have to delete entire lines, specific variables, or w/e so I made a backup (I suggest you do too) and just deleted water. Then I proceeded to lay on the horn going back n forth not far from the Riverside gas station
Thundercraft 13 Feb, 2023 @ 9:02pm 
@Jeffigy
I only found 2 instances of the word "Water" in steamapps\workshop\content\108600\2705406713\mods\Military Tool Kit\media\scripts\

Quote, "I deleted *only* those words..."

So, in other words, you turned:
contentType = Water,
into:
contentType = ,
Is that right?
Jeffigy 13 Feb, 2023 @ 6:39pm 
Just posting this fix from the other workshop page:

Jeffigy Just now
Forgot to mention, you must delete "water" in this file "template_Papa_Chad.txt" you can find it here: steamapps\workshop\content\108600\2705406713\mods\Military Tool Kit\media\scripts

Jeffigy 49 minutes ago
@MrXoT can confirm, refueling problem exists within the dependency mod "Military Toolkit." In order to solve this, go to your workshop folder for zomboid, find number 2705406713, and delete the words "Water" I think there were 4 total. I deleted *only* those words, and now can refuel and happily run around in my APC
Foslix 23 Sep, 2022 @ 2:14am 
breaks vehicle wheel
LordZarmack 5 Aug, 2022 @ 2:39pm 
Getting bitten through the windows as if there's no armor or metal on the thing, notice the same issue with other vehicle mods too.... something has broken most vehicle mods since.
🎮𝕃𝕣𝕝𝕨𝕠𝕝𝕗 8 May, 2022 @ 7:43pm 
After the update, i can't enter the vehicle on the driver's seat, gives an error, can enter through the back. And the hatch animation is stuck the first time exiting, and need to exit again for it to close, i guess there's still conflict with other vehicles animations. I'm using B41.68 on a vehicle i already had.
ninjawizard 28 Mar, 2022 @ 3:14pm 
Nice!
Lexx 21 Mar, 2022 @ 11:45pm 
It seems your mod is conflicting with vehicle animations in some way. With your mod enabled, if I try to animate any of my W900 vehicle parts, they will disappear (example, opening the hood).
Taeleus 10 Mar, 2022 @ 8:48am 
This mod seemed to interfere with antibodies mod. Would not let me login to my server until I removed this mod. Used to work pre-41.66 but does not appear to work, for me anyways, since the update.
Monario 5 Feb, 2022 @ 3:07pm 
@Papa_Chad -- Well if it's a question of making sure your mod works well with other mods, I'd say do it :P People never use one single mod, and the moment one mod doesn't play well with others, that's a sure way to make those people stop using that mod xD

Maybe you could just try talking to them and see what you two can come up with?
Papa_Chad  [author] 5 Feb, 2022 @ 2:38pm 
@Monario Thanks for the message, I'm aware of the problem, it was my fault for not putting it on the "known bugs" list, the mod needs a lot of updating but I'm unsure about changing because the game doesn't provide me with a good basis for it, the mods from the iBrRus guys still don't work well in MP, so I don't know what to do.
Monario 5 Feb, 2022 @ 11:08am 
Oh whoops... didn't see your conversation with Wipe about likely the same issue. My bad!
Monario 5 Feb, 2022 @ 11:05am 
P.S.: Copied his words 'cause I know jack squat about modding :P All I know is when you go to open the hood of the new vehicle (and possibly others like the Mustang), the hood of the vehicle disappears (only an aesthetic bug).
Not posting the link to their mod unless you want me to o/
Monario 5 Feb, 2022 @ 11:02am 
Well, more specifically, it probably clashes with *their own* vehicle library, not the vehicle mod itself, but that's just speculation from there xD
Monario 5 Feb, 2022 @ 11:02am 
@Papa_Chad -- Hey o/ First off, gotta say I've been using the tank for a long time now, and still love it :P

That out of the way, there seems to be an issue with this library, in that it clashes with the new Dodge vehicle from the Tsar folks. In iBrRus's own words:
"It overrides the door opening function (and the hood is a door) for all vehicles, causing the 3D model of the hood to be disabled.".
"I can't patch this because it's a bug in his mod.".

Thanks in advance!
Papa_Chad  [author] 4 Feb, 2022 @ 9:46am 
@Tech I'm studying to try to find out what's going on, thanks for reporting.
Sorry for the delay, I've been without internet for the last few days.
Tech 3 Feb, 2022 @ 10:25am 
Either M113 APC by Papa_Chad or the supporting Military Tool Kit currently conflicts with Mod Options (Build 41). Mod Options is a necessary support for a number of other mods such as Brita's Weapon Pack and others. Just FYI
Papa_Chad  [author] 23 Jan, 2022 @ 3:15am 
@Wipe Thanks a lot friend, I'm not from the programming area, I'm just a guy who really wanted to see Tracked Military Vehicles on Zomboid and I was trying until I got something functional (it's a mess in the programming part LOL), thanks for the tip, this will help all the people who downloaded my mod and are having problems. Thanks again.
Wipe 23 Jan, 2022 @ 12:17am 
Check for some kind of unique vehicle part, tied to mod functionality?

https://pastebin.com/6DuLgjxS

That's more or less how i'm checking if vehicle has a specific part, before doing literally anything with it. Function returns nil = not a vehicle i'm looking for = exit hook. part:getInventoryItem() is there to make sure part wasn't uninstalled.
Something like that, most likely need tweaks depending what part you checking for.
Papa_Chad  [author] 22 Jan, 2022 @ 5:28am 
@Wipe Do you know how to solve it?
Wipe 21 Jan, 2022 @ 4:54pm 
Breaks vehicles which are using animated parts

If you have vehicle with custom animated part(s) acting as doors, this mod will hide them when opening animation is played. Doesn't matter if vehicle is using provided template or not, vehicle is fucked either way.

Mod is showing/hiding vehicle parts without ANY checks if vehicle it edits should or want to be processed by Vehicles.Update.PAPA_CHAD_Door() which is called by ISOpenVehicleDoor hook.
Swept 16 Jan, 2022 @ 10:39am 
It breaks even without Mod Options on the server. I have all the mods from the OSHKOSH creator and it conflicts with those.
Papa_Chad  [author] 16 Jan, 2022 @ 5:24am 
@Swept What kind of problems were you having?
Mod Options is very intrusive to the game, and its last update is from September (long before the launch of Multiplayer), so I believe the problem is not with my mod... Thanks for the feedbeck.
Swept 15 Jan, 2022 @ 10:37pm 
This mod was fucking up my Multiplayer server. If you're getting errors about !!ModOptions or !!CustomModOptions it's this mod.
Grundy 7 Jan, 2022 @ 4:04pm 
how do you drive one when you find it?
Snake of Eden 6 Jan, 2022 @ 3:40pm 
Yeah. No more errors here. Thanks.
Papa_Chad  [author] 6 Jan, 2022 @ 2:22pm 
@Kitsune If possible the feedback has been fixed
Snake of Eden 6 Jan, 2022 @ 9:52am 
I run tons of other mods but the error line read:

-----------------------------------------
STACK TRACE
-----------------------------------------
function: Add -- file: Papa_Chad_Tank_NPC_Armor.lua line # 6.

So I was pretty sure it was this, lol. All good. It didn't hurt anything. :3
Sid 6 Jan, 2022 @ 4:58am 
Hey no problem man, stuff happens, i develop stuff for other games aswell so i understand how stuff can break out of nowhere, don't stress about it.
Papa_Chad  [author] 6 Jan, 2022 @ 4:57am 
@M.Sidorovitch Too bad my mod brought problems, I undid the last update and now it's as it was before. Thanks for the feedback
Sid 6 Jan, 2022 @ 4:53am 
Yeah we drove the jefferson county one, the animation as far as we saw only works for the driver. Im not sure if it works for other occupants of the vehicle since it was me or 1 friend that drove it.
Papa_Chad  [author] 6 Jan, 2022 @ 4:50am 
@M.Sidorovitch Did you drive my vehicle, do the tracks work on the MP?
Sid 6 Jan, 2022 @ 4:41am 
Multiplayer with a lot of mods, exact modlist here: https://imgur.com/a/2THR6pb , we swapped out your m113 with Vilespring's one since we didn't want to strain the server with constant errors. Previous to this update everything worked fine wtih your m113 and the toolkit on the server, besides that modlist has not changed.
Papa_Chad  [author] 6 Jan, 2022 @ 4:13am 
@M.Sidorovitch @Snake of Eden
Do you have any other mods? Are you single player or multiplayer?
I will remove the changes, please let me know if you still have the problem.
Snake of Eden 5 Jan, 2022 @ 10:18pm 
Ditto.
Sid 5 Jan, 2022 @ 8:18pm 
Getting errors everytime a zombie dies since the new update