DayZ
MuchStuffPack
Εμφάνιση 31-40 από 54 καταχωρίσεις
< 1  2  3  4  5  6 >
Ενημέρωση: 16 Φεβ 2021 στις 4:15

Please note that all old fridges will be decommisioned next patch. Ensure you get rid of the current ones and only use the new ones. A 3rd fridge is in the works, so we will have 3 types of fridges in the end.
Expect more of these changes to happen in future patches as I work through models and get more fitting models and textures. I want to raise the quality of this mod and it will take some time, so bare with me.

Patch notes:
Changed:
Most storage should now have more LODs to help with performance. Guns and other attachments won't be rendered in the racks/lockers unless you're close. (WIP)
Openable items should persist their door/lid state over restarts
Fixed some issues with types.xml

Removed:
All recipes

New:
*Added the inventory fix. If your server runs MSP then you won't need to run the individual mod
*House plants: Ficus Tree, Rubber Fig, Succulent, Philodendron
*Room Divider - Has 2 forms and can be changed by press F on it
*2 New fridges: Moskva Fridge(Cream, Blue, Red) 100 Slots, Old Soviet Oka Fridge (white) 120 slots - They have openable doors with custom sounds
*Wardrobe - 300 Slots big bedroom wardrobe (openable). Comes in Brown, Green and White


New Item list:
Msp_HousePlant_Philodendron
Msp_HousePlant_FicusTree
Msp_HousePlant_RubberFig
Msp_HousePlant_Succulent
Msp_RoomDivider_Kit
Msp_RoomDivider
Msp_RoomDivider_Flat
Msp_MoskvaFridge_Blue_Kit
Msp_MoskvaFridge_Blue
Msp_MoskvaFridge_Cream_Kit
Msp_MoskvaFridge_Cream
Msp_MoskvaFridge_Red_Kit
Msp_MoskvaFridge_Red
Msp_SovietOkaFridge_Kit
Msp_SovietOkaFridge
Msp_Wardrobe_Brown_Kit
Msp_Wardrobe_Brown
Msp_Wardrobe_Green_Kit
Msp_Wardrobe_Green
Msp_Wardrobe_White_Kit
Msp_Wardrobe_White

Many thanks to Creep for the fridges models, textures and patience.

Types.xml updated and newtypes.xml has the new items. Also added a text file with all the item list.

Ενημέρωση: 16 Νοε 2020 στις 4:26

Patch notes:
NEW
- Wooden table kit
- Wooden Chair
- Desk clock (shows in game time)

FIXED
- Fixed gazebo going underground when trying to place it
- Fixed server crash when trying to place certain items with latest 1.10 patch

Ενημέρωση: 5 Νοε 2020 στις 12:56

1.10 Compatibility
Reduced textures sizes for some models which helps with overall mod size

Ενημέρωση: 28 Οκτ 2020 στις 14:25

Patch notes:
NEW
- Added MuchStuffPack_Codelock.pbo in Extras folder. You can repack that pbo to allow folowing items to be locked with Code Lock: Msp_Locker, Msp_SoloLocker, Msp_OldLocker, Msp_FourDoor_MilitaryLocker, Msp_RifleSafe, Msp_GunCabinet, Msp_Safe, Msp_Gibbet
- Added MuchStuffPack_NoGunProxies.pbo in Extras folder. You can repack this pbo to disable the display of guns to reduce client fps drop in big bases

FIXED
- Fixed Stone Fireplace action to place fireplace inside it

CHANGED
- Mattress action to fold will be triggered in a bigger area
- Mattress and Sleeping bags sizes increased to 1.3

NOTE:
If you use the MuchStuffPack_Codelock, you'll be able to lock gibbets with codelock. Doesn't make sense sure, you are free to remove it from the config if you don't like it.

Ενημέρωση: 25 Οκτ 2020 στις 11:54

Patch notes:
- Shelf - used as decoration or to be able to place items on it
- Sleeping bag, Mattress (deployable) - can be used to sleep on
- Medical box
- Gun wall (Courtesy of FracturedRP make sure you checkout their server <3)
- Fixes to medic bag textures - credit Shade
- Massive restructure of the mod to have less script classes (sry if this causes any issues)
- Reincorporated the compatibility config since that didn't help with the DEFAULT error
- Halloween items: Coffin Storage box, Witch Cauldron, Witch Hat, Medieval Gibbet, Medieval Gibbet with mount (You can trap people inside...use responsibly)

