DayZ
FarmingPlus+
Blefino 13 Jan, 2021 @ 11:36pm
BUG - M3S slots for plank and metal
Hello, when your mod is loaded is not possible add planks and metal to slots in vanila truck M3S. could you please fix it?
many thanks
< >
Showing 1-9 of 9 comments
Same thing :steamsad:
Nagase 27 Jan, 2021 @ 1:02pm 
Can confirm, in addition it appears to wipe any planks or sheet metal present in the truck's storage when the mod is installed.
Bird 28 Jan, 2021 @ 5:11pm 
did this ever get fixed?
George 11 Jun, 2021 @ 5:30pm 
yep, bug confirmed

I fixed it for my servers as a dependency on this mod, if you want fix it too then here's how to quick-fix it:
you need to create your own mod and config.cpp, look at the FarmingPlus.pbo config inside for class WoodenPlank and MetalPlate there's missing definition of using an item in slot inside the V3S, so you need to add in "Truck_01_MetalSheets" for class MetalPlate, and "Truck_01_WoodenPlanks" for class WoodenPlank, thats all :)
Last edited by George; 11 Jun, 2021 @ 5:34pm
Van Hohenheim 11 Sep, 2021 @ 2:51pm 
Originally posted by George:
yep, bug confirmed

I fixed it for my servers as a dependency on this mod, if you want fix it too then here's how to quick-fix it:
you need to create your own mod and config.cpp, look at the FarmingPlus.pbo config inside for class WoodenPlank and MetalPlate there's missing definition of using an item in slot inside the V3S, so you need to add in "Truck_01_MetalSheets" for class MetalPlate, and "Truck_01_WoodenPlanks" for class WoodenPlank, thats all :)

Like this?
class MetalPlate: Inventory_Base { inventorySlot[] = {"Material_MetalSheets","Material_L3_MetalSheets","Material_L1W1_MetalSheets","Material_L1W2_MetalSheets","Material_L1W3_MetalSheets","Material_L2W1_MetalSheets","Material_L2W2_MetalSheets","Material_L2W3_MetalSheets","Material_L3W1_MetalSheets","Material_L3W2_MetalSheets","Material_L3W3_MetalSheets","Material_BBP_MetalSheets_1","Truck_01_MetalSheets"}; }; class WoodenPlank: Inventory_Base { inventorySlot[] = {"Material_WoodenPlanks","Material_L1_WoodenPlanks","Material_L1W1_WoodenPlanks","Material_L1W2_WoodenPlanks","Material_L1W3_WoodenPlanks","Material_L2_WoodenPlanks","Material_L2W1_WoodenPlanks","Material_L2W2_WoodenPlanks","Material_L2W3_WoodenPlanks","Material_L3_WoodenPlanks","Material_L3W1_WoodenPlanks","Material_L3W2_WoodenPlanks","Material_L3W3_WoodenPlanks","Material_BBP_WoodenPlanks_5","Truck_01_WoodenPlanks"}; };
George 12 Sep, 2021 @ 1:27am 
@Van Hohenheim - yes :)
Van Hohenheim 16 Sep, 2021 @ 11:27am 
What is the content of my mod to create? just config.php?
FMJ_Delta 2 Nov, 2021 @ 11:34pm 
I would like to apologize for opening the mod without authorization, I managed to fix the error and make the mod work.
in the folder FarmingPlus\Scripts\4_World\Items\chickencoop change for:

line "50"

class BBP_Animal_GallusGallusDomesticusF_White extends Animal_GallusGallusDomesticusF
{
}

line 217

//BROWN
class BBP_Animal_GallusGallusDomesticusF_Brown extends Animal_GallusGallusDomesticusF
{
}

line 383

//SPOTTED
class BBP_Animal_GallusGallusDomesticusF_Spotted extends Animal_GallusGallusDomesticusF
{
}
George 2 Nov, 2021 @ 11:41pm 
@faabiiojuniorr - wrong thread bro ;) you should create the new one for this for better visibility ;)
< >
Showing 1-9 of 9 comments
Per page: 1530 50