DISABLE AUTOAIM: QUAKE 3: in file /home/user/baseq3/autoexec.cfg OPENARENA: in file /home/opt/openarena/baseoa/autoexec.cfg at the bottom, change the section shown below set the numbers (default: 1) to 0 (zero) Code: set aim 0 //set shoot 0 --- DISABLE ACCELEROMETER: QUAKE 3: in file /home/user/.q3a/baseq3/q3config.cfg OPENAREA: in file /home/user/.openarena/baseoa/q3config.cfg at the bottom, change the section shown below set the numbers for both "seta accel_epsilon_#" (default: 100) to 9999 as shown: (do the same with "seta accel_jump" to disable jump) Code: seta accel_jump "-1300" seta accel_epsilon_x "9999" seta accel_epsilon_y "9999" . . .
set aim 0 //set shoot 0
seta accel_jump "-1300" seta accel_epsilon_x "9999" seta accel_epsilon_y "9999"