DayZ
FarmingPlus+
Blefino 2021 年 1 月 13 日 下午 11:36
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
< >
正在显示第 1 - 9 条,共 9 条留言
[AFOX] ArtfulFox ☣ 2021 年 1 月 22 日 下午 4:27 
Same thing :steamsad:
Nagase 2021 年 1 月 27 日 下午 1:02 
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 2021 年 1 月 28 日 下午 5:11 
did this ever get fixed?
George 2021 年 6 月 11 日 下午 5:30 
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 :)
最后由 George 编辑于; 2021 年 6 月 11 日 下午 5:34
Van Hohenheim 2021 年 9 月 11 日 下午 2:51 
引用自 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 2021 年 9 月 12 日 上午 1:27 
@Van Hohenheim - yes :)
Van Hohenheim 2021 年 9 月 16 日 上午 11:27 
What is the content of my mod to create? just config.php?
FMJ_Delta 2021 年 11 月 2 日 下午 11:34 
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 2021 年 11 月 2 日 下午 11:41 
@faabiiojuniorr - wrong thread bro ;) you should create the new one for this for better visibility ;)
< >
正在显示第 1 - 9 条,共 9 条留言
每页显示数: 1530 50