Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

aaro

macrumors newbie
Original poster
Jan 3, 2008
6
1
Hey, I have steam games and I wanted to access the console. But when I press the ~, it doesn't work..

Has any of you mac using people have this problem, or is it just me?
 
Did you activate the console in the game before it's launched?

IIRC, you have to add a line to the app execute that allows the console.

EDIT: Yeah, you have to add "-console" (wihtout the double quotes) into the launch.. there's an advanced field for it someplace in the game's preferences when you're in Steam.
 
To access the console while in game, you really don't need to add anything to the launch options. Go to Options -> Keyboard -> Advanced -> Enable Console.

Edit: If you have enabled it in the options, I have no answer for you, sorry.
 
Hey, I have steam games and I wanted to access the console. But when I press the ~, it doesn't work..

Has any of you mac using people have this problem, or is it just me?
use the following zsh script

#!/bin/zsh clear echo -e "\033[01;31m/Applications/Steam.app/Contents/MacOS/steam_osx -console\033[00m\n" /Applications/Steam.app/Contents/MacOS/steam_osx -console

then follow instructions from: https://stackoverflow.com/questions/5125907/how-to-run-a-shell-script-in-os-x-by-double-clicking
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.