Page 1 of 1

Cell phone - Quake 3 with aim assistant?

Posted: Mon Aug 15, 2011 3:17 pm
by Herr W
Hi everyone!

Guess most of you know that Q3 has been ported to all major smartphone OS for a while, i.e.
Android
http://code.google.com/p/kwaak3/updates/list
iPhone/iPad
http://www.paduser.com/thread-Quake-III ... -Spree.htm
Symbian
http://www.symbian-freak.com/downloads/ ... phones.htm
and Maemo
http://talk.maemo.org/showthread.php?t=31658

They indeed show the great graphic-power of today's phones but - sadly - lack playability due to their touchscreen controls. (An exception is the version for Nokia's N95 with d-pad/accelerometer controls, which works very well. But that phone is pretty outdated of course.)

I found a mod called "gotwalls" :D which includes an aim-assistant. Think it was meant for cheating, but nevertheless works very well - at least for desktop-Q3 - and comes with lots of adjustable parameters: http://www.gotwalls.com/files.html (READ ME: http://www.gotwalls.com/files/readme-beta4.txt)
Unfortunately it's only for version 1.17. Tried all I could (which still isn't very much) to make it compatible with 1.32 and ioQuake (on which the mobile versions are based), but failed. - Can someone help?

Re: Cell phone - Quake 3 with aim assistant?

Posted: Mon Aug 22, 2011 9:43 am
by Herr W
... It seems as if only

cg_main.c
cg_draw
cg_local.h

were modified. New are

cg_gotwalls.c
and cg_gotwalls.h

I guess this means that the first three parts of code from version 1.17 don't fit with version 1.32/ioQuake3 for some reason.

Re: Cell phone - Quake 3 with aim assistant?

Posted: Mon Aug 22, 2011 10:18 am
by Eraser
I guess the best thing you could do is to check out the sourcecode of ioQuake and port over the changes made in those files to that code base and recompile the cgame files.

What might help is to get the 1.17 source code from id software's FTP server and run a diff compare between the relevant files to see what changes were made. Maybe the changes aren't very complex and you can copy/paste them over to the 1.32/ioQuake code base by hand.

Re: Cell phone - Quake 3 with aim assistant?

Posted: Thu Aug 25, 2011 8:59 am
by Herr W
Thanks! Sounds like a good idea...