maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Games (https://talk.maemo.org/forumdisplay.php?f=12)
-   -   Slysics - Maemo5 (https://talk.maemo.org/showthread.php?t=61565)

Firebird8 2010-09-01 22:11

Slysics - Maemo5
 
Finally got a chance to port the old slysics to maemo5. Haven't really changed much, so it's the same old unaccelerated 2d, albeit, much faster on the N900 than on previous devices.

http://img413.imageshack.us/img413/8688/p1010420a.jpg

There's a rendering bug if you hit save... so don't save maps yet unless you want to restart the program afterwards.

More info here: https://sites.google.com/site/wil7ang/projects/slysics

Versions headed to testing will be completely rewritten to use OpenGLES and all its goodness, so obviously this version won't ever be in testing/extras. All missing features will be in future versions ;).

Oh yeah, it's in extras-devel if anyone wants to take a look at it. Did I mention the -devel part? Be extra cautious when trying it out.

Edit:
Forgot to mention: the flag doesn't do anything and never has... but it will eventually.

kamil365 2010-09-01 22:17

Re: Slysics - Maemo5
 
I'll give a try... I played sth like this on my old n73. That was fun:P

Thx for the effort:)

jbw89 2010-09-02 13:45

Re: Slysics - Maemo5
 
i can't find it :( i love this sort of game! please help

luiscesjr 2010-09-02 19:05

Re: Slysics - Maemo5
 
Tested and works like a charm! And yeah, issue surrounding save was noticed too... nothing of a problem anyway.
Just one thing, when I make huge maps, like 30000 + pixels far from the spawn point, the game crashes. Anyone noticed this too?

Firebird8 2010-09-02 19:15

Re: Slysics - Maemo5
 
Quote:

Originally Posted by luiscesjr (Post 805553)
Tested and works like a charm! And yeah, issue surrounding save was noticed too... nothing of a problem anyway.
Just one thing, when I make huge maps, like 30000 + pixels far from the spawn point, the game crashes. Anyone noticed this too?

Yeah, oops forgot to mention that the bounding box for the world was set to 50000 in all directions or something like that (for maemo4).

Hossie 2010-09-02 19:26

Re: Slysics - Maemo5
 
The dependencies are confusing.

Code:

Nokia-N900-42-11:~# apt-get install slysics
Reading package lists... Done
Building dependency tree     
Reading state information... Done
The following extra packages will be installed:
  libsdl-ttf2.0
The following NEW packages will be installed:
  libsdl-ttf2.0 slysics
0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded.
Need to get 1032kB of archives.
After this operation, 2367kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://repository.maemo.org fremantle/free slysics 9999~svn-1 [1018kB]
Get:2 https://downloads.maemo.nokia.com ./ libsdl-ttf2.0 2.0.9-1osso0+0m5 [13,5kB]
Fetched 1032kB in 3s (289kB/s)                                   
Selecting previously deselected package libsdl-ttf2.0.
(Reading database ... 43918 files and directories currently installed.)
Unpacking libsdl-ttf2.0 (from .../libsdl-ttf2.0_2.0.9-1osso0+0m5_armel.deb) ...
dpkg: error processing /var/cache/apt/archives/libsdl-ttf2.0_2.0.9-1osso0+0m5_armel.deb (--unpack):
 trying to overwrite `/usr/lib/libSDL_ttf-2.0.so.0.6.3', which is also in package libsdl-ttf2.0-0
Selecting previously deselected package slysics.
Unpacking slysics (from .../slysics_9999~svn-1_armel.deb) ...
Errors were encountered while processing:
 /var/cache/apt/archives/libsdl-ttf2.0_2.0.9-1osso0+0m5_armel.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

There is something wrong there...

luiscesjr 2010-09-02 19:28

Re: Slysics - Maemo5
 
Quote:

Originally Posted by Firebird8 (Post 805571)
Yeah, oops forgot to mention that the bounding box for the world was set to 50000 in all directions or something like that (for maemo4).

Thanks for the response mate.Can we change this settings? ( I guess N900 is capable of rendering more than that... even if it might consume a lot mroe ram and cpu, I am willing to do it =)

luiscesjr 2010-09-02 19:33

Re: Slysics - Maemo5
 
Quote:

Originally Posted by Hossie (Post 805583)
The dependencies are confusing.

Code:

Nokia-N900-42-11:~# apt-get install slysics
Reading package lists... Done
Building dependency tree     
Reading state information... Done
The following extra packages will be installed:
  libsdl-ttf2.0
The following NEW packages will be installed:
  libsdl-ttf2.0 slysics
0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded.
Need to get 1032kB of archives.
After this operation, 2367kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://repository.maemo.org fremantle/free slysics 9999~svn-1 [1018kB]
Get:2 https://downloads.maemo.nokia.com ./ libsdl-ttf2.0 2.0.9-1osso0+0m5 [13,5kB]
Fetched 1032kB in 3s (289kB/s)                                   
Selecting previously deselected package libsdl-ttf2.0.
(Reading database ... 43918 files and directories currently installed.)
Unpacking libsdl-ttf2.0 (from .../libsdl-ttf2.0_2.0.9-1osso0+0m5_armel.deb) ...
dpkg: error processing /var/cache/apt/archives/libsdl-ttf2.0_2.0.9-1osso0+0m5_armel.deb (--unpack):
 trying to overwrite `/usr/lib/libSDL_ttf-2.0.so.0.6.3', which is also in package libsdl-ttf2.0-0
Selecting previously deselected package slysics.
Unpacking slysics (from .../slysics_9999~svn-1_armel.deb) ...
Errors were encountered while processing:
 /var/cache/apt/archives/libsdl-ttf2.0_2.0.9-1osso0+0m5_armel.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

There is something wrong there...

I guess it`s the same error people encountered installing other apps. I had this too when I installed frogatto, and since I fixed it, when I installed this one, I wasn't asked.
http://talk.maemo.org/showthread.php...809#post785809
Refer to this thread, I hope it helps.

Hossie 2010-09-02 19:37

Re: Slysics - Maemo5
 
Thanks. I really hate apt. *gently pets his gentoo box*

luiscesjr 2010-09-02 19:40

Re: Slysics - Maemo5
 
Quote:

Originally Posted by Hossie (Post 805597)
Thanks. I really hate apt. *gently pets his gentoo box*

Yeah, I know what you mean :D


All times are GMT. The time now is 02:32.

vBulletin® Version 3.8.8