This is a tutorial made to Warz, more than for use in War Inc.
Original post: http://forum.ragezone.com/f791/tutor...essing-956651/
in WarZ.sln
HUD_TPSGame.cpp
Search for:
PHP Code:
change to:PHP Code:if(pl->m_isFinishedAiming && !pl->m_isInScope)
{
if(Keyboard->WasPressed(kbsLeftShift))
{
R3D_SWAP(g_CameraLeftSideSource, g_CameraLeftSideTarget);
g_CameraLeftSideLerp = 0.0f;
}
}
PHP Code:
PHP Code://if(pl->m_isFinishedAiming && !pl->m_isInScope)
//{
if(Keyboard->WasPressed(kbsLeftAlt)) //Here you put the key you want
{
R3D_SWAP(g_CameraLeftSideSource, g_CameraLeftSideTarget);
g_CameraLeftSideLerp = 0.0f;
}
//}
Credits: Staff DeathZ
Credits: @Yuri-BR



Reply With Quote![[Tutorial] changing the position of the camera by pressing ALT](http://ragezone.com/hyper728.png)

