Project Zomboid

Project Zomboid

522 arvostelua
Lillie's Enhanced Militaria
4
4
4
2
2
2
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Tiedostokoko
Julkaistu
Päivitetty
18.578 MB
30.12.2024 klo 21.01
20.11. klo 8.19
6 muutosilmoitusta ( näytä )

Tilaa ladataksesi
Lillie's Enhanced Militaria

Kuvaus
DISCLAIMER: THIS MOD IS A WORK IN PROGRESS

Lillie's Enhanced Militaria adds new items and mechanics, enhances textures, and rebalances vanilla military clothing and equipment. My focus is to create new items and rework existing ones to flesh out Project Zomboid's military aspects. Currently, most military adjacent clothing & equipment have been retextured to make them more accurate to their real world counterparts. Certain items such as the military canteen have been rebalanced to have a more realistic capacity, and clothes have had their stats changed to accomodate new items. For those that subscribed for the retextures there is now a module that will be exactly that. No new items, just retextures of the pre existing ones. This will also still have support for Spongie's Open Jackets, though I am working on making it unneeded.

THIS MOD ADDS:
- Interchangeable Camo Covers
- Mess Kits
- Cold Weather Equipment
- New Uniform Items
- Pant Blousing
- and More...

CONFLICTING MODS
I have not tested compatability with other mods on the Steam workshop. Though there shouldn't be any problems with mods that don't modify or add new or old military items. I'll update this description to include workshop items that aren't compatible with this as they come to my attention and or will do my best to mitigate any conflicts.


FUTURE PLANS:
- NBC Protective Equipment
- Reworked Webbing Equipment
- Rolled Sleeves
- and way too much to realistically do...

Workshop ID: 3396622780
Mod ID: LilliesEnhancedMilitaryClothes
Mod ID: LilliesEnhancedMilitaryClothesTextures
151 kommenttia
Boooble 55 minuuttia sitten 
thank you so much!
steaknonions 1 tunti sitten 
Actually one of the best mod authors for B42. great work dude, this mod rocks!
Lillie  [tekijä] 1 tunti sitten 
The errors should be solved for now
Dietzee 2 tuntia sitten 
2qt canteen is based
Boooble 20.11. klo 5.13 
gives errors like the one below me
IsuccToez 21.10. klo 12.26 
Hi, first of all thanks for the mod.

I think that I've pinpointed the file that causes errors to pop up. It's lillies_evolvedrecipes.txt

I tried replacing the : with = in the file, that seems to fix the errors popping up, on loading up my save and when using the context menu, but the crafting doesn't behave normally.

It doesn't consume the right amount of ingredients.

I've tried multiple variations:

evolvedrecipe PastaTin
{
BaseItem = WaterMessTinPasta,
MaxItems = 5,
ResultItem = MessTinPasta,
Cookable = true,
AddIngredientIfCooked = true,
Name = Prepare Pasta,
CanAddSpicesEmpty = true,
Template = Pasta,
}

evolvedrecipe PastaTin
{
BaseItem = Base.WaterMessTinPasta
MaxItems = 5
ResultItem = Base.MessTinPasta
Cookable = true
AddIngredientIfCooked = true
Name = Prepare Pasta
CanAddSpicesEmpty = true
Template = Pasta
}

Both of these remove the errors from popping up, but again the recipes don't behave normally.

I hope this helps you somehow and thanks again!
Sirpoglet 20.10. klo 14.00 
pz military larp should have public executions for not following grooming standard
LowspeedRipits 20.10. klo 12.19 
Must LARP as military in PZ.
Meyar 14.10. klo 5.55 
I'm getting a slew of errors with 42.12, so the update definitely broke something. Looking forward to the update when you have the time!
IsuccToez 28.9. klo 2.39 
Nepenthe: 42.12 changed the way BodyLocationGroup.getOrCreateLocation() works so instead of just using a string (making it easy to add a new value) it new relies on a enum that is locked away in java.

Hope this helps somehow :^)