Community
SCI Programming => SCI Development Tools => Topic started by: Nocturne on August 04, 2015, 08:10:23 PM
-
Hello all, i'm here for ask you something...
I've install phantasmagoria under DOSBox and use UniSCI for CD-less play.
But, when i see the fortune teller in chapter 2, the sound is on other language....
But i've tested another version of the game and when i go see the fortune teller, the picture is different from the original one, but the sound is ok. So i've take the RESOURCE.SFX and RESOURCE.AUD from this one and copy past into my installation directory...
Ok now the sound is ok, but in the first chapter, the text from the fortune teller is not ok...
So i whant edit the files for take the picture of the first installation, and put it in the new...
Do you understand me? Sorry for my english.
I've try SCI Viewer GUI, but i can't edit with that.... what i need to do?
Many thanks.
-
This picture:
-
Phantasmagoria is an SCI 2.1 game. The new version of SCI Companion under development is for SCI0 to SCI1.1 games. I don't think it can edit graphic resources from later SCI games. You could try Enrico Rolfi's TraduSCI. https://drive.google.com/file/d/0B6rGgjYRHNqUYUlCM2U4Z0d4Qkk/edit
-
Enrico Rolfi's TraduSCI.
Look for that now, let you know later if i can edit resource.
Edit: Dont work with Phantasmagoria.
-
Phantasmagoria is an SCI 2.1 game.
Any program to work with that? :o
-
If I understand this correctly, the issue may be that there are several versions of resources with the same number inside the resource files. Martin Kiewitz of the ScummVM team reported that this anomaly is found in at least one official translation (German Freddy Pharkas). If this is indeed the problem, then just finding a tool that supports SCI32 isn't enough, it also needs to support this particular misfeature.
It seems there is code in UniSCI to detect this situation - are you getting any warnings when using it? and to the rest of you, do we know what Endroz is doing these days?
EDIT: The debug output from UniSCI has to be enabled with the -debug switch.
-
With the command line : UniSCI.exe n:7 -Phantasmagoria -Debug (See the picture)
But the file RESOURCE.AUD still 0kb ....
-
Endroz is not active in SCI things or hobby programming these days, but can usually be contacted on his Wordpress site. He gave me the source for UniSCI, but I don't know if he is OK with it to being redistributed.