i accidnetly disabled my consel once. it wasn't purty. but if u wanna just bind something else to the ~ key. like bind ~ to build an oc or something. the console is quite a handy tool tho.
<!--QuoteBegin-UnderDOG+Jun 26 2004, 09:02 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (UnderDOG @ Jun 26 2004, 09:02 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> It doesnt matter which you put it in. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd--> unless you have it loading in some other script.
I remember one time dod kept giving me **** so I had to keep reinstalling it and half the time it would come up with out a consol, but that doesn't help, just spam
Don't disable your console! Either map the keys that you're hitting the console with to a button further away, or get skinnier fingers. You might have everything the way you want it, but that doesn't mean you won't need it. There could be some graphics option you need to fiddle with, you might want to connect to a server with a password, who knows, you might have admin somewhere one of these days. Then what would you do?
<!--QuoteBegin-007Bistromath+Jul 15 2004, 11:23 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (007Bistromath @ Jul 15 2004, 11:23 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Don't disable your console! Either map the keys that you're hitting the console with to a button further away, or get skinnier fingers. You might have everything the way you want it, but that doesn't mean you won't need it. There could be some graphics option you need to fiddle with, you might want to connect to a server with a password, who knows, you might have admin somewhere one of these days. Then what would you do? <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd--> ... write console 1 in autoexec.cfg and restart the game?
<!--QuoteBegin-007Bistromath+Jul 15 2004, 04:23 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (007Bistromath @ Jul 15 2004, 04:23 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Don't disable your console! Either map the keys that you're hitting the console with to a button further away, or get skinnier fingers. You might have everything the way you want it, but that doesn't mean you won't need it. There could be some graphics option you need to fiddle with, you might want to connect to a server with a password, who knows, you might have admin somewhere one of these days. Then what would you do? <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd--> If he merely rebinds the tilde key he can still access the console by hitting esc and selecting console in main menu. <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->
you cannt rebind the console key because the game or steam over wrights the config even if it is set to read only. even useing the alias comand it still rebinds the console key to ~
i know i've tryed <!--emo&???--><img src='http://www.unknownworlds.com/forums/html//emoticons/confused.gif' border='0' style='vertical-align:middle' alt='confused.gif' /><!--endemo-->
goes and trys to disable it altogether (which sucks because i have admin and will have to enable the console to do anything).
In both my marine.cfg and skulk.cfg I have included (amoung other things): unbind ` unbind ~ bind F1 "toggleconsole"
This allows me to open the console once, to join a scrim server via console. It then remaps OPENING the console to F1. To close the console you must use either esc or ~(this seems to be hardcoded into steam). In the case that you are "disconnect" from a server without closing NS, you will be unable to open your console, as it can only be opened from in game.
But what you are looking for is solved with the above script. OmG Scripts WTHH4z.
Comments
unless you have it loading in some other script.
... write console 1 in autoexec.cfg and restart the game?
If he merely rebinds the tilde key he can still access the console by hitting esc and selecting console in main menu. <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->
i know i've tryed <!--emo&???--><img src='http://www.unknownworlds.com/forums/html//emoticons/confused.gif' border='0' style='vertical-align:middle' alt='confused.gif' /><!--endemo-->
goes and trys to disable it altogether (which sucks because i have admin and will have to enable the console to do anything).
bind ` "toggleconsole"
bind ~ "toggleconsole"
bind "KP_END" "jointeamone; exec marine.cfg"
bind "KP_DOWNARROW" "jointeamtwo; exec skulk.cfg"
In both my marine.cfg and skulk.cfg I have included (amoung other things):
unbind `
unbind ~
bind F1 "toggleconsole"
This allows me to open the console once, to join a scrim server via console. It then remaps OPENING the console to F1. To close the console you must use either esc or ~(this seems to be hardcoded into steam).
In the case that you are "disconnect" from a server without closing NS, you will be unable to open your console, as it can only be opened from in game.
But what you are looking for is solved with the above script. OmG Scripts WTHH4z.