Subversion-Projekte sthq.colony7

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
63 chriss 1
//Returnes the position of your view(camera).
2
//Offset to your feets (origin) is 85 Unites on default, refer to cvar sv_defaultviewheight
3
//( X Y Z ) ANGLE
4
viewpos
5
 
6
 
7
//Loads a map with cheats enabled
8
//Example: devmap map1
9
devmap <mapname>
10
 
11
 
12
//Displays Errormessages in the game console,
13
//you need cheats to be activated (use devmap)
14
com_printwarnings 1
15
 
16
 
17
//Displays your current Frame Rate
18
//Use this to check for areas which might have bad
19
//performance and need tweaking
20
fps 1
21
 
22
 
23
//Fly modus on/off, use this to check out areas
24
//which you can not or not yet reach regulary
25
noclip
26
 
27
 
28
//Make your self invincible, on/off
29
God
30
 
31
 
32
//Restart the current level
33
//can rarly cause issues, with the models, like strange animated actors
34
restart
35
 
36
 
37
//end the game instantly
38
quit
39
 
40
 
41
//leave the current level/server
42
disconnect
43
 
44
 
45
//You are no target for your enemies on/off
46
notarget
47
 
48
 
49
//Activates the miniconsole showing
50
//use this when checking for errors.
51
//Needs Developer to be activated
52
ui_minicon 1
53
 
54
 
55
//Activate developer Modus
56
//Needs cheats to be activated
57
//use this to skip puzzles and for teh miniconsole
58
developer 1
59