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:
and place new modified CfgSurvival.hpp in my mpmissons directory
And in both cases spawn with Tazer
Anyone knows the right way to do it?
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 >> "magazines");
_wpns = getArray (_config >> "weapons");
_bcpk = getText (_config >> "backpack");
_randomSpot = true;
And in both cases spawn with Tazer
Anyone knows the right way to do it?