Ενημέρωση: 15 Σεπ 2020 στις 15:54

Patch notes:
- Added ability to more easily enable/disable recipes (example below)
- Attempt to fix DEFAULT error , example config.cpp for making this mod compatible with Munghards, Mass's and Base furniture mod.
- Black version of medical bag (Msp_MedicBag_Black)

Example how to disable recipes:
modded class Msp_AmericanAppleCrate : Msp_Storage_Base
{
static Msp_ItemRecipeValues GetRecipeValues()
{
Msp_ItemRecipeValues recipeVals = new Msp_ItemRecipeValues;
recipeVals.Set_minQuantityIngredientTwo(2);
recipeVals.Set_addHealthOne(-5);
recipeVals.Set_addQuantTwo(-2);
array<string> ingredientsOne =
{"Hammer"};
recipeVals.SetIngredientItemOne(ingredientsOne);
array<string> ingredientsTwo =
{"WoodenPlank"};
recipeVals.SetIngredientItemTwo(ingredientsTwo);
recipeVals.SetName("Craft American Apple Crate");
recipeVals.SetResult("Msp_AmericanAppleCrate");
//you need this line below added to disable the recipe
recipeVals.Set_canDo(false);
return recipeVals;
}
};

Ενημέρωση: 8 Σεπ 2020 στις 6:08

I've added example config.cpp in the Extra folder for servers that don't want to show the guns on the lockers/racks.

Patch notes:
- 1.09 compatibility
- Restructure first phase
- New items: Military Crates (5 Colours), Rifle safe (5 colours)

Class names:
Msp_MilitaryCrate_Brown
Msp_MilitaryCrate_Green
Msp_MilitaryCrate_Grey
Msp_MilitaryCrate_Olive
Msp_MilitaryCrate_Tan
Msp_RifleSafe_Kit
Msp_RifleSafe
Msp_RifleSafe_Grey_Kit
Msp_RifleSafe_Grey
Msp_RifleSafe_Green_Kit
Msp_RifleSafe_Green
Msp_RifleSafe_Purple_Kit
Msp_RifleSafe_Purple
Msp_RifleSafe_Tan_Kit
Msp_RifleSafe_Tan

Ενημέρωση: 10 Αυγ 2020 στις 9:07

FIxed the small kiddie pool too. Sry for so many updates. Last one for a while! Luv u bye

Ενημέρωση: 9 Αυγ 2020 στις 18:28

Fixed kiddie pool glitch with infinite water tube underneath. Due to this the pool won't make splash noise when walking inside.

Included new types and trader in Extras folder.

Ενημέρωση: 9 Αυγ 2020 στις 15:00

Patch notes:
- Fix some errors in logs
- Fix not being able to see greenhouse slots
- Reduced fertility for greenhouse/planters to default (this was causing some weird issues with the regrow)
- Added Boxing shorts
- Added Summer items: Beach ball, beach chair, beach umbrella, floaties in different colours and shapes(can be attached to belt slot), kiddie pools with water, volley ball and net, Msp_Water_Gun with Msp_Water_Gun_Mag chambered 357 ammo

Class names:
Msp_BoxingShorts_Red
Msp_BoxingShorts_Blue
Msp_BeachBall
Msp_BeachChair_Kit
Msp_BeachChair
Msp_BeachUmbrella
Msp_Floatie_Wheel
Msp_Floatie_Unicorn
Msp_Floatie_Unicorn_Rainbow
Msp_Floatie_Unicorn_BlueRainbow
Msp_Floatie_Unicorn_GreenRainbow
Msp_Floatie_Unicorn_PurpleRainbow
Msp_Floatie_Flamingo
Msp_KiddiePool_Kit
Msp_KiddiePool
Msp_KiddiePool_Pink_Kit
Msp_KiddiePool_Pink
Msp_KiddiePool_Yellow_Kit
Msp_KiddiePool_Yellow
Msp_KiddiePool_Large_Kit
Msp_KiddiePool_Large
Msp_KiddiePool_Large_Pink_Kit
Msp_KiddiePool_Large_Pink
Msp_KiddiePool_Large_Yellow_Kit
Msp_KiddiePool_Large_Yellow
Msp_VolleyballNet_Kit
Msp_VolleyballNet
Msp_Volleyball
Msp_Water_Gun
Msp_Water_Gun_Mag