VentGala Posted May 11, 2002 Share Posted May 11, 2002 First off all, I apologize if this question has already been posted somewhere, but without the search function, it's not that easy to know... I'd like to know if there is some way to make my custom messages (using the bind x "vstr chat00" command) permanent. As it is, they're gone the next time I start the game, and it takes forever to set them up again... Perhaps one could enter the code in one of the .cfg files, I don't know. Any help here would be great! Link to comment Share on other sites More sharing options...
teleguy Posted May 11, 2002 Share Posted May 11, 2002 You have to create a textfile in your base directory . Paste in bind x "vstr chat00" and save the file as autoexec.cfg. Make sure that there's no ".txt" part in the filename ( if there is delete the ".txt" part). Link to comment Share on other sites More sharing options...
VentGala Posted May 11, 2002 Author Share Posted May 11, 2002 Great, I thought it would be something like that, I just didn't know what the .cfg file should be called. Am I right in thinking that putting commands on different rows in the file works the same way as hitting return in the console? As in: bind x "vstr chat00" set chat00 "say blabla;bind x vstr chat01" set chat01 "say yaddayadda;bind x vstr chat00" And so forth...? Link to comment Share on other sites More sharing options...
bar-bar mandrel Posted May 11, 2002 Share Posted May 11, 2002 "YES" Call it anything you feel like. Most quake based games automatically load a file named autoexec.cfg, if it exists in the same directory as the game generated configuration file. Personally, I like to put all my stuff in seperate files: Comms in 1 file, controls in another etc. and: add a line to the autoexec.cfg: exec comms.cfg OR bind f5 "exec comms.cfg" OR type at the console: exec comms.cfg The nice thing about seperate files is that if you want to uninstall or re-install (for instance) you just have to move out the1 or 2 custom files, and then drop them back in again when you want. (or email them to yourself at a friend's house to use there...). I like to keep the graphical stuff out of the files, so that I can go back to defaults when I fuXOR something and can't get it back to normal Link to comment Share on other sites More sharing options...
VentGala Posted May 11, 2002 Author Share Posted May 11, 2002 Lots of information there, thank you! Link to comment Share on other sites More sharing options...
bar-bar mandrel Posted May 11, 2002 Share Posted May 11, 2002 but is it GOOD information? Link to comment Share on other sites More sharing options...
VentGala Posted May 11, 2002 Author Share Posted May 11, 2002 Yeah, it is. Forgot to state that.... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.