Scripting


(Aimless) #1

How the f… (sorry for the ruff my language) a im trying to make a autoexec.cfg so i can put my bindings there, but it a cant get it to work! :banghead: :banghead: :banghead:

I wrote just a test line in the auto… seta name “^1Pvt. Snuffy” (its from ifuritas site…) but i can get ither to work… i put the same line in rtcw i it work!! whats wrong…

i have tried to use http://www.rtcwonline.com/dummies/ (verry,verry good site imho !!)

i need some new ides… pleas help me!!

Sorry for my bad english!! i know it sux!


(Kendle) #2

autoexec.cfg goes in the ettest folder, not etmain and not in your profile folder.

Also make sure it is saved as autoexec.cfg. NotePad, for instance, will save files as text files, giving them a .txt extension, so the file will be called autoexec.cfg.txt with possibly the .txt part hidden because you have Windows set up not to show file extensions of known file types.

Open the file in NotePad (or another text editor) and save as “autoexec.cfg” including the quotation marks around the file name, making sure it goes in the ettest folder.

PS: Also, the first line of the autoexec.cfg file in RTCW is set devdll 1. No idea what this does or if it’s necessary for E.T. but my autoexec.cfg file includes this line and it works, so maybe make sure its in yours as well.


(Aimless) #3

damm man i could kiss you… :banana: it works… the problem whas that i hade the autoexec.cfg in my mail folder…

But if i make a " my exec.cfg" how do i do then … bit that should be in the mail folder… or??..

Thanks a bunch…


(Kendle) #4

If you want to use other configs, then simply execute them from autoexec.cfg. Make a file called, for instance, myconfig.cfg, put it in the ettest folder also, and add a line to autoexec.cfg so that it looks like:-

set devdll 1
seta name "^1Pvt. Snuffy"
exec myconfig.cfg

Then eveything in myconfig.cfg will get executed when autoexec.cfg gets executed (i.e when you start the game).


(Aimless) #5

Thanks Kendle… i have ripped all my hair of trying to figger out that… thanks again