Project Zomboid

Project Zomboid

Eggon's Worthwhile Cars (obsolete - use EWC 2.0)
 Denne tråd er blevet fastgjort, så den er sikkert vigtig
Eggon  [udvikler] 13. okt. 2021 kl. 9:04
How to make your modded cars compatible with EWC mod and allow EWC to block capacity loss on damage?
If your mod uses your own custom trunks and not vanilla ones, please remove the "conditionAffectsCapacity = true" lines from all your trunks' definitions. It will be transparent for your mod, because this property is anyway inherited by each trunk from "template vehicle trunk" specified in vanilla "template_trunk.txt", so your mod will still be working fine.

My mod overrides that vanilla file setting "conditionAffectsCapacity = false". But if a custom trunk explicitly specifies it differently, it has no effect.

Thank you!