DayZ
MuchStuffPack
Εμφάνιση 21-30 από 54 καταχωρίσεις
< 1  2  3  4  5  6 >
Ενημέρωση: 23 Νοε 2021 στις 0:31

- Fix for error with 1.15
- Fixed the new planter pots collision

Ενημέρωση: 31 Οκτ 2021 στις 0:19

Change was missed in prev patch
- Fixed Fridges not taking cable reel. Plug in cable reel first in generator, then connect to the fridge.

Ενημέρωση: 30 Οκτ 2021 στις 22:53

- Fixed Baseball caps not using up sewing kit when being repaired
- Fixed Baseball cap beige colour not being applied
- Added Wringing action to slouchies
- Fixed planters holding animation
- Fixed some warnings in script
- Fixed Fridges not taking cable reel. Plug in cable reel first in generator, then connect to the fridge.
- Changed so storage items won't be loaded in far bubble anymore
- Added new planter pot (Msp_EmptyPlanterPot, Msp_PlanterPot)

Ενημέρωση: 23 Ιουλ 2021 στις 3:40

Fixed Greenhouse codelock interaction issue
Changed Baseball caps models/textures to use vanilla textures - Thank you Lugge for help.
Added Msp_BaseballCap_CMMG_Pink and Msp_BaseballCap_CMMG_Black to match vanilla ones

Ενημέρωση: 14 Ιουλ 2021 στις 17:35

Fix for pouches, smersh bags being spit out when attached to vest and onto lockers.
Fix for smersh bag not accepting clothes
Fix for cooking pots being spit out if attached to gas stove and in cargo

PLEASE NOTE IF YOU USE MUCHSTUFFPACK YOU DONT NEED INVENTORY FIX

Ενημέρωση: 13 Ιουλ 2021 στις 5:59

Fix for Munghards compatibility issue

Ενημέρωση: 13 Ιουλ 2021 στις 5:18

New items:
* Slouchie - Beige, Blue, Black, Red - A hipster beanie basically (Thanks Creep for textures)
Msp_Slouchie_Beige
Msp_Slouchie_Black
Msp_Slouchie_Blue
Msp_Slouchie_Red
* Duffle Bag - Black, Blue, Red, Green - A duffle bag worn diagonally on one shoulder
Msp_DuffleBag_Green
Msp_DuffleBag_Black
Msp_DuffleBag_Blue
Msp_DuffleBag_Red
* Waist Pack - Tan, Black, Green, Brown, Blue, Urban Polish Fletarn - A belt with 7x5 slots, attaches pistol holster, knife sheath, radio, flashlight (Thanks Bloderz for textures, give her a follow on twitch <3)
Msp_WaistPack_Tan
Msp_WaistPack_Black
Msp_WaistPack_Green
Msp_WaistPack_Brown
Msp_WaistPack_UrbanFlektarn
Msp_WaistPack_Blue
* Reversible Baseball Caps - Beige, Black, Blue, Camo, Olive, Pink, Red - A baseball cap that can be rotated to be worn inversed. Hold in hands to rotate. (Thanks Creep for model and textures) I recommend this to replace vanilla ones.
Msp_BaseballCap_Beige
Msp_BaseballCap_Black
Msp_BaseballCap_Blue
Msp_BaseballCap_Camo
Msp_BaseballCap_Olive
Msp_BaseballCap_Pink
Msp_BaseballCap_Red
* Baseball bats - Simple, Nails, Chain, Sawblade and barbed wire. - I recommend replacing vanilla spawns and recipes with these new bats. Check discord for damage details on each
Msp_BaseballBat
Msp_BaseballBat_SawBarbedWire
Msp_BaseballBat_Chain
Msp_BaseballBat_Nailed
Msp_BaseballBat_BarbedWire
* Sawblade - to be used to craft the baseball bat
Msp_Sawblade

*Some models have been slightly updated for better performance or looks.
*Changed some melee weapon values (nerfed Plain Bat, Blunderbat, increased shock Bean Basher and Pipe Axe) Full details on discord
*Moved some of the seasonal stuff around, you might get some pbo error missing Msp_Summer. This pbo has been removed. More improvements will follow in future patches to allow separation of the mod.
*Fixed a bug that might have been causing garden plots to rotate on placement
*Fixed a bug with codelock where it would let you attach even if server config was set to not allow it
*Changed Water gun from 357 to Ammo_22 (.22 Lr)


Clothing (https://steamcommunity.com/sharedfiles/filedetails/?id=2545926773) and Weapons (https://steamcommunity.com/sharedfiles/filedetails/?id=2545924198) have been separately published as well for those who don't want to run the full MuchStuffPack
Msp_NoProxies.pbo has been published as it's own mod. You can still repack that. (https://steamcommunity.com/sharedfiles/filedetails/?id=2545888524)

Ενημέρωση: 22 Απρ 2021 στις 3:58

- Fix for greenhouse wood not being able to be dismantled
- Fix planter full model (the new model creeped in when it shouldn't have yet)
- Added mod.cpp which might help with some of the errors for mod mismatch
- Fix for codelock bugging your hands when attaching it to an MSP item

Ενημέρωση: 20 Απρ 2021 στις 4:00

Patch notes:

Removed:
*All old fridges (the new ones remain) - If you have issues, wipe your server
*Some classes and items not finished

New:
*Snowball fridge (thanks Creep for model)
*Integrated codelock compatibility. If you had it repacked before, you will want to remove it. You have a month to remove any repacked Codelock pbos i made for MSP, DMCA will be given after.

Changed:
*Greenhouses made compatibile with 1.12 - I recommend wiping due to the big changes of garden plots and greenhouses.

New Item list:
Msp_SnowballFridge_Kit
Msp_SnowballFridge

Codelock config:
MSP_CodeLockConfig.json found in CodeLock folder
```
{
"RaidTimeInSeconds": 10.0,
"CanAttach": "true",
"CanRaid": "true",
"DeleteLockOnRaid": "true",
"ToolDamageOnRaid": 100,
"RaidTools": [
"Hacksaw"
]
}
```

RaidTimeInSeconds -> How long each wheel will take in seconds
CanAttach -> put "false" if you don't want to show the codelock category or give ability to attach codelock
CanRaid -> "true"/"false" enables raiding with the "RaidTools"
DeleteLockOnRaid -> If the CodeLock should be deleted on raid finish. Even if this is false, the codelock is still ruined
ToolDamageOnRaid -> How much damage the tool should take on completion of each wheel. Should be relative to the total health of the tool. E.g. If tool has 500 total health, and ToolDamageOnRaid is 100 then it will take 5 wheels to finish raiding.
RaidTools -> List of compatibile tools to raid with

NOTE: New key was used to sign the pbos. Make sure you copy the new one from Keys folder

Ενημέρωση: 16 Φεβ 2021 στις 12:52

Hotfix for not being able to see inventory of the fridges