JediMouse Posted April 3, 2002 Share Posted April 3, 2002 Is it possible to set up messages for chatting in multiplayer that are simpler than typing them; say by binding them to a key in the config file? Any help would be appreciated. ~Jedimouse Link to comment Share on other sites More sharing options...
RedHerring Posted April 3, 2002 Share Posted April 3, 2002 It is possible, but I don't know the syntax. Can anyone else help? Link to comment Share on other sites More sharing options...
RedEye Posted April 3, 2002 Share Posted April 3, 2002 bind (key) say (text) while (key) is the key you want to press and (text) the text to be said Link to comment Share on other sites More sharing options...
Darth Maniac Posted April 3, 2002 Share Posted April 3, 2002 Create a text file called "autoexec". Open it and enter the following (Dont forget to add your chat lines); bind F4 "vstr hurt00" bind F5 "vstr chat00" set chat00 "say INSERT CHAT COMMENT HERE;bind F5 vstr chat01" set chat01 "say INSERT CHAT COMMENT HERE;bind F5 vstr chat02" set chat02 "say INSERT CHAT COMMENT HERE;bind F5 vstr chat03" set chat03 "say INSERT CHAT COMMENT HERE;bind F5 vstr chat00" set hurt00 "say INSERT COMMENT FOR BEING HURT HERE;bind F4 vstr hurt01" set hurt01 "say INSERT COMMENT FOR BEING HURT HERE;bind F4 vstr hurt02" set hurt02 "say INSERT COMMENT FOR BEING HURT HERE;bind F4 vstr hurt03" set hurt03 "say INSERT COMMENT FOR BEING HURT HERE;bind F4 vstr hurt00" Save the file and change the *txt extension to *cfg. Then drop into your base folder. Then in the game hit F4 to chat and F5 to issue threats of retribution when someone whips your butt. You can add as many comments as you like and the game cycles through them when F4 and F5 are pressed. Link to comment Share on other sites More sharing options...
JediMouse Posted April 3, 2002 Author Share Posted April 3, 2002 Fantastic, Darth Maniac! That's exactly the sort of thing I wanted! Thanks! ~JediMouse~ Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.