Cell phone - Quake 3 with aim assistant?

Locked
Herr W
Posts: 90
Joined: Tue May 16, 2006 8:53 am

Cell phone - Quake 3 with aim assistant?

Post 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?
[color=#FF0000]Visit MONKEYS of DOOM at [url]http://www.monkeysofdoom.org[/url][/color]
Herr W
Posts: 90
Joined: Tue May 16, 2006 8:53 am

Re: Cell phone - Quake 3 with aim assistant?

Post 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.
[color=#FF0000]Visit MONKEYS of DOOM at [url]http://www.monkeysofdoom.org[/url][/color]
User avatar
Eraser
Posts: 19175
Joined: Fri Dec 01, 2000 8:00 am

Re: Cell phone - Quake 3 with aim assistant?

Post 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.
Herr W
Posts: 90
Joined: Tue May 16, 2006 8:53 am

Re: Cell phone - Quake 3 with aim assistant?

Post by Herr W »

Thanks! Sounds like a good idea...
[color=#FF0000]Visit MONKEYS of DOOM at [url]http://www.monkeysofdoom.org[/url][/color]
Locked