Notices


Reply
Thread Tools
Posts: 2,076 | Thanked: 3,268 times | Joined on Feb 2011
#1
Here is the binary from human-readable code conversion by Fabien Sanglard (https://github.com/fabiensanglard/An...de-Interpreter). Compiled out of the box and works with sound (no changes to code were made so you'll need not only the data files, but also the codewheel to pass the protection). Place the data files in the same directory as 'game' binary.

EDIT: Seems like quite a few key combos require ALT, so version 0.2 added below that doesn't rely on it.

Keymappings (maemo mappings):
Code:
   Arrow Keys      allow you to move Lester
    Enter/Space(/Shift)     allow you run/shoot with your gun
    C               allow to enter a code to jump at a specific level
    P               pause the game
    Alt X  (Ctrl X)         exit the game
    Ctrl S          save game state
    Ctrl L          load game state
    Ctrl + and -  (Ctrl N and M)  change game state slot
    Ctrl F          toggle fast mode
    Alt Enter  (Ctrl Enter)     toggle windowed/fullscreen mode
    Alt + and -  (Ctrl U and D)   change scaler factor
Starts in fullscreen by default now. Added shift as another action button as it was quite hard to do a running jump with all the keys on the right hand side of the kb. Upscaling crashes the game, so only useful(?) for downscaling. The changed file included for reference.
Attached Images
   
Attached Files
File Type: gz anotherworld.tar.gz (24.5 KB, 114 views)
File Type: gz another-0.2.tar.gz (28.1 KB, 101 views)

Last edited by szopin; 2013-06-16 at 12:10. Reason: keyinfo and fullscreen version added
 

The Following 13 Users Say Thank You to szopin For This Useful Post:
Estel's Avatar
Posts: 5,028 | Thanked: 8,613 times | Joined on Mar 2011
#2
Ho, ho! While it was perfectly playable from Dosbox, it's nice to have native port, too. Thanks!

/Estel
__________________
N900's aluminum backcover / body replacement
-
N900's HDMI-Out
-
Camera cover MOD
-
Measure battery's real capacity on-device
-
TrueCrypt 7.1 | ereswap | bnf
-
Hardware's mods research is costly. To support my work, please consider donating. Thank You!
 
Posts: 1,048 | Thanked: 1,127 times | Joined on Jan 2010 @ Amsterdam
#3
Wow! Thanks, will install a.s.a.p. Great to see this run native!
 
nokiabot's Avatar
Posts: 1,974 | Thanked: 1,834 times | Joined on Mar 2013 @ india
#4
One of my most liked games
 
Posts: 250 | Thanked: 126 times | Joined on Dec 2010
#5
I've put all files including data in the same folder now how do I run it?
~ $ /home/user/MyDocs/another\ world/game
ERROR: Resource::readEntries() unable to open 'memlist.bin' file
!
 
Posts: 2,076 | Thanked: 3,268 times | Joined on Feb 2011
#6
Originally Posted by guilledoc View Post
I've put all files including data in the same folder now how do I run it?
~ $ /home/user/MyDocs/another\ world/game
ERROR: Resource::readEntries() unable to open 'memlist.bin' file
!
You need to extract the attachment from first post in ext2/3 type of filesystem (/opt/another, or /home/user/another for example). Then you run the binary with:
Code:
./game
You should be able to specify where you put the data files with '--datapath', so if you extracted datafiles in 'MyDocs/another world' and the binary to '/opt/another':
Code:
cd /opt/another
./game --datapath=/home/user/MyDocs/another\ world/
should do the trick. Make sure the data folder contains these:
BANK*
MEMLIST.BIN

EDIT: wait, you did manage to run the binary... is your MyDocs ext2/3?
Unless this is causing the problem (from github):
Code:
Supported Versions:
-------------------

Currently, only the english PC DOS version is supported ("Out of this World").

Last edited by szopin; 2013-06-18 at 09:31.
 

The Following 2 Users Say Thank You to szopin For This Useful Post:
pichlo's Avatar
Posts: 6,445 | Thanked: 20,981 times | Joined on Sep 2012 @ UK
#7
Originally Posted by szopin View Post
EDIT: wait, you did manage to run the binary... is your MyDocs ext2/3?
The default FAT privileges on N900 are 777.

The guilledoc's problem is not having the data files. Which was my problem too so I deleted the exec.
 

The Following 2 Users Say Thank You to pichlo For This Useful Post:
Posts: 2,076 | Thanked: 3,268 times | Joined on Feb 2011
#8
Originally Posted by pichlo View Post
The default FAT privileges on N900 are 777.

The guilledoc's problem is not having the data files. Which was my problem too so I deleted the exec.
Right, no idea why my main has 644, but the second indeed has all rwx.
 
HtheB's Avatar
Moderator | Posts: 3,715 | Thanked: 7,419 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#9
harmattan port please (with installable deb file) !
(should at least work with n950 or a bluetooth keyboard)
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.
 
Posts: 250 | Thanked: 126 times | Joined on Dec 2010
#10
Made it work thanks a lot!!
 

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

Thread Tools

 
Forum Jump


All times are GMT. The time now is 13:07.