Making the Audio List more Viewable

Cool tips, tricks, FAQs, scripts, binds, etc.
Post Reply
Renegade
HLDJ Developer
HLDJ Developer
Posts: 1500
Joined: Sat Mar 01, 2008 2:02 pm
Contact:

Making the Audio List more Viewable

Post by Renegade »

To make more of your audio list viewable on-screen, you can enlarge the size of your console window. The Steam console window can be resized and moved much like any regular window:
To resize it, simply grab any corner of the window and drag it until it is the desired size.
To move the console, grab it by the title area (top part of the console window) and drag it around. In HL1-based games, the console will even "snap" to the edges of the screen for you.
It might be especially helpful to adjust the width of the console until each file name in the audio list fits onto its own line.
Renegade
HLDJ Developer
HLDJ Developer
Posts: 1500
Joined: Sat Mar 01, 2008 2:02 pm
Contact:

Re: Making the Audio List more Viewable

Post by Renegade »

For convenience, you can bind a key to bring up the console and the audio list at the same time:

Code: Select all

bind <key> "toggleconsole; la"
you can place the above line into your hldj_custom.cfg file.
Post Reply