Active Topics

 



Notices


Reply
Thread Tools
tobiasj's Avatar
Posts: 241 | Thanked: 74 times | Joined on Jul 2007
#1
Hot off the presses, err. hot off the SDK is

Defendguin!

An os2008 (possibly OS2007 as well) port of the Williams Defender clone by Bill Kendrick of New Breed Software (http://www.newbreedsoftware.com/defendguin/)





It requires about 4Mb to install, but copies data to the /media/mmc2/share/defendguin folder and uses about 160k of internal storage when finished.

I changed the code to slow the game down a small bit, at full speed it was somewhat unplayable on the tablet (dpad being what it is..) and if your unhappy with the speed please let me know and I will speed it up and repackage (I happen to like it at the speed it is at)

I also added code to allow fullscreen to be toggled from inside the game, it was only selectable with a switch at load time or as a default at compile time.

As it is too large to attach here, please check it out at http://n8ftl.com/maemo.


Thanks,

-John
 

The Following 3 Users Say Thank You to tobiasj For This Useful Post:
ArnimS's Avatar
Posts: 1,107 | Thanked: 720 times | Joined on Mar 2007 @ Germany
#2
Hah, this is fun. Thanks!

I can't deal with the dpad-enter as firebutton though.

On n810, it would be best to have return and backspace be fire and superbomb (or some other key on the right)

On 770/N800 i think two onscreen buttons on the right would be best. To see a simple onscreen button with source code, download http://pupnik.de/aliens-1.0.2_Nokia.tgz
 
tobiasj's Avatar
Posts: 241 | Thanked: 74 times | Joined on Jul 2007
#3
Originally Posted by ArnimS View Post
Hah, this is fun. Thanks!

I can't deal with the dpad-enter as firebutton though.

On n810, it would be best to have return and backspace be fire and superbomb (or some other key on the right)

On 770/N800 i think two onscreen buttons on the right would be best. To see a simple onscreen button with source code, download http://pupnik.de/aliens-1.0.2_Nokia.tgz
ok I can add other key mappings that is no problem, but isnt the D-Pad center button return anyway? I mean I am using SDLK_RETURN for fire now, so you should be able to use return on the N810 right? I can add more than one key to each event so I can keep RETURN and add perhaps + as well.

I will download your code today when I get into the office and take a look at it. I personally don't want soft buttons but as long as I can keep N800 hard keys mapped as well I don't see why I can't add the soft buttons for anyone else who might want them. Thanks for the feedback.


-John
 
ArnimS's Avatar
Posts: 1,107 | Thanked: 720 times | Joined on Mar 2007 @ Germany
#4
I'm not quite clear on how it differs but it definitely don't work with the enter. Maybe you could try SDLK_RETURN || SDLK_KP_ENTER (the logical OR should work in an IF, otherwise make a seperate entry for a CASE)

I think the backspace is SDLK_BACKSPACE (or SDLK_DELETE)? I'll have to get back to you with definite answers.
 
tobiasj's Avatar
Posts: 241 | Thanked: 74 times | Joined on Jul 2007
#5
Originally Posted by ArnimS View Post
I'm not quite clear on how it differs but it definitely don't work with the enter. Maybe you could try SDLK_RETURN || SDLK_KP_ENTER (the logical OR should work in an IF, otherwise make a seperate entry for a CASE)

I think the backspace is SDLK_BACKSPACE (or SDLK_DELETE)? I'll have to get back to you with definite answers.
PM sent ArnimS let me know what you think....

-John
 

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


 
Forum Jump


All times are GMT. The time now is 20:19.