ET command line things....ie r_speeds, showtris etc...


(Axedup) #1

Hello, is there a list some where of all or most of the ET command line things, ie r_speeds _showtris etc… with their various numbers 0, 1,2

Coz i can get r_speeds up, but only when console pulled down, i want to have it onscreen as I run around, to check, not stop everytime to pull down console

Thx

Axedup


(Loffy) #2

Hi Axedup!
There is a list in the section called “Useful console commands” in the Level Designers Reference (See the thread “Sticky: TUTORIALS AND ET MAPPING RESOURCES” for a link to the Level Designers Reference). Here is a sample from the section:
"con_drawnotify
This command allows developer commands such as r_speeds to display in the main game view and not just in the console. The command is toggled between 0 and 1 where 0 displays the developer commands in console only and 1 displays them in-game also. "

// Loffy


(Axedup) #3

Thx man, I knew I saw it somewhere :slight_smile: DOH!!!

Axedup


(MadJack) #4

On that line Loffy (or anyone in the know), I use toggle r_showtris but that darn thing keeps putting it at 1 and I want showtris 2… anyway to default to 2?


(pgh) #5

set r_showtris 2 sets it to 2
toggle r_showtris 2 1 means it will toggle between 2 and 1.


(MadJack) #6

alright, thx. I’ll try that :slight_smile:


(ydnar) #7

/bind x “cycle r_showtris 0 2”

Check ydnar.cfg for more useful mapping-related binds and debugging info.

y


(MadJack) #8

ahhh! Thx ydnar! :smiley:


(shazmax) #9

Yea I was going to say - if you look in the Pak0 file you’ll find ydnar’s config along with Sock’s config and a lot of others. If you wanted to you could just add their config in your etmain directory, remove the unbind all from their config and put something like exec ydnar.config in your autoexec.cfg if your doing a local test server for your map. Works quite well…but they have some nutty configs so you might want to customize some of them to your liking.