Duh, How Do I Overclock Quake 1?


DavidBeoulve

GP2X by EvilDragon OC's to 280-300MHz
Joined
May 10, 2006
Messages
427
Age
48
Location
USA
Website
www.gamersgonebad.com
Most threads are about other things. How do I overclock (I assume with a BASH script?) my GP2X to run Quake?

I'll post all about my experiences after I have them :D
 
None of the bash scripts talk about setting the CPU overclock level.

Will /mnt/sd/cpu_speed.gpe 1 2 280 work alone?

Where do I download cpu_speed.gpe?

Edit: Apparently so, set to 280 and everything is loads smoother.

For some reason, adding everything makes my Quake crawl. Here's my scripts:

quake-run.gpe
#!/bin/sh

/mnt/sd/cpu_speed.gpe 1 2
280
cd /mnt/sd/
./quake.gpe
sync

cd /usr/gp2x/
exec /usr/gp2x/gp2xmenu

Now naturally not everyone can run their GP2X at 280MHz stabily. Some can do more.

autoexec.cfg
cl_rollangle 0
cl_rollspeed 0
v_kickpitch 0
v_kickroll 0
v_kicktime 0 //all the above turn off some player movement
r_drawviewmodel 1 //turns off weapon image
r_fastturb 1 //disables animated surfaces like water and portals
r_fastsky 1 //disables animated sky
 
Back
Top