Thread: Another World
View Single Post
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: