Debriefing > Bug Reports & Fixes

[BUG] Opening the console doesn't work (Have tried everything)

(1/2) > >>

spurrizh:
So I'm having an issue with the console, I can't seem to be able to open it.
I have tried EVERYTHING such as enabling the console in advanced options in the game. I press the console button that has been the standard button for consoles in all source games. I also tried doing "-console" in launch options in both the mod and sdk base 2007 and none of that worked. I also tried to change the keyboard layout and tried all the buttons to see if it works.

I'm not the only one who is currently having this issue, all of my friends who recently started to play faces the same issue.

Death:
two things,

launch options with the launcher dont work. you need to add:


--- Code: ---
-game "C:\Program Files(x86)\Steam\steamapps\sourcemods\gesource" -console
--- End code ---

to Source SDK Base 2007 in steam launch options

change the directory to your local install of gesource / steam.

then the console should appear, next type:


--- Code: ---
bind "KEY" toggleconsole
--- End code ---

default is
--- Code: ---
bind "`" toggleconsole
--- End code ---

kraid:
As for binding the console to a key, make sure to choose one that is not different in other nations kayboard layouts. For me it worked when i bound to F9.

An alternative to Deaths method:
find the config.cfg located in ..Steam/Steamapps/Sourcemods/gesource/gfc/
Open it with a Text editor and add the line:

--- Code: ---
bind "F9" "toggleconsole"
--- End code ---
Save the file, start GES and press F9 once the main menue is loaded.

BALIST0N:
i have the same problem, i have try to change the bind like this :

bind "/" "toggleconsole"

but no way, nothing happend

but also there are scriptures that appears at the top left of the screen sometimes...

kraid:
If you don't have an US Keyboard, then you rather should use a Key that is the same on every keyboard.
Like i used bind "F9" "toggleconsole", checked "enable developer console" in the ingame Options and it works.

Navigation

[0] Message Index

[#] Next page

Go to full version