Git Repos / fte_dogmode / autoexec.cfg
Last update to this file was on 2024-11-20 at 23:54.
Show autoexec.cfg
// don't autoswitch weapons
seta cg_autoswitch 0
//
seta cl_bob 0.005
seta cl_rollangle 0.5
seta cl_rollspeed 200
//
seta cl_run 0
seta cl_forwardspeed 320
seta cl_sidespeed 320
seta cl_backspeed 320
// enable air stepping
seta pm_airstep 1
// enable wall jumps
seta pm_walljump 1
// transmit large coords from server to client
seta sv_bigcoords 1
// save in FTE format
seta sv_savefmt 1
//
seta v_gunkick 1
Return to the top of this page or return to the overview of this repo.
Log autoexec.cfg
Date | Commit Message | Author | + | - |
---|---|---|---|---|
2024-11-20 | pmove refactor into prepoc macros, view bobbing | cev | +4 | |
2024-06-15 | Major update, committing as-is, will have bugs | cev | +5 | |
2023-12-09 | Start OO / class-based refactor, work on items | cev | +12 | -4 |
2023-11-20 | changes to movement, build environment, file reorg | cev | +2 | |
2023-11-16 | pmove bug fixes, moved q3 compat code, cleanup | cev | +2 |
Return to the top of this page or return to the overview of this repo.