+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 20 of 22

SuperTux For M8 0.1.0

This is a discussion on SuperTux For M8 0.1.0 within the M8 Applications forums, part of the Meizu M8 category; Now, I have just ported the linux game supertux into our beloved M8, hope you enjoy it. I'v also post ...

  1. #1
    Member
    Join Date
    Jul 2009
    Posts
    226
    Thanks
    34
    Thanked 83 Times in 30 Posts

    SuperTux For M8 0.1.0

    Now, I have just ported the linux game supertux into our beloved M8, hope you enjoy it. I'v also post in meizu bbs for this little nice game

    just in case you never heard of supertux, here is the official web, SuperTux - About


    Instruction:
    1. Left:walk left
    2. Right:walk right
    3. ESC:cancel,or popup menu
    4. Space:jump, or check the option
    5. LCtrl:fire
    6. Enter:enter
    7. Long press Volume Up:walk left
    8. Long press Volume Down:walk right

    the layout for the virtual keyboard:


    Port:
    1. SDL code are from MySDL-02: All-in-one solution for SDL with Windows Mobile 5.0 Pocket PC SDK (ARMV4I) at emreburhan.com
    2. SuperTux is based on official 0.1.3

    this is a quick port, so the changes are not that nice. if some wants the code just drop me a message.

    Enjoy it!

    Download link:
    http://www.softkode.com/apps/m8/supertux_0.1.0.rar
    this is NOT a cab installer, it's just a copy and run. please copy the decompressed folder in \Disk\Games, otherwise, it won't start

    Screenshots from supertux webref url not permited, so, so, go there to have a look)
    http://supertux.lethargik.org/screenshots.html





    Last edited by yunfan; 12-06-2009 at 10:28 PM.


  2. #2
    Moderator
    Join Date
    Mar 2008
    Location
    Germany
    Posts
    1,723
    Thanks
    96
    Thanked 358 Times in 141 Posts
    very cool!

    are you thinking about using gravity-sensor?
    i would suggest to switch space with up and cntr with down, cause you are running more left than right, and multitouch support..

    but thx! very cool!
    Last edited by crimson05; 12-06-2009 at 10:45 AM.
    [Meizu M8 - FAQ] [Meizu M9 Tips and Tricks]

    No Support over PM. Please use the Forum.

  3. #3
    Freshman
    Join Date
    Oct 2009
    Posts
    31
    Thanks
    19
    Thanked 1 Time in 1 Post
    First of all: thanx,
    but i'm sorry to say that it don't work for me.... when i run the exe file (SUPERTUX or supertuxL), i see a little green sign saying: "WinCESoft presents GAPI for HPC's" then the screen goes black and instantly the application ends and im back to my meizu interface.
    may be i am the only one having this problem ?

  4. #4
    Passing By
    Join Date
    Oct 2009
    Location
    Saint Petersburg, Russia
    Posts
    18
    Thanks
    0
    Thanked 8 Times in 5 Posts
    stofffel: It may be necessary to change the settings of GAPI.....
    Last edited by FIREguard; 12-06-2009 at 01:04 PM.

  5. #5
    Member
    Join Date
    Oct 2007
    Location
    Barcelona (Spain)
    Posts
    262
    Thanks
    118
    Thanked 67 Times in 32 Posts
    Quote Originally Posted by stofffel View Post
    First of all: thanx,
    but i'm sorry to say that it don't work for me.... when i run the exe file (SUPERTUX or supertuxL), i see a little green sign saying: "WinCESoft presents GAPI for HPC's" then the screen goes black and instantly the application ends and im back to my meizu interface.
    may be i am the only one having this problem ?
    Same problem :S
    Anyway, thanks for the port

  6. #6
    Freshman
    Join Date
    Dec 2007
    Location
    germany
    Posts
    27
    Thanks
    6
    Thanked 1 Time in 1 Post
    i've the same problem too.
    how are the right settings in GAPI for the game?
    Last edited by biggafigga; 12-06-2009 at 11:35 AM.

  7. #7
    Member
    Join Date
    Oct 2007
    Location
    Barcelona (Spain)
    Posts
    262
    Thanks
    118
    Thanked 67 Times in 32 Posts
    Oops! xD This solved for me the problem xD

    Quote Originally Posted by yunfan View Post
    this is NOT a cab installer, it's just a copy and run. please copy the decompressed folder in \Disk\Games, otherwise, it won't start

  8. #8
    Freshman
    Join Date
    Dec 2007
    Location
    germany
    Posts
    27
    Thanks
    6
    Thanked 1 Time in 1 Post
    ooops :D for me too

  9. #9
    Valued Member
    Join Date
    Aug 2008
    Location
    Belgium
    Posts
    2,434
    Thanks
    127
    Thanked 189 Times in 130 Posts
    thanks yunfan, can you upload some screenshots?

  10. #10
    Senior Member
    Join Date
    May 2007
    Posts
    300
    Thanks
    3
    Thanked 11 Times in 10 Posts
    wow i like this game!
    but multitouch is necessary

  11. #11
    Member
    Join Date
    Jul 2009
    Posts
    226
    Thanks
    34
    Thanked 83 Times in 30 Posts
    Quote Originally Posted by crimson05 View Post
    very cool!

    are you thinking about using gravity-sensor?
    i would suggest to switch space with up and cntr with down, cause you are running more left than right, and multitouch support..

    but thx! very cool!
    yes, it's an option, but it's hard to take advantage of the meizu stuff, it(SDL) only deals with Windows CE functions. it is possible to support gravity cotrol but it does need a lot of work. about the key layout, m8 SDK only supports limited multitouch functions. i'v tried that way, it's just hard to control, sometimes the tux just jump straight up when it is walking right. it can be improved later on anyway

  12. #12
    Member
    Join Date
    Jul 2009
    Posts
    226
    Thanks
    34
    Thanked 83 Times in 30 Posts
    Quote Originally Posted by FIREguard View Post
    stofffel: It may be necessary to change the settings of GAPI.....
    to be honest, i don't even know that the GAPI is. i think like others mentioned above, put the supertux folder in the right place(\Disk\Games) should sovle the problem.

    I'v tried to use relative path, but seems all images, musics won't get loaded, so i put absolute path in the supertux code. so, never leave the supertux folder somewhere else than \Disk\Games\supertux.

    hope this helps

  13. #13
    Member
    Join Date
    Jul 2009
    Posts
    226
    Thanks
    34
    Thanked 83 Times in 30 Posts
    Quote Originally Posted by demon__heart View Post
    Oops! xD This solved for me the problem xD
    , good to know that you found the solution

  14. #14
    Member
    Join Date
    Jul 2009
    Posts
    226
    Thanks
    34
    Thanked 83 Times in 30 Posts
    Quote Originally Posted by evow04 View Post
    thanks yunfan, can you upload some screenshots?
    post updated. grabbed some screenshots from supertux web

    sorry, seems supertux doesn't like someone ref their images,
    there are some images on their host:
    http://supertux.lethargik.org/screenshots.html
    Last edited by yunfan; 12-06-2009 at 10:29 PM.

  15. #15
    Member
    Join Date
    Jul 2009
    Posts
    226
    Thanks
    34
    Thanked 83 Times in 30 Posts
    Quote Originally Posted by felixduever View Post
    wow i like this game!
    but multitouch is necessary
    like i just said somewhere in above posts, it's pretty hard to deal with the multitouch function. it sometimes just doesn't work. using volume buttons is a better way but only when long pressing. i am digging more about the volume buttons.

  16. #16
    Valued Member
    Join Date
    Aug 2008
    Location
    Belgium
    Posts
    2,434
    Thanks
    127
    Thanked 189 Times in 130 Posts
    Quote Originally Posted by yunfan View Post
    hard to deal with the multitouch function. it sometimes just doesn't work. using volume buttons is a better way
    i agree with you.
    Multitouch is cool, but really unusefull in most apps/games.
    It makes me remembering the gameboy simulator, it freaked me out that the touch allways did the things i did not want it to do

  17. #17
    Member
    Join Date
    Jun 2009
    Location
    France
    Posts
    141
    Thanks
    32
    Thanked 1 Time in 1 Post
    Thanks a lot ! I love SuperTux

  18. #18
    Passing By
    Join Date
    Jul 2009
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Thank you so much yunfan... Its very nicely done. Great job!

  19. #19
    Member
    Join Date
    Feb 2009
    Location
    Germany
    Posts
    163
    Thanks
    187
    Thanked 11 Times in 8 Posts
    Could please someone make a cab installer!?
    Last edited by Exfrimenta; 12-23-2009 at 03:57 PM.

  20. #20
    Junior Member
    Join Date
    Jul 2009
    Location
    Mississauga, Ont, Canada
    Posts
    85
    Thanks
    14
    Thanked 5 Times in 4 Posts
    yeah long press with the volume buttons is alittle annoying but it does kinda work. thank you for the game. did a good job converting it for the m8. was wondering if you could put the buttons on the screen and make very transparent. that would help. other then that great job.