Hi. I want to open hardcore dayz overwatch server. But for real hardcore I need to remove taser from srating gear. And i have a problem with that.
I'm trying to:
1. Changing values in `dayz_overwatch`.`instance` (sometimes it works but more often you respawn with default tazer loadout)
2. Modify dayz_server/compile/server_playerLogin.sqf
like this:
Dayz Overwatch - custom starter loadout
I'm trying to:
1. Changing values in `dayz_overwatch`.`instance` (sometimes it works but more often you respawn with default tazer loadout)
2. Modify dayz_server/compile/server_playerLogin.sqf
like this:
Code:
//Record initial inventory _config = (missionConfigFile >> "CfgSurvival" >> "Inventory" >> "Default"); _mags = getArray (_config >>...