//------------------------------------------------------------// // // // DDDDDD OOO NNNN NN OOO TTTTTTTT // // DD DD OO OO NNNN NN OO OO TT // // DD DD OO OO NN NN NN OO OO TT // // DD DD OO OO NN NN NN OO+++++OO TT // // DD DD OO OO NN NN NN OO OO TT // // DD DD OO OO NN NNNN OO OO TT // // DDDDDD OOO NN NNNN OOO TT // // // // ...modify this file, upon pain of death. -uncle squirrel // //------------------------------------------------------------// //-------------------------------------------------------------------------- // Function Keys //-------------------------------------------------------------------------- bind f1 "fatstat goals" // fatima: info / goals bind f2 "mainmenu universe 3" // main menu: save bind f3 "mainmenu universe 2" // main menu: load bind f4 "mainmenu options" // set game/video/audio options bind f5 "fatstat equipment 1" // fatima: stats-equip bind f6 "fatstat equipment" // fatima: inventory bind f7 "fatstat elementor" // fatima: elementor menu bind f8 "fatstat collectables" // fatime: collectable objects unbind f9 unbind f10 bind f11 "invoke 101:1" // toggle photo (or other special) interface unbind f12 //-------------------------------------------------------------------------- // Game Settings //-------------------------------------------------------------------------- bind PAUSE "pause" bind ESCAPE "mainmenu" bind ~ "toggleconsole" bind ` "toggleconsole" //-------------------------------------------------------------------------- // Developer cheats, etc. //-------------------------------------------------------------------------- set developer 0 set debug 0 alias +superfast "timescale 8 *" alias -superfast "timescale 0 *" bind \ +superfast //-------------------------------------------------------------------------- // Universal Controls //-------------------------------------------------------------------------- bind w "+forward" bind s "+back" bind a "+moveleft" bind d "+moveright" bind UPARROW "+forward" bind DOWNARROW "+back" bind LEFTARROW "+moveleft" bind RIGHTARROW "+moveright" bind SHIFT "+shift" bind CTRL "+wskill" bind SPACE "selectforward" bind TAB "invoke 980:1" // switch party leader bind l "invoke 1000:8" // last message ? alias +wskill "gamevar anox_worldskill_active 1; gamevar bigskillwindow 1; invoke 2000:1" alias -wskill "gamevar anox_worldskill_active 0; gamevar bigskillwindow 0" alias +shift "gamevar anox_shift_active 1; +speed" alias -shift "gamevar anox_shift_active 0; -speed" //-------------------------------------------------------------------------- // Video settings //-------------------------------------------------------------------------- // set vid_noforcedump "1" set viewsize 100 set con_blend 1.0 set con_pause 1 set scr_conspeed 1000 set con_size 0.8 set gl_shadow 0 set gl_cleartoblack 1 set vid_ref "gl" set gl_driver "opengl32" set gl_ext_palettedtexture "0" bind kp_plus add_gamma_ten_percent bind kp_minus reduce_gamma_ten_percent //-------------------------------------------------------------------------- // Funny stuff //-------------------------------------------------------------------------- alias adventure echo "You are by a small brick building." alias zork echo "Reading leaflet (taken)." alias keen echo "Whatever you say, Mr. Member!" //-------------------------------------------------------------------------- // Startup //-------------------------------------------------------------------------- alias d1 "map black" // alias d1 "map anoxstartup.png" // exec devl.cfg // development-only key definitions exec anox.cfg // start in AnoxCam mode