Yuri-BR#1559
Developer
- Joined
- Apr 2, 2013
- Messages
- 1,098
- Reaction score
- 5,857
what is the difference?
in WarZ.sln
HUD_TPSGame.cpp
Search for:
PHP:#ifndef FINAL_BUILD if(gUserProfile.ProfileData.isDevAccount && Keyboard->IsPressed(kbsLeftAlt)) accelaration *= 5.0f; #endif
replace for:
PHP:#ifdef FINAL_BUILD if(gUserProfile.ProfileData.isDevAccount && Keyboard->IsPressed(kbsLeftAlt)) accelaration *= 5.0f; #endif
do not forget to leave your like =)
Credits: Staff DeathZ
yes but your two codes are the same, I see no difference
Where can I change console to dev?The Same thing can be done with the spectator mode & console =)
Where can I change console to dev?
Yeah I know but what friggin line do I need to search for to enable dev-console?Search =) CTRL + F
İs problem at me?
Yeah, I think this is what caused my server to crash all the clients when they join.
I am not sure though, all I did was add the RPG and do super speed.
I followed exact.
I even removed RPG and still got crash.
Punisher have accelaration like a dev ? Why ?// Punisher & Dev speed
if (gUserProfile.ProfileData.isPunisher || gUserProfile.ProfileData.isDevAccount)
{
accelaration *= 1.3f;
}