I'll Begin
🐑✨
I'm curious to know what people have in their autoexec.
Here's my current one, as of the last edit date of this post:
script_myname.txt is simply:
The reason I have that is because I can't bind name "I'll Begin" to a key.
Pause is bound to Scroll Lock because I have one of those keyboards with the "F Lock" key, and I don't want to keep switching it on and off to pause and F12 people.
I used to have a Sonic 3D Blast styled camera in my Autoexec. I took it out, but here's what it was.
The blastcam is still experimental. You have to look down while setting it to get the proper perspective, and it still doesn't center on you the whole time. But otherwise it's fine.
Comparison between blastcam and Sonic 3D Blast:
Here's a laggy video of it: http://www.youtube.com/watch?v=9IMUT1_xQRQ
Here's my current one, as of the last edit date of this post:
Code:
// Profile stuff
name "I'll Begin"
color dark_red
// Various bound commands
bind 2 "screenshot"
bind 3 "wait 4; addbot"
bind v "toggle chasecam"
bind b "toggle analog"
bind n "exec script_myname.txt"
bind f "toggle alwaysmlook"
bind scrolllock "pause"
bind - "exec autoexec.cfg; echo Autoexec reloaded"
bind l "toggle taispickup"
// If I EVER run OpenGL mode...
gr_filtermode "Nearest"
// for SRB2sdlgcc.exe
use_mouse on
alias use_mouse_alt1 "use_mouse off; bind alt use_mouse_alt2; bind scrolllock pause_um"
alias use_mouse_alt2 "use_mouse on; bind alt use_mouse_alt1"
alias pause_um "use_mouse on; pause; bind scrolllock pause"
bind alt "use_mouse_alt1"
// Camera stuff
alias cam_reset "chasecam on; analog off; cam_rotate 0; cam_dist 128; cam_height 20; cam_speed 0.25; cam_rotspeed 10; cam_still off; echo Camera reset"
bind 0 "cam_reset"
// Autotexts
bind home "sayteam Could I get a lift?"
bind end "sayteam Do you need a lift?"
bind pgup "sayteam Thank you!"
bind pgdn "sayteam No problem"
bind ins "say Pause, please"
Code:
name "I'll Begin"
Pause is bound to Scroll Lock because I have one of those keyboards with the "F Lock" key, and I don't want to keep switching it on and off to pause and F12 people.
I used to have a Sonic 3D Blast styled camera in my Autoexec. I took it out, but here's what it was.
Code:
alias blastcam "chasecam on; analog on; cam_dist 160; cam_height 70; cam_speed 0.99; cam_rotspeed 10; cam_still on; echo Sonic 3D Blast camera activated"
bind 9 "cam_rotate 45; wait 4; blastcam"
Comparison between blastcam and Sonic 3D Blast:
Here's a laggy video of it: http://www.youtube.com/watch?v=9IMUT1_xQRQ