Skip to content

Instantly share code, notes, and snippets.

@nosignal-xx
nosignal-xx / gist:babb60c9f7789358390c150dc34d4b4d
Created March 9, 2025 14:13
Player Restricted Area template
{
"areaName": "template file",
"PRABoxes": [
[
[
2,
1.5,
2
],
[
@nosignal-xx
nosignal-xx / gist:cae7f8c567dbab09210dd3cff7714985
Created April 14, 2023 12:09
DayZ 1.20 PS4 Xbox PC - In game Map cfggameplay.json
"MapData":
{
"ignoreMapOwnership": 1,
"ignoreNavItemsOwnership": 1,
"displayPlayerPosition": 1,
"displayNavInfo": 1
}
@nosignal-xx
nosignal-xx / gist:6aae8c7075796a8a5fd1b9a65aea53d3
Created April 14, 2023 11:49
DayZ 1.20 Unlimited Stamina - Nitrado Server PS4 / Xbox / PC
"StaminaData":
{
"sprintStaminaModifierErc": 0.01,
"sprintStaminaModifierCro": 0.01,
"staminaWeightLimitThreshold": 6000.0,
"staminaMax": 100.0,
"staminaKgToStaminaPercentPenalty": 0.01,
"staminaMinCap": 0.01
},