DayZ
CookZ
Jimmy 28 Dec, 2024 @ 1:45pm
Looking for expansion files
Hello anyone have files for expansion market??
< >
Showing 1-6 of 6 comments
peetpan  [developer] 25 Mar @ 2:25pm 
hey, yeah this answer is a bit late. I dont know how this looks like, but if you give me a small example I can autogenerate such a file and add it to the mod for convenience.
Jd6250R 28 Mar @ 6:08am 
Think he's more on about expansion market files. Kinda look like this.


"m_Version": 12,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_DRINKS",
"Icon": "Deliver",
"Color": "FBFCFEFF",
"IsExchange": 0,
"InitStockPercent": 0,
"Items": [
{
"ClassName": "sodacan_pipsi",
"MaxPriceThreshold": 1750,
"MinPriceThreshold": 1650,
"SellPricePercent": 5,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
}
]
}
peetpan  [developer] 28 Mar @ 8:05am 
Cool, thank you! I will take a look if I can autogen an example and put in in the release build. But looks like the values would be very much server specific.
peetpan  [developer] 15 Apr @ 10:43am 
added a generated expansion marked file to the last release. let me know if this helps or needs changes. (the file only holds the closed boxes and cans - I was told this might make most sense.)
Indy 27 Apr @ 11:08am 
My Version :

{
"m_Version": 12,
"DisplayName": "Saucissons",
"Icon": "Deliver",
"Color": "FBFCFEFF",
"IsExchange": 0,
"InitStockPercent": 75.0,
"Items": [
{
"ClassName": "CookZ_Beef_Sausage",
"MaxPriceThreshold": 20,
"MinPriceThreshold": 20,
"SellPricePercent": 55.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "CookZ_Wolf_Sausage",
"MaxPriceThreshold": 20,
"MinPriceThreshold": 20,
"SellPricePercent": 65.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "CookZ_Sheep_Sausage",
"MaxPriceThreshold": 20,
"MinPriceThreshold": 20,
"SellPricePercent": 20.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "CookZ_Reindeer_Sausage",
"MaxPriceThreshold": 30,
"MinPriceThreshold": 30,
"SellPricePercent": 90.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "CookZ_Pig_Sausage",
"MaxPriceThreshold": 20,
"MinPriceThreshold": 20,
"SellPricePercent": 45.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "CookZ_Hare_Sausage",
"MaxPriceThreshold": 20,
"MinPriceThreshold": 20,
"SellPricePercent": 60.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "CookZ_Goat_Sausage",
"MaxPriceThreshold": 20,
"MinPriceThreshold": 20,
"SellPricePercent": 40.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "CookZ_Deer_Sausage",
"MaxPriceThreshold": 20,
"MinPriceThreshold": 20,
"SellPricePercent": 90.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "CookZ_Boar_Sausage",
"MaxPriceThreshold": 30,
"MinPriceThreshold": 30,
"SellPricePercent": 80.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "CookZ_Chicken_Sausage",
"MaxPriceThreshold": 20,
"MinPriceThreshold": 20,
"SellPricePercent": 45.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "CookZ_Bear_Sausage",
"MaxPriceThreshold": 20,
"MinPriceThreshold": 20,
"SellPricePercent": 75.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
}
]
}
Last edited by Indy; 27 Apr @ 11:10am
Indy 27 Apr @ 11:09am 
{
"m_Version": 12,
"DisplayName": "Autres",
"Icon": "Deliver",
"Color": "FBFCFEFF",
"IsExchange": 0,
"InitStockPercent": 75.0,
"Items": [
{
"ClassName": "CookZ_EmptyCan",
"MaxPriceThreshold": 2,
"MinPriceThreshold": 2,
"SellPricePercent": 50.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "CookZ_EmptyBox",
"MaxPriceThreshold": 2,
"MinPriceThreshold": 2,
"SellPricePercent": 50.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "Marmalade",
"MaxPriceThreshold": 5,
"MinPriceThreshold": 5,
"SellPricePercent": 60.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "PowderedMilk",
"MaxPriceThreshold": 2,
"MinPriceThreshold": 2,
"SellPricePercent": 50.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "SpaghettiCan",
"MaxPriceThreshold": 8,
"MinPriceThreshold": 8,
"SellPricePercent": 50.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "BakedBeansCan",
"MaxPriceThreshold": 6,
"MinPriceThreshold": 6,
"SellPricePercent": 50.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "PeachesCan",
"MaxPriceThreshold": 8,
"MinPriceThreshold": 8,
"SellPricePercent": 25.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "Crackers",
"MaxPriceThreshold": 4,
"MinPriceThreshold": 4,
"SellPricePercent": 20.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": [
"SaltySticks"
]
},
{
"ClassName": "Rice",
"MaxPriceThreshold": 10,
"MinPriceThreshold": 10,
"SellPricePercent": 50.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "SodaCan_Kvass",
"MaxPriceThreshold": 2,
"MinPriceThreshold": 2,
"SellPricePercent": 50.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "DisinfectantAlcohol",
"MaxPriceThreshold": 4,
"MinPriceThreshold": 4,
"SellPricePercent": 50.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
}
]
}
< >
Showing 1-6 of 6 comments
Per page: 1530 50