Author
|
Thread |
 |
|
legluondunet

Joined: 30 Jan 2015
Posts: 34
|
Blade Runner WIP
Hello,
I saw these video on Youtube:
https://www.youtube.com/watch?v=9wQlG5jXfjI
and an engine called "BladeRunner" in ScummVM Github repository:
https://github.com/scummvm/scummvm/tree/master/engines/bladerunner
So I compiled ScummVM with all game engines, even developpment engines.
But it doesn't recognize my Blade Runner (french version) installed files.
Someone obtained better results than me?
Last edited by legluondunet on Fri Dec 30, 2016 9:02 pm; edited 1 time in total
|
Fri Dec 30, 2016 8:45 am |
|
|
sev
ScummVM Lead

Joined: 21 Sep 2005
Posts: 1947
|
Did you get your ScummVM sources from git or downloaded the release sources? You need git master for Blade Runner.
Also, so far only the English version is detected: see the detection table, so you will need to add detection for your version and perhaps submit the checksum as a patch.
Eugene
|
Fri Dec 30, 2016 9:51 am |
|
|
legluondunet

Joined: 30 Jan 2015
Posts: 34
|
quote: Originally posted by sev Did you get your ScummVM sources from git or downloaded the release sources? You need git master for Blade Runner.
Yes and before compiling I configured ScummVM with "./configure --enable-all-engines"
quote: Also, so far only the English version is detected: see the detection table, so you will need to add detection for your version and perhaps submit the checksum as a patch. Eugene
how to do that?
|
Fri Dec 30, 2016 10:40 am |
|
|
legluondunet

Joined: 30 Jan 2015
Posts: 34
|
STARTUP.MIX md5sum: dd93bfc4ea9ced48ace6691822653f37
|
Fri Dec 30, 2016 11:00 am |
|
|
IntEmu
Joined: 13 Dec 2016
Posts: 8
|
Hi, wondering... anyone complete this in ScummVM? Thank you
|
Fri Dec 30, 2016 6:51 pm |
|
|
sev
ScummVM Lead

Joined: 21 Sep 2005
Posts: 1947
|
quote: Originally posted by legluondunet STARTUP.MIX md5sum: dd93bfc4ea9ced48ace6691822653f37
Is it md5 sum reported by ScummVM? What is the size of the file?
Eugene
|
Fri Dec 30, 2016 8:19 pm |
|
|
legluondunet

Joined: 30 Jan 2015
Posts: 34
|
quote: Originally posted by sev
Is it md5 sum reported by ScummVM? What is the size of the file?
Eugene
No it's md5 sum reported by this command line: code:
$ md5sum STARTUP.MIX
dd93bfc4ea9ced48ace6691822653f37
The file size is:
code:
$ ll STARTUP.MIX
2314526 nov. 1 1997
2,3 MO
|
Fri Dec 30, 2016 8:55 pm |
|
|
rootfather

Joined: 31 Mar 2015
Posts: 27
Location: Germany |
Can you please use the following command to report the necessary information we have to add to the detection table?
code: head -c 5000 | md5sum STARTUP.MIX
Thanks!
|
Sun Jan 01, 2017 4:41 pm |
|
|
legluondunet

Joined: 30 Jan 2015
Posts: 34
|
Your command line does not work on my Ubuntu terminal.
I modified it like this:
code: head -c 5000 STARTUP.MIX | md5sum
and I obtained this result:
39d1901df50935d58aee252707134952
|
Sun Jan 01, 2017 5:12 pm |
|
|
rootfather

Joined: 31 Mar 2015
Posts: 27
Location: Germany |
Thanks, my command line was wrong.
|
Sun Jan 01, 2017 6:17 pm |
|
|
IntEmu
Joined: 13 Dec 2016
Posts: 8
|
Hi, I know this game is unsupported, however can someone update the Datafiles wiki for this game? How is the multi-CD file, HDFRAMES.DAT handled?
Does anyone one know if this game is completable and if not, how far have you progressed? Thank you.
|
Mon Jan 02, 2017 3:35 pm |
|
|
madmoose
ScummVM Developer
Joined: 04 Nov 2005
Posts: 5
Location: Denmark |
quote: Originally posted by IntEmu How is the multi-CD file, HDFRAMES.DAT handled?
The engine currently expects to use HDFRAMES.DAT which is created by the Blade Runner installer. Running directly off of the CDFRAMES.DAT is not supported yet.
quote: Originally posted by IntEmu Does anyone one know if this game is completable and if not, how far have you progressed? Thank you.
The game is far from completable. You can currently walk around in the first scene outside Runciter's.
|
Mon Jan 02, 2017 9:34 pm |
|
|
IntEmu
Joined: 13 Dec 2016
Posts: 8
|
Thank you.
|
Tue Jan 03, 2017 3:29 pm |
|
|
legluondunet

Joined: 30 Jan 2015
Posts: 34
|
Is it possible to force the recognition of my Bladerunner version? An option in the command line or manually add it in the scummvm.ini config file?
|
Wed Jan 11, 2017 10:46 am |
|
|
|