Project Zomboid

Project Zomboid

525 个评价
Lillie's Enhanced Militaria
4
4
4
2
2
2
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
18.578 MB
2024 年 12 月 30 日 下午 9:01
11 月 20 日 上午 8:19
6 项改动说明 ( 查看 )

订阅以下载
Lillie's Enhanced Militaria

描述
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 条留言
Boooble 11 月 21 日 上午 9:06 
thank you so much!
steaknonions 11 月 21 日 上午 8:56 
Actually one of the best mod authors for B42. great work dude, this mod rocks!
Lillie  [作者] 11 月 21 日 上午 8:31 
The errors should be solved for now
Dietzee 11 月 21 日 上午 7:43 
2qt canteen is based
Boooble 11 月 20 日 上午 5:13 
gives errors like the one below me
IsuccToez 10 月 21 日 下午 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 10 月 20 日 下午 2:00 
pz military larp should have public executions for not following grooming standard
LowspeedRipits 10 月 20 日 下午 12:19 
Must LARP as military in PZ.
Meyar 10 月 14 日 上午 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 9 月 28 日 上午 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 :^)