autoexc.cfg

Status
Not open for further replies.
That's because you have to make it.
 
Open Notepad, go to Save As... and save it in the SRB2 directory as autoexec.cfg
 
JJames19119 said:
Open Notepad, go to Save As... and save it in the SRB2 directory as autoexec.cfg

what should it include? how do i code it?
 
i also heard that there was some way to bind a key to get 400 rings instantly
 
Spazzo said:
Ya, easy.

Get the God Shield *bricked*

what is a "God" shield? and i made an autoexec file, and i'm looking for ideas of what to ad as my autoexec is better with 1.08 and i am making one for 1.09 public release
 
i keep trying to make it say something when i change teams in ctf, but i can't. instead it says it when i join
 
Here's an example of a ctf team switcher:
Code:
alias teamred "changeteam red; say /me has switched to the red team."
alias teamblue "changeteam blue; say /me has switched to the blue team."
To make it work, type teamred to change to team red and make yourself say /me has switched to the red team. Same goes for blue, just type the command teamblue
Side note: The /me is to replace it with your name when you send the message. Keep that in there, do NOT change it to your username.

I'm currently working on a script that changes the colors of Sonic repeatedly to orange, yellow, silver, white and again in reverse. I haven't got it quite capable of stopping and turning back to blue, and I need a color chart of the different color ID's, as I have forgotten them since my last test of it ^_^
 
furyhunter600 said:
I'm currently working on a script that changes the colors of Sonic repeatedly to orange, yellow, silver, white and again in reverse. I haven't got it quite capable of stopping and turning back to blue, and I need a color chart of the different color ID's, as I have forgotten them since my last test of it ^_^
I made one of those, though it had a lot more colors in it then that and looked beautiful and whatnot, but I could never manage to stop it and it pretty much locked up the console until you quit the game. The horror... Maybe we need some "haltexec <scriptname>" thing to make the next "exec <scriptname>" fail by setting some variable during a "wait" phase and automaticly terminate scripts that exec themselves with no wait... Or something. SRB2's scripting is so ... ... ... primitive. :(
 
Yeah, then you have to press a button every 30 seconds while playing just to make yourself flash all pretty like, that's reeeeally gonna help. :roll:
 
Status
Not open for further replies.

Who is viewing this thread (Total: 49, Members: 0, Guests: 49)

Back
Top