You are viewing our Forum Archives. To view or take place in current topics click here.
Need help on editing Humanity (Dayz)
Posted:

Need help on editing Humanity (Dayz)Posted:

TTG_iTzZ_IVI0D5
  • Challenger
Status: Offline
Joined: May 13, 201113Year Member
Posts: 168
Reputation Power: 6
Status: Offline
Joined: May 13, 201113Year Member
Posts: 168
Reputation Power: 6
If you know where i edit this please send me a PM Thanks
Also is there a way to extract the current Mission.PBO file ?
Thanks.
#2. Posted:
Rainbow_Dash
  • TTG Fanatic
Status: Offline
Joined: Jul 13, 201013Year Member
Posts: 4,266
Reputation Power: 196
Status: Offline
Joined: Jul 13, 201013Year Member
Posts: 4,266
Reputation Power: 196
Just create an .sqf file with this code in it:

_HumanityAmountToAdd= 50000;
_curHumanity = player getVariable["humanity",0];
player setVariable["humanity",_curHumanity+_HumanityAmountToAdd,true];

cutText [format["%1 Humanity added", _HumanityAmountToAdd],"PLAIN DOWN"];


You can replace the variable '50000' with any number. Negative numbers work as well, but require a server re-join or a change of clothes to take effect.

I don't have DayZ installed anymore, but dig through your @DayZ folder in your ArmA 2 folder, I'm sure the mission.pbo file is in there somewhere.
#3. Posted:
TTG_iTzZ_IVI0D5
  • Challenger
Status: Offline
Joined: May 13, 201113Year Member
Posts: 168
Reputation Power: 6
Status: Offline
Joined: May 13, 201113Year Member
Posts: 168
Reputation Power: 6
Thank you.
could you be more specific on where to put the sqf and where the mission.pbo is ?
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.