DayZ
Dingo_Truck
 Denne tråd er blevet fastgjort, så den er sikkert vigtig
LaGTeK  [udvikler] 12. okt. 2024 kl. 18:48
New XML Files & Traders Files
Edit 07/03/2025 : Updated files for Dingo

Inside your mission folder:
Inside dingo_ce folder:
Expansion Market files:
DrJones files:
Sidst redigeret af LaGTeK; 7. mar. kl. 6:27
< >
Viser 1-9 af 9 kommentarer
LaGTeK  [udvikler] 26. okt. 2019 kl. 5:54 
Types.xml & Trader Files
Trader: https://pastebin.com/Marzk4iD
Types.xml: https://pastebin.com/85fbgWMZ
Delta6 17. jan. 2020 kl. 3:20 
any chance i could get spawnables and events xml files so i can have them spawn on the map?
Jlandy71 21. jan. 2020 kl. 0:31 
i only have it in types xml and it spawns in a few places. Of course the only thing that spawns in the world is the chassis. you have to spawn in the rest of the parts. so would be nice to know how to do the rest so parts have a chance to spawn on it.
Sidst redigeret af Jlandy71; 21. jan. 2020 kl. 18:07
Prison Mike 20. nov. 2021 kl. 7:57 
Same here. Would be nice to have some spawntabeltypes etc.
Wizec Gaming 19. juli 2024 kl. 13:27 
Expansion Trader Config
Since no one had the config for expansion trader, here you go, just adjust prices with your server setup.

Dingo Truck itself:

{
"m_Version": 12,
"DisplayName": "DINGO TRUCK",
"Icon": "Deliver",
"Color": "FBFCFEFF",
"IsExchange": 0,
"InitStockPercent": 75,
"Items": [
{
"ClassName": "Dingo",
"MaxPriceThreshold": 5,
"MinPriceThreshold": 5,
"SellPricePercent": -1,
"MaxStockThreshold": 1,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [
"DingoDoors_Driver",
"DingoDoors_CoDriver",
"DingoDoors_Cargo1",
"DingoDoors_Cargo2",
"DingoHood",
"DingoTrunk",
"DingoWheel",
"DingoWheel",
"DingoWheel",
"DingoWheel",
"DingoWheel",
"CarBattery",
"CarRadiator",
"SparkPlug"
],
"Variants": []
}
]
}

Dingo Parts:

{
"m_Version": 12,
"DisplayName": "Dingo Truck Parts",
"Icon": "Deliver",
"Color": "FBFCFEFF",
"IsExchange": 0,
"InitStockPercent": 75,
"Items": [
{
"ClassName": "DingoDoors_Driver",
"MaxPriceThreshold": 1,
"MinPriceThreshold": 1,
"SellPricePercent": -1,
"MaxStockThreshold": 1,
"MinStockThreshold": 1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "DingoDoors_CoDriver",
"MaxPriceThreshold": 1,
"MinPriceThreshold": 1,
"SellPricePercent": -1,
"MaxStockThreshold": 1,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"Variants": []
},
{
"ClassName": "DingoDoors_Cargo1",
"MaxPriceThreshold": 1,
"MinPriceThreshold": 1,
"SellPricePercent": -1,
"MaxStockThreshold": 1,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"Variants": []
},
{
"ClassName": "DingoDoors_Cargo2",
"MaxPriceThreshold": 1,
"MinPriceThreshold": 1,
"SellPricePercent": -1,
"MaxStockThreshold": 1,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"Variants": []
},
{
"ClassName": "DingoHood",
"MaxPriceThreshold": 1,
"MinPriceThreshold": 1,
"SellPricePercent": -1,
"MaxStockThreshold": 1,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"Variants": []
},
{
"ClassName": "DingoTrunk",
"MaxPriceThreshold": 1,
"MinPriceThreshold": 1,
"SellPricePercent": -1,
"MaxStockThreshold": 1,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"Variants": []
},
{
"ClassName": "DingoWheel",
"MaxPriceThreshold": 1,
"MinPriceThreshold": 1,
"SellPricePercent": -1,
"MaxStockThreshold": 1,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"Variants": []
}
]
}


Welcome :)
festihead 12. sep. 2024 kl. 12:15 
thanks very much for this mate it's greatly appreciate it! I made into 2 standalone files for custom types.
edit: I took your files, made them into jsons and added the types file. Prices set accordingly to get straight into market files/trader; https://github.com/festihead/Dingo-Truck-Expansion-Types-and-Market-Files
Sidst redigeret af festihead; 13. sep. 2024 kl. 4:29
Fire_X_Guy 24. mar. kl. 12:44 
Wehre can i find the Dingo_CE Folder ?
Hey there, on the bit your description says to paste to economy cfgeconomycore, XML validator gives the following complaint:

Invalid XML: This page contains the following errors:
error on line 60 at column 13: Opening and ending tag mismatch: dingo_ce line 55 and kamaz_ce

<economycore>
<kamaz_ce>
<file name="kamazTypes.xml" type="types" />
<file name="KamazVehiclePartsTypes.xml" type="types" />
<file name="kamazSpawnabletypes.xml" type="spawnabletypes" />
<file name="kamazEvents.xml" type="events" />
54 </kamaz_ce>
55 <dingo_ce>
<file name="dingoTypes.xml" type="types" />
<file name="dingoVehiclePartsTypes.xml" type="types" />
<file name="dingoSpawnabletypes.xml" type="spawnabletypes" />
<file name="dingoEvents.xml" type="events" />
60 </kamaz_ce>
</economycore>
Also, you explain: Inside dingo_ce folder:
https://pastebin.com/fVPVVeGc - dingoEvents.xml
https://pastebin.com/phbjGNnp - dingoVehiclePartsTypes.xml
https://pastebin.com/CX5qHKBU - dingoTypes.xml
https://pastebin.com/6ZnUXFFa - dingoSpawnabletypes.xml

Where is the 'dingo_ce' folder? Do we need to make one, because it is not present and if so, where does that folder go?

Please and thanks. o7
< >
Viser 1-9 af 9 kommentarer
Per side: 1530 50