Project Zomboid

Project Zomboid

1,443 arvostelua
Military Tool Kit
4
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Tiedostokoko
Julkaistu
Päivitetty
21.278 MB
2.1.2022 klo 12.01
3.9. klo 11.02
14 muutosilmoitusta ( näytä )

Tilaa ladataksesi
Military Tool Kit

Kuvaus
This is a support mod for my other mods, it adds scripts and tools to create Real Military Vehicles.
It is compatible with B42 and partially compatible with B41 Single and Multiplayer

Features
  • Animated Tracks
  • Tracks Sound
  • Animated Doors
  • Animated Addons
  • Armored Vehicle Body
  • Turrets for vehicles (It's not implemented to B41)
    The turrets have heavy coding that adds a completely new ballistics system that is independent of the systems in the Standard Game, performing calculations for each projectile independently, calculating its energy, ability to cause damage and transfix bodies, vehicles and walls.
  • Common Items and Tools
    This mod also adds items and parts common to my mods. Note, none of these items will spawn in your game unless you have the mod in which it is used.
Cannons/Heavy Machine Guns
My mod currently adds support for the following heavy machine guns
  • Browning M2HB
    That uses 12.7x99mm (.50 BMG) Round, which must be loaded into the 12.7x99mm (.50 BMG) Ammo Box.

  • M61 Vulcan Cannon
    That uses 20mm Round and 20mm Round HE (High Explosive).

  • 76mm Gun M32
    That uses 76mm Round (Armor Piercing) and 76mm Round HE (High Explosive).

If you like my mod feel free to buy me a coffee :)

[ko-fi.com]


On Lockdown
This mod cannot be modified by anyone else, for anything else, at all, ever. Even if the user disappears, he or she would much rather you didn't touch the fruits of their hard labour.

Workshop ID: 2705406713
Mod ID: Military_Tool_Kit
62 kommenttia
DOCTOR_DOGE 30.9. klo 13.31 
i cant find the weapons, the vehicles spawn whitout weapons
SDgamer 23.9. klo 21.43 
Only since Angry Turrets is a mod for B41, if you are willing to, could you please make a B42 Sentry Gun mod? Need something to go with other Defensive Structure mods i have installed for the Horde Night mod
Ki Charn Ro 15.9. klo 8.48 
https://pastebin.com/pfpY5k9X

other one was before starting apocalypse run. this one is after.

theres too much text to put into pastebin but theres 6 different stack trace errors
Ki Charn Ro 15.9. klo 8.42 
https://pastebin.com/nPrvM1Kh

Hey dont know if this helps. It's the last bit of the console.txt
Papa_Chad  [tekijä] 15.9. klo 8.28 
@Ki Charn Ro
Can you send an error log?
Ki Charn Ro 15.9. klo 7.22 
Actually, military toolkit at top of load order, apc, humvee and cargo apc and i still get 1000s of errors. military toolkit by itself and i get 1000s of errors on a new save. any fix would be super appreciated i cant understand lua
Ki Charn Ro 14.9. klo 17.46 
Hey im getting 1000's of errors when i load in. Every mod i have works flawlessly, any idea if your mod has any incompatibilities? I'd love to use it
Hunterr 7.9. klo 5.55 
Finally we get working turrets for military vehicles, peak zomboid haha :D I hope that Ki5 modder will add a function like this for the Oshkosh trucks, too cause it has a turret but no function.
Papa_Chad  [tekijä] 6.9. klo 9.45 
@Nacalal
Relax, “FastTick” is an optimization solution only, it runs 10 times slower than OnPlayerUpdate, I put it in less critical functions that require a large number of unnecessary calculations, such as the “armor” that checks the condition of all vehicle parts and compares them with the previous value. In my opinion, this type of thing is a waste of processing power when it is run every frame of the game(Just venting)... Do you have more mods installed? I believe I used a very generic term and it must be conflicting with other modders' codes.
Nacalal 5.9. klo 22.28 
Seem to be getting the following error.

function: Papa_Chad_Vehicle_Armor.lua -- file: Papa_Chad_Vehicle_Armor.lua line # 87 | MOD: Military Tool Kit.
[05-09-25 23:13:05.972] ERROR: General f:0, t:1757135585972> ExceptionLogger.logException> Exception thrown
java.lang.RuntimeException: attempted index: Add of non-table: null at KahluaThread.tableget(KahluaThread.java:1530

Appears to be related to the 'FastTick' object from 'Papa_Chad_FastTick_Event.lua', no clue why it comes back as null and causes error spam any time I load into a new game.
Reverting to the older 'Events.OnPlayerUpdate' for the armor and track files seems to have gotten rid of the load errors and in game error spam, but no doubt re-introduces the problems you were trying to fix with the whole 'FastTick' workaround.