Project Zomboid

Project Zomboid

525 beoordelingen
Lillie's Enhanced Militaria
4
4
4
2
2
2
   
Prijs
Toevoegen aan favorieten
Toegevoegd aan favorieten
Verwijderen uit favorieten
Bestandsgrootte
Geplaatst op
Bijgewerkt op
18.578 MB
30 dec 2024 om 21:01
20 nov om 8:19
6 wijzigingsnotities (weergeven)

Abonneren om te downloaden
Lillie's Enhanced Militaria

Omschrijving
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 opmerkingen
Boooble 21 nov om 9:06 
thank you so much!
steaknonions 21 nov om 8:56 
Actually one of the best mod authors for B42. great work dude, this mod rocks!
Lillie  [auteur] 21 nov om 8:31 
The errors should be solved for now
Dietzee 21 nov om 7:43 
2qt canteen is based
Boooble 20 nov om 5:13 
gives errors like the one below me
IsuccToez 21 okt om 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 okt om 14:00 
pz military larp should have public executions for not following grooming standard
LowspeedRipits 20 okt om 12:19 
Must LARP as military in PZ.
Meyar 14 okt om 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 sep om 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 :^)