Difference between revisions of "Phantasmagoria"

From ScummVM :: Wiki
Jump to navigation Jump to search
(Adds data file info)
(One intermediate revision by one other user not shown)
Line 14: Line 14:


This game was ported to Sega Saturn and fully localized to Japanese. This version is called "Phantasm" (ファンタズム). Sadly SCI wasn't ported to Sega Saturn, instead the game is fully hardcoded and not even SCI file formats are used. This version is also heavily censored.
This game was ported to Sega Saturn and fully localized to Japanese. This version is called "Phantasm" (ファンタズム). Sadly SCI wasn't ported to Sega Saturn, instead the game is fully hardcoded and not even SCI file formats are used. This version is also heavily censored.
==Installation==
===Required data files===
For more information on how ScummVM uses game data files, see the [https://docs.scummvm.org/en/latest/use_scummvm/game_files.html user documentation].
WARNING: Unlike other games, SCI games have significant variation in the naming of required files.
They also can load supplementary files by resource maps, so it is recommended to keep all files in the game data directory from the CD.
Unless otherwise specified, do '''NOT''' remove any file from the directory, even if it does not appear on the following list, since this will likely cause weird bugs.
Copy all files from each disk or CD to the game directory. Some games need additional work:
'''''Games with multiple CDs'''''
* Directories that exist on multiple discs (e.g. ROBOT and VMD directories) must be merged together, not replaced.
*Rename the RESOURCE.SFX from each CD to RESSFX.00<cdnumber>, and the RESOURCE.AUD from each CD to RESAUD.00<cdnumber>, to match the corresponding RESSCI.00<cdnumber> file that exists on each CD.
'''''Phantasmagoria 1 from CDs'''''
* Copy the PDOCO.TXT from the ''first'' CD only.


==External links==
==External links==
*[https://en.wikipedia.org/wiki/Phantasmagoria Wikipedia article on Phantasmagoria]
*[https://en.wikipedia.org/wiki/Phantasmagoria_(video_game) Wikipedia article on Phantasmagoria]
*[https://www.mobygames.com/game/roberta-williams-phantasmagoria MobyGames entry for Phantasmagoria]
*[https://www.mobygames.com/game/roberta-williams-phantasmagoria MobyGames entry for Roberta Williams' Phantasmagoria]


[[Category:SCI Games]]
[[Category:SCI Games]]
[[Category:Supported Games]]
[[Category:Supported Games]]

Revision as of 00:48, 16 February 2021

Phantasmagoria
No Screenshot Available
First release 1995
Also known as Roberta Williams'
Phantasmagoria
Developed by Sierra
Published by Sierra
Distributed by (unknown)
Platforms MS-DOS, Windows
Resolution 630x450, 256 colors
Engine SCI
Support Since ScummVM 2.0.0
Available for
Purchase
Yes

Phantasmagoria is a rather large adventure game from Sierra in terms of CDs (7), not necessarily in length. You play Adrienne, who has just moved into an old mansion with her photographer husband Donald. Shortly after moving in, Adrienne begins to experience horrifying nightmares and have odd encounters inside the creepy old abode. Further, the house is having a severe effect on her husband, changing him for the worse and you must discover its secret before he (or the house) kills Adrienne.

This game was ported to Sega Saturn and fully localized to Japanese. This version is called "Phantasm" (ファンタズム). Sadly SCI wasn't ported to Sega Saturn, instead the game is fully hardcoded and not even SCI file formats are used. This version is also heavily censored.

Installation

Required data files

For more information on how ScummVM uses game data files, see the user documentation.

WARNING: Unlike other games, SCI games have significant variation in the naming of required files.

They also can load supplementary files by resource maps, so it is recommended to keep all files in the game data directory from the CD.

Unless otherwise specified, do NOT remove any file from the directory, even if it does not appear on the following list, since this will likely cause weird bugs.

Copy all files from each disk or CD to the game directory. Some games need additional work:

Games with multiple CDs

  • Directories that exist on multiple discs (e.g. ROBOT and VMD directories) must be merged together, not replaced.
  • Rename the RESOURCE.SFX from each CD to RESSFX.00<cdnumber>, and the RESOURCE.AUD from each CD to RESAUD.00<cdnumber>, to match the corresponding RESSCI.00<cdnumber> file that exists on each CD.

Phantasmagoria 1 from CDs

  • Copy the PDOCO.TXT from the first CD only.

External links