Lost Laby


hackgrid

Active Member
Joined
Feb 15, 2006
Messages
693
Location
~Munich, Germany
Website
Visit site
Hi,
ist es vielleicht möglich das Spiel Lost Laby zu portieren?
(Weiß leider grad ned in welcher Sprache es geschrieben wurde, aber auf jeden Fall sind die Quellen verfügbar!)

http://www.lostlabyrinth.com/
 
To compile Lost Labyrinth you need the following:
- The purebasic compiler
Its not free software. So you have to buy it here: www.purebasic.com

- The Sourcecode Files
You can get them at the homepage
All the files have the ending *.pb
- The Graphics Files
You can get them at the homepage
We use jpegs and bmps
- The Sound Files
You can get them at the homepage
We use wav's for that
 
Compiling Lost Labyrinth?

Lost Labyrinth is Open Source! This means you can download the sourcecode the graphics and the sounds that we use to create the game.
BUT on windows you will not be able to compile it unless you own the Purebasic Compiler.
(Which you can get here: http://www.purebasic.com)
When you use linux you can use elice (our own compiler) to compile the game. Get a copy of the sourcecode from
lost labyrinth's sourceforge page laby sf page
then switch into the elice subdirectory and say "make laby-svn". you have to have sdl and racc installed to succeed.

Quelle: http://www.lostlabyrinth.com/index.php?p=faq#compiling

Sollte eigentlich gehen verwendet ja SDL, sofern die nicht irgendwelchen nicht arm kompatiblen libs genommen haben sollte das ohne viel auffand gehen, ansonsten der source ist da, kann also auch 1zu1 nachprogramiert werden in ner anderen(besseren) sprache.
 
taake said:
Compiling Lost Labyrinth?

Lost Labyrinth is Open Source! This means you can download the sourcecode the graphics and the sounds that we use to create the game.
BUT on windows you will not be able to compile it unless you own the Purebasic Compiler.
(Which you can get here: http://www.purebasic.com)
When you use linux you can use elice (our own compiler) to compile the game. Get a copy of the sourcecode from
lost labyrinth's sourceforge page laby sf page
then switch into the elice subdirectory and say "make laby-svn". you have to have sdl and racc installed to succeed.

Quelle: http://www.lostlabyrinth.com/index.php?p=faq#compiling

Sollte eigentlich gehen verwendet ja SDL, sofern die nicht irgendwelchen nicht arm kompatiblen libs genommen haben sollte das ohne viel auffand gehen, ansonsten der source ist da, kann also auch 1zu1 nachprogramiert werden in ner anderen(besseren) sprache.

Der Compiler von denen wird vermutlich nichts ARM taugliches rauswerfen...
 
Hab gerade mal bissel recherchiert...

Sollte eigentlich ohne Probleme gehen.

Elice is a free compiler for programs written in the proprietary language PureBasic. It compiles those programs to C++ and then uses g++ to generate an executable. Language support is incomplete but it already supports one project (Lost Labyrinth).

Mit Elice kann man also aus dem PureBasic Mist C++ machen und damit sollte das ganze kein Problem mehr darstellen.
 
Back
Top