There is a great deal of information that can be displayed in jka by setting a few cvars to 1:
- Open notepad or some other text editor like notepad++
- Copy the following into it:
//Display the lagometer (graph which shows how good your connection to the server is) cg_lagometer 1 //Display your Frames per second Counter cg_drawfps 1 //display the round timer cg_drawtimer 1 //display the radar in team games and vehicles cg_drawradar 1 //display your team mates' HP and locations in team games. cg_drawteamoverlay 1
- Click save as
- select "save as type:" "all files(*.*)"
- type a name and add .cfg to the end. (eg display.cfg)
- Start jka and open the console
- type /exec [your file name] (eg /exec display)
To disable any of the displays we have added, simply change the 1 to a 0 and re-save and exec the file. You can also manually type each line into the console rather than using a cfg file (eg /cg_drawfps 1 in the console to turn on the fps meter)
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now