Thread: Quake 3 on N900
View Single Post
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#377
TOGGLE AUTOAIM:


in file /home/user/baseq3/autoexec.cfg

at the bottom, change the section shown below

set the numbers (ON/default: 1, Off: 0)

Code:
set aim 1
//set shoot 1
---


TOGGLE ACCELEROMETER:


in file /home/user/.q3a/baseq3/q3config.cfg

at the bottom, change the section shown below

set the numbers for both "seta accel_epsilon_#" (ON/default: 100, Off: 9999) as shown:

(to disable jump, set "seta accel_jump" )

Code:
seta accel_jump "-1300"
seta accel_epsilon_x "9999"
seta accel_epsilon_y "9999"

Last edited by F2thaK; 2010-03-13 at 09:52.