Reading the instructions.temporaryscars wrote:So where did I go wrong?
Putting games on your PSP
Moderator: ScummVM Team
-
- Posts: 26
- Joined: Wed May 21, 2008 10:50 pm
- eriktorbjorn
- ScummVM Developer
- Posts: 3560
- Joined: Mon Oct 31, 2005 7:39 am
Assuming the error message is accurate, it seems to describe it pretty well. It says "Please copy the SPEECH.CLU files from Broken Sword CD1 and CD2 into the "SPEECH" subdirectory"" and "Please copy the music files from Broken Sword CD1 and CD2 into the "MUSIC" subdirectory". A directory is referred to as a folder in some operating systems. You don't seem to have a SPEECH or a MUSIC folder, so you'll have to create them and move the appropriate files into them.temporaryscars wrote: So where did I go wrong?
You'll probably find that your MUSIC1 and MUSIC2 folders have some files that appear in both, but in that case they should be identical, or close enough to identical that it makes little difference.
- DrMcCoy
- ScummVM Developer
- Posts: 595
- Joined: Sat Dec 17, 2005 1:33 pm
- Location: Braunschweig, Germany
- Contact:
You did neither. Instead, you've got the SPEECH1.CLU and SPEECH2.CLU in the main directory and copied the music into MUSIC1 and MUSIC2.the command prompt wrote: Please copy the SPEECH.CLU files from Broken Sword CD1 and CD2 into the "SPEECH" subdirectory and rename them to SPEECH1.CLU and SPEECH2.CLU
Please copy the music files from Broken Sword CD1 and CD2
into the "MUSIC" subdirectory.
-
- Posts: 26
- Joined: Wed May 21, 2008 10:50 pm
- DrMcCoy
- ScummVM Developer
- Posts: 595
- Joined: Sat Dec 17, 2005 1:33 pm
- Location: Braunschweig, Germany
- Contact:
Type
"--mp3", not "--MP3". It's important.
The ".", because it expects a directory where it can find the SPEECH and MUSIC directories. "." is always the current directory.
Code: Select all
compress_sword1 --mp3 .
The ".", because it expects a directory where it can find the SPEECH and MUSIC directories. "." is always the current directory.
Which version of the tools are you using? The help screen is slightly different for me with current tools: the parameters expected here are:temporaryscars wrote:Fair enough. Round 2!
So I did that, and got this:
(screenshot)
So now what? That's all gibberish to me.
compress_sword1 [params] <inputdir>
so I guess you need to run something like
compress_sword1 --mp3 C:\mybs1files
Your tools version might work that way, but I guess it's always recommended to update to a current version (daily SVN download, the tools are in the tools\ subfolder)
hope that helps,
clem
-
- Posts: 26
- Joined: Wed May 21, 2008 10:50 pm
Ok, I did that, and I still got the screen I posted in my last post.DrMcCoy wrote:Type"--mp3", not "--MP3". It's important.Code: Select all
compress_sword1 --mp3 .
The ".", because it expects a directory where it can find the SPEECH and MUSIC directories. "." is always the current directory.
Did you put the dot in the end?
It's got to be like this:
(note the dot)
It's got to be like this:
Code: Select all
compress_sword1 --mp3 .
-
- Posts: 26
- Joined: Wed May 21, 2008 10:50 pm
Well, I got the tools from the downloads section, and it's the only "tools" file available, so I can only assume that they're the most recent.clem wrote:Which version of the tools are you using? The help screen is slightly different for me with current tools: the parameters expected here are:temporaryscars wrote:Fair enough. Round 2!
So I did that, and got this:
(screenshot)
So now what? That's all gibberish to me.
compress_sword1 [params] <inputdir>
so I guess you need to run something like
compress_sword1 --mp3 C:\mybs1files
Your tools version might work that way, but I guess it's always recommended to update to a current version (daily SVN download, the tools are in the tools\ subfolder)
hope that helps,
clem
But yeah, what you posted doesn't really help. I don't know what any of that means.
-
- Posts: 26
- Joined: Wed May 21, 2008 10:50 pm
Yes, I just did and it's still asking me about params.md5 wrote:Did you put the dot in the end?
It's got to be like this:(note the dot)Code: Select all
compress_sword1 --mp3 .
- eriktorbjorn
- ScummVM Developer
- Posts: 3560
- Joined: Mon Oct 31, 2005 7:39 am
I think the input directory parameter is a fairly new invention for this program, and you probably have an older version. I'd try it without the ".", like you did the first time when it complained abuot the missing SPEECH and MUSIC folders. The --mp3 part still needs to be in lower-case letters, of course.temporaryscars wrote: Yes, I just did and it's still asking me about params.
-
- Posts: 26
- Joined: Wed May 21, 2008 10:50 pm
Does the scummVM website not link to the most current files?eriktorbjorn wrote:I think the input directory parameter is a fairly new invention for this program, and you probably have an older version. I'd try it without the ".", like you did the first time when it complained abuot the missing SPEECH and MUSIC folders. The --mp3 part still needs to be in lower-case letters, of course.temporaryscars wrote: Yes, I just did and it's still asking me about params.
Anyway, I did what you said and got this:
It does, there is an older stable version (0.11.1) and a newer unstable version (SVN, 0.12.0). You downloaded the stable version tools (version 0.11.1).temporaryscars wrote: Does the scummVM website not link to the most current files?
The error message you got is self-descriptive: "Please copy the music files from Broken Sword CD1 and CD2 into the "MUSIC" subdirectory"