Hello. I was adding a grenade script to my et config and a nametoggle script and then suddenly I couldn’t exec the cfg. Always came an error message, something about text, can’t quite remember. I’ll post it here when I do… can anybody tell me what the heck is going on? :banghead:
I crashed my ET cfg
eq-Shrike
(eq-Shrike)
#2
if you edited the cfg file in Notepad or Wordpad, make sure that when you saved it you chose file type of ‘All files’ and added the .cfg at the end of the filename.
IIRC Notepad by default will try to save it as a txt file so if you called your cfg file new.cfg for example it would be saved as new.cfg.txt which ET doesn’t like
SCDS_reyalP
(SCDS_reyalP)
#3
As a wild guess, perhaps you attempted to call vstr from itself, eg
set blah “…;l vstr blah ; …”
Diesel
(Diesel)
#6
k, i will try to find out about that, but when I use et config helper the vstr isn’t shown, shouldn’t I just open the cfg in wordpad and change it from there?