How To Quick Join Team?

BloodBathBloodBath Join Date: 2003-10-13 Member: 21654Members
how to set F1 to join marine and F2 to join aliens??
thx <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->

Comments

  • RoCkIn_RiCkYRoCkIn_RiCkY Join Date: 2003-08-28 Member: 20306Members
    /marines
    bind F1 jointeamone

    /aliens
    bind F2 jointeamtwo
  • BloodBathBloodBath Join Date: 2003-10-13 Member: 21654Members
    <!--QuoteBegin--RoCkIn RiCkY+Oct 13 2003, 06:53 AM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (RoCkIn RiCkY @ Oct 13 2003, 06:53 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> /marines
    bind F1 jointeamone

    /aliens
    bind F2 jointeamtwo <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
    thanks
    this question harass me so long

    ^3^
  • homerxhomerx Join Date: 2003-04-01 Member: 15094Members
    I'm not too good when it comes to binds.

    I just type /jointeamone or /jointeamtwo in the console.
  • RoobubbaRoobubba Who you gonna call? Join Date: 2003-01-06 Member: 11930Members, Reinforced - Shadow, WC 2013 - Shadow
    lol homer, or do what's written above, and type in your config.cfg or in the console:

    bind <key> <function>
    eg
    bind F1 jointeamone
    bind mouse1 "say I am a dingo"
  • RaVeRaVe Join Date: 2003-06-20 Member: 17538Members
    but now this puzzles me...what is the command to join a random team?
  • RoCkIn_RiCkYRoCkIn_RiCkY Join Date: 2003-08-28 Member: 20306Members
    Don't think it's possible to do random stuff with HL scripting... the best you could do is close your eyes and hit the F keys. <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif'><!--endemo-->
  • RoobubbaRoobubba Who you gonna call? Join Date: 2003-01-06 Member: 11930Members, Reinforced - Shadow, WC 2013 - Shadow
    random team join is:


    autoassign

    <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->

    Roo
  • CypherCypher Join Date: 2003-03-16 Member: 14579Members
    what about spectators?! jointeamthree?
  • BloodBathBloodBath Join Date: 2003-10-13 Member: 21654Members
    <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html/emoticons/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif'><!--endemo--> <a href='http://home.hketc.com/bloodbath/photo/Image1.gif' target='_blank'>http://home.hketc.com/bloodbath/photo/Image1.gif</a>

    whY??
  • RoobubbaRoobubba Who you gonna call? Join Date: 2003-01-06 Member: 11930Members, Reinforced - Shadow, WC 2013 - Shadow
    blood, I should start a new topic asking what that is, it's not related to binding keys.

    In your post, include:
    your system specs: CPU/RAM/graphics card/operating system, service packs, driver details
    what you do to reproduce the bug/when you see it/any ways you have found to get rid of it
    What version of NS/HL are you running (steam or won for example).

    Roo
  • BogglesteinskyBogglesteinsky Join Date: 2002-12-24 Member: 11488Members
    spectators would be, for F3,

    bind F3 spectate
  • BloodBathBloodBath Join Date: 2003-10-13 Member: 21654Members
    after install NS2.0
    "F1" key is to show that

    when i open console i can F1 and F2 to join now
    but close console i cant
    that fine, i can quick join anyway
    yeahoooo <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif'><!--endemo-->
  • CreepieCreepie Join Date: 2003-02-19 Member: 13734Members
    Aye - I think F1 is hardcoded to the help system or something so can't be re-assigned (is this right ?). Hence the stuff on the top-left of the screen. Or did you just say that ?

    Doesn't jointeamone/jointeamtwo only work once per map ?
  • RaVeRaVe Join Date: 2003-06-20 Member: 17538Members
    edited October 2003
    Bloodbath,the f1 and f2 keys aren't bindable unless you rename a certain DLL file in the valve folder....it's call GameUI.dll, and it's the annoying DLL which gives you the TrackerUI.dll missing blablabla error.

    To fix,rename to GameUI.ui and then rebind your f1 and f2 keys, et voila!

    EDIT : if anythig wrong happens,then it seems I've named the wrong DLL,so if anything wrong does happen, rename the file back to GameUI.dll
  • RoCkIn_RiCkYRoCkIn_RiCkY Join Date: 2003-08-28 Member: 20306Members
    Yeah you're right.
  • th0r0nth0r0n Born again n00b Join Date: 2003-06-12 Member: 17313Members
    Don't use function keys to bind stuff, half of them are hardcoded and it causes more problems than it's worth

    use:

    bind 9 spectate // Observer Mode
    bind 0 autoassign // Random Team
    bind - jointeamone // Marines
    bind = jointeamtwo // Aliens
  • BloodBathBloodBath Join Date: 2003-10-13 Member: 21654Members
    <!--QuoteBegin--RaVe+Oct 13 2003, 08:26 AM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (RaVe @ Oct 13 2003, 08:26 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Bloodbath,the f1 and f2 keys aren't bindable unless you rename a certain DLL file in the valve folder....it's call GameUI.dll, and it's the annoying DLL which gives you the TrackerUI.dll missing blablabla error.

    To fix,rename to GameUI.ui and then rebind your f1 and f2 keys, et voila!

    EDIT : if anythig wrong happens,then it seems I've named the wrong DLL,so if anything wrong does happen, rename the file back to GameUI.dll <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
    yeah it's quite convenient
    thx
    <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif'><!--endemo-->
  • snozzlesnozzle Join Date: 2003-04-23 Member: 15788Members
    i use 9 + 0 for my join team binds

    bind "9" "jointeamone"
    bind "0" "jointeamtwo"

    dont trust autoassign, it always puts me on the wrong team so i just +showscores (tab by default) and see waht team has the least amount of players and then i join the teams accordingly
  • im_lostim_lost TWG Rule Guru Join Date: 2003-04-26 Member: 15861Members
    I have my keys bound like Snozzle. However, they only work the first time I use them on each map. In other words, if a game ends and the map doesn't change, the binds won't join me to a team again. Any idea why?
  • DiablusDiablus Join Date: 2003-03-31 Member: 15080Members
    im pretty sure this was mentioned 100 times but ill mention it for the 101'st jointeamone/jointeamtwo in consol for marines/aliens <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->
  • GeronimoGeronimo Join Date: 2002-12-18 Member: 11056Members
    well

    Id say that binding keys for a certain team is like stacking...lame and unproductive...
  • MMZ_TorakMMZ_Torak Join Date: 2002-11-02 Member: 3770Members
    I have jointeamone and jointeamtwo and autoassign bound to keys. I did this because I wrote my own cfg's for each team and want them auto exec'ed when I join a team. I don't see that as lame or unproductive.
Sign In or Register to comment.