Press the "~" and type in the codes below. You can see that there are "1" and "0". Change them to the opposite to turn on/off the cheat.
Displays the current and average frames per second (FPS) in the top left corner on CODE: renderer.drawFps 1
Set Profile Name CODE: localProfile.setName [name]
Set Profile Nick CODE: localProfile.setNick [nick]
Starts recording current gameplay and saves the file as demoname.bf2demo in your \Program Files\EA Games\Battlefield 2 Demo\mods\bf2\Demos directory CODE: demo.recordDemo [demoname]
Stops current demo recording CODE: demo.stopRecording
Toggles pausing the game CODE: gameLogic.togglePause
Turns off access to the in-game console CODE: renderer.drawConsole 0
Turns the Heads Up Display (HUD) off CODE: renderer.drawHud 0
Press the "~" and type in the codes below.
You can see that there are "1" and "0". Change them to the opposite to turn on/off the cheat.
Displays the current and average frames per second (FPS) in the top left corner on CODE: renderer.drawFps 1
Set Profile Name
CODE: localProfile.setName [name]
Set Profile Nick
CODE: localProfile.setNick [nick]
Starts recording current gameplay and saves the file as demoname.bf2demo in your \Program Files\EA Games\Battlefield 2 Demo\mods\bf2\Demos directory
CODE: demo.recordDemo [demoname]
Stops current demo recording
CODE: demo.stopRecording
Toggles pausing the game
CODE: gameLogic.togglePause
Turns off access to the in-game console
CODE: renderer.drawConsole 0
Turns the Heads Up Display (HUD) off
CODE: renderer.drawHud 0
Leave a comment...