Heisenberg DayZ
Members-
Content Count
7 -
Joined
-
Last visited
Community Reputation
1 NeutralAbout Heisenberg DayZ
-
Rank
On the Coast
Profile Information
-
Gender
Male
-
dayz 1.01.1 how to modify constants.c make players no physical strength, no weight, no stamina?
Heisenberg DayZ replied to Heisenberg DayZ's topic in Servers
thanks all of you, i uesd the 1.0 /dta files. i got it. make a mistake. it works now LOL -
dayz 1.01.1 how to modify constants.c make players no physical strength, no weight, no stamina?
Heisenberg DayZ posted a topic in Servers
as 1.0, I modify the constants.c and playerconstants.c, it works . no physical strength, no weight, no stamina. update 1.1, I modify the same files on my server, but it does not work any more. help me, thank you. static const float METABOLIC_SPEED_ENERGY_BASAL = 0; //energy loss per second while idle static const float METABOLIC_SPEED_ENERGY_WALK = 0; //energy loss per second static const float METABOLIC_SPEED_ENERGY_JOG = 0; //energy loss per second static const float METABOLIC_SPEED_ENERGY_SPRINT = 0; //energy loss per second static const float METABOLIC_SPEED_WATER_BASAL = 0; //water loss per second while idle static const float METABOLIC_SPEED_WATER_WALK = 0; //water loss per second static const float METABOLIC_SPEED_WATER_JOG = 0; //water loss per second static const float METABOLIC_SPEED_WATER_SPRINT = 0; //water loss per second //-------------------------------------------------------- const int STAMINA_DRAIN_STANDING_SPRINT_PER_SEC = 0; //in units (how much sprint depletes stamina) const int STAMINA_DRAIN_CROUCHED_SPRINT_PER_SEC = 0; //in units (how much sprint in crouch depletes stamina) const int STAMINA_DRAIN_PRONE_SPRINT_PER_SEC = 0; //in units (how much sprint in prone depletes stamina) const int STAMINA_DRAIN_SWIM_FAST_PER_SEC = 0; //in units (how much fast swimming depletes stamina) const int STAMINA_DRAIN_LADDER_FAST_PER_SEC = 0; //in units (how much fast ladder climb depletes stamina) const float STAMINA_DRAIN_HOLD_BREATH = 0; //in units (how much holding breath depletes stamina) const float STAMINA_DRAIN_JUMP = 0; // in units (how much jumping depletes stamina) const float STAMINA_DRAIN_MELEE_LIGHT = 0; //in units (how much light melee punch depletes stamina) const float STAMINA_DRAIN_MELEE_HEAVY = 0; //in units (how much heavy melee punch depletes stamina) const float STAMINA_DRAIN_MELEE_EVADE = 0; // in units (how much evade depletes stamina) -
I have a Server, I want that when players are running, walking or jumping, the inventory screen can be opening. someone can help me? thank you very much :)
-
How to find and join Dayz 1.0 LAN server?
Heisenberg DayZ replied to Heisenberg DayZ's topic in Servers
add: -connect="ip:port" in Steam DayZ Play it can work now -
How to find and join Dayz 1.0 LAN server?
Heisenberg DayZ replied to Heisenberg DayZ's topic in Servers
create a dayz.exe desktop shortcut and add -connect=IP:Port The client cannot connect. The server crashes. -
How to find and join Dayz 1.0 LAN server?
Heisenberg DayZ replied to Heisenberg DayZ's topic in Servers
i can't see my own server on community server list or LAN server list, what should i do? -
Hi, I created a own LAN server on my macmini, and it can play as well, Ver.1.0. My PC client is Ver.1.0 too. They are in same network, but I can't find my server in LAN list and there is no IP search. Someone can help me? Thanks very much! (They was playing well in Ver.0.63) Sorry my bad English.