Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Tutorial] how to enable super speed to DEV

Newbie Spellweaver
Joined
May 2, 2013
Messages
54
Reaction score
3
I put this on my server one thousand times and nothing stay normal velocity. What i do?
 
Newbie Spellweaver
Joined
Jul 25, 2014
Messages
20
Reaction score
0
in WarZ.sln

HUD_TPSGame.cpp

where to find? sorry noob here :p
 
Newbie Spellweaver
Joined
Feb 17, 2014
Messages
27
Reaction score
0
para eu procurar seria dentro do WarZ_Server?



para eu procurar seria dentro do WarZ_Server?
 
Newbie Spellweaver
Joined
Jul 15, 2014
Messages
36
Reaction score
6
can you use the super speed when you are in the studio? are do you have to be on a server?
 
Joined
Apr 2, 2013
Messages
1,098
Reaction score
4,664
can you use the super speed when you are in the studio? are do you have to be on a server?

Yes,

to it work in studio and in the client you need remove this line in red:

Code:
[COLOR=#ff0000]#ifndef FINAL_BUILD            [/COLOR]
     if(gUserProfile.ProfileData.isDevAccount && Keyboard->IsPressed(kbsLeftAlt))                
            accelaration *= 5.0f;
[COLOR=#ff0000]#endif[/COLOR]



Yuri-BR
I want to put when you click the middle of the mouse button

MBUTTON ?
 
Newbie Spellweaver
Joined
Jul 15, 2014
Messages
36
Reaction score
6
No, this source code only, the Studio only has binary files.

I have the warz studio but i can compile it all because my visual studio 2008 wont install i had it installed before i restarted my pc but now i get an error when installing it.
 
Back
Top