Thread: Quake 3 on N900
View Single Post
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#358
or try openarena, just DL and play.. same game just different skins maps guns etc

Q3 PAK files go in: /home/user/.q3a/baseq3/


-------------------------------------------------------------------------------
DISABLE AUTOAIM:


in file /home/user/baseq3/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:


in file /home/user/.q3a/baseq3/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"

Last edited by F2thaK; 2010-02-22 at 00:35.
 

The Following User Says Thank You to F2thaK For This Useful Post: