Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
eg.: "Military Tool Framework" so it is way more obvious and easier for admins to know what mods MUST be loaded first
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 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
Maybe you could just try talking to them and see what you two can come up with?
Not posting the link to their mod unless you want me to o/
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!
Sorry for the delay, I've been without internet for the last few days.
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.
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.
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.
-----------------------------------------
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
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.