Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
Types.xml: https://pastebin.com/85fbgWMZ
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 :)
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
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>
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