I start the "final" stage of current map (improve FPS using areaportals technique), in past i call some friends and start a server for verify bugs relatives of visibility of sections of the map.
But reading some tutorials i see the command "r_showtris2" for use in game for see the effect of portals. Same using the command line: "C:\Arquivos de programas\EA GAMES\MOHAA\MOHAA.exe" +set developer 1 +set cheats 1 +set thereisnomonkey 1 +set ui_console 1 i dont cannot use the r_showtris directive, the console say: r_showtris is a cheat protected.
So, how i use this command ?
Another question, i bind the key "F" to call r_showtris, is correct this code ?
Code: Select all
alias showtrisoff "r_showtris 0;bind f showtris"
alias showtris "r_showtris 2;bind f showtrisoff"i used as reference this tutorial: http://gronnevik.se/rjukan/index.php?n=Main.Areaportals

