Posts by HerLocK
-
-
Hi!
When I kill PMC and loot him, all items don't have a mark "found in raid" but with scavs everything okYeah Same issue too
-
Well that was totally not what i expected to be causing this issue, I had to log the entire output and go through it with a fine tooth comb to spot it. in the last function I missed a .toString() and it caused the bug fml. (first one below)
function chooseZone(zoneList) {
if (zoneList.length === 1) {
return zoneList.toString()
}
let rand = getRandomInt(zoneList.length)
let thisZone = zoneList[rand]
zones.splice(rand, 1)
return thisZone.toString()
}
I will post an update shortly. Thanks a ton for the help folks.I literally understand nothing there But i am glad to help
-
Hey no worries, its so cool u make this great work !
-
Hey i am so dumb.
When I reinstalled, I copied the old config.json because i was too lazy to edit again
The Error disappears when i set the spawning chances from 0 to 1 Percent -
The Error appers at the start of the game. Its say loading Profil and then the Error-Sound shows up and the game doesnt load into Main Menu
Hope you understand, sorry for my bad englisch.
Tried already to use a clean installation ...
In the Error.txt its starts at Line 33.
Ther server starts normally without an Error.
Put the FIles into an .zip -
Getting this Error and i have no Clue how to fix it