View Single Post
xxxxts's Avatar
Posts: 491 | Thanked: 341 times | Joined on Nov 2009 @ LA
#12
Originally Posted by omcfadde View Post
There seems to be a lot of interest in getting mods working with the N900 ioquake3 port. I'm willing to spend a bit of time on this (hopefully tonight/tomorrow) but I'm going on vacation on Wednesday during which I will try to do minimal programming.

Anyway, QVM support shouldn't be much of a problem. It might be a bit slower, as it will be interpreted. The major problems are:
1. I'm using absolute coordinates in CG_MouseEvent(), these must become relative for unmodified cgame modules to work correctly, and
2. Auto-aim is hard to implement cleanly (yes, it can be done by writing directly to the X/Y coord memory locations but that is horribly hackish.)

Accelerometer movement/usercmd generation is in the client code, so that is not a problem.
Thank you for taking the time to taking a look at ioquake3 ports for different games. Can't wait to hear your findings! Have a good vacation!

Tony