Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Making custom messages permanent?

Page: 1 of 1
 VentGala
05-11-2002, 8:47 AM
#1
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!
 teleguy
05-11-2002, 10:56 AM
#2
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).
 VentGala
05-11-2002, 11:51 AM
#3
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...?
 bar-bar mandrel
05-11-2002, 12:15 PM
#4
"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 :P
 VentGala
05-11-2002, 1:04 PM
#5
Lots of information there, thank you!
 bar-bar mandrel
05-11-2002, 3:08 PM
#6
but is it GOOD information? :P
 VentGala
05-11-2002, 4:18 PM
#7
Yeah, it is. Forgot to state that....
Page: 1 of 1