Putting games on your PSP
Moderator: ScummVM Team
-
- Posts: 26
- Joined: Wed May 21, 2008 10:50 pm
Putting games on your PSP
So where do I begin? I've done some searches to see if I could find the answer, but people are so vague. I have no clue how to get a game on my PSP to work with scummvm.
Can somebody just give me a step by step on how to do this? I'm currently trying to get Broken Sword on, and I went to: http://wiki.scummvm.org/index.php/Dataf ... e_Templars
to see what files I needed, but what the hell is *.clu? Is that even a file? I don't even see it in there.
And what am I supposed to do with these files? Just throw them in a folder and load it up on my PSP? Where am I supposed to put the encoded cut scenes?
Any help would be greatly appreciated.
Can somebody just give me a step by step on how to do this? I'm currently trying to get Broken Sword on, and I went to: http://wiki.scummvm.org/index.php/Dataf ... e_Templars
to see what files I needed, but what the hell is *.clu? Is that even a file? I don't even see it in there.
And what am I supposed to do with these files? Just throw them in a folder and load it up on my PSP? Where am I supposed to put the encoded cut scenes?
Any help would be greatly appreciated.
- DrMcCoy
- ScummVM Developer
- Posts: 595
- Joined: Sat Dec 17, 2005 1:33 pm
- Location: Braunschweig, Germany
- Contact:
Re: Putting games on your PSP
The * is a wildcard. It stands for any number of characters.temporaryscars wrote:but what the hell is *.clu? Is that even a file? I don't even see it in there.
"*.clu" would then mean "All files with the extension clu", i.e. "compacts.clu", "general.clu", etc..
Assuming the PSP binary behaves the same as the PC one, you would put the files for Broken Sword in a directory, ScummVM in another, then start ScummVM and point it to the Broken Sword folder (via the "Add Game" button in ScummVM).temporaryscars wrote:And what am I supposed to do with these files? Just throw them in a folder and load it up on my PSP?
You can put them into the folder where you've put the Broken Sword files.temporaryscars wrote:Where am I supposed to put the encoded cut scenes?
-
- Posts: 26
- Joined: Wed May 21, 2008 10:50 pm
Re: Putting games on your PSP
Alright, now that's what i'm talkin' about! I'll give it a shot!DrMcCoy wrote:The * is a wildcard. It stands for any number of characters.temporaryscars wrote:but what the hell is *.clu? Is that even a file? I don't even see it in there.
"*.clu" would then mean "All files with the extension clu", i.e. "compacts.clu", "general.clu", etc..
Assuming the PSP binary behaves the same as the PC one, you would put the files for Broken Sword in a directory, ScummVM in another, then start ScummVM and point it to the Broken Sword folder (via the "Add Game" button in ScummVM).temporaryscars wrote:And what am I supposed to do with these files? Just throw them in a folder and load it up on my PSP?
You can put them into the folder where you've put the Broken Sword files.temporaryscars wrote:Where am I supposed to put the encoded cut scenes?
-
- Posts: 26
- Joined: Wed May 21, 2008 10:50 pm
-
- Posts: 26
- Joined: Wed May 21, 2008 10:50 pm
-
- Posts: 26
- Joined: Wed May 21, 2008 10:50 pm
-
- Posts: 26
- Joined: Wed May 21, 2008 10:50 pm
-
- Posts: 26
- Joined: Wed May 21, 2008 10:50 pm
Update: I got the sound working for the cutscenes. When you go to the extra downloads section, there are two different things you need. Download both of the English files.
I'm putting this here for anyone who has the same problems in the future.
So, the only thing now is it figure out how to shrink it down. If any of the 51 people who have looked at this could help me with that, that would be awesome.
I'm putting this here for anyone who has the same problems in the future.
So, the only thing now is it figure out how to shrink it down. If any of the 51 people who have looked at this could help me with that, that would be awesome.
Please, read the FAQ/manual/README or search the forums before asking. Your questions have already been answered there, yet I will give some brief answers.
For Broken Sword 1, you only need its cutscene pack from the downloads section. If you don't get sound, it means that the PSP port does not support FLAC audio, hence you need the OGG audio add-on. I guess that's what the "two different things" are.
To compress the game's sounds, you need the ScummVM tools from our downloads section, from which you need the compress_sword1 tool. You'll need to download the appropriate executables of the codec you wish to use (LAME for MP3, VORBIS for OGG and FLAC).
As for a more detailed manual, you can find it here:
http://wiki.scummvm.org/index.php/User_Manual
as well as the README for ScummVM and the ScummVM tools.
The part you're interested in is:
For any extra help on the tool, you can run it without parameters
For Broken Sword 1, you only need its cutscene pack from the downloads section. If you don't get sound, it means that the PSP port does not support FLAC audio, hence you need the OGG audio add-on. I guess that's what the "two different things" are.
To compress the game's sounds, you need the ScummVM tools from our downloads section, from which you need the compress_sword1 tool. You'll need to download the appropriate executables of the codec you wish to use (LAME for MP3, VORBIS for OGG and FLAC).
As for a more detailed manual, you can find it here:
http://wiki.scummvm.org/index.php/User_Manual
as well as the README for ScummVM and the ScummVM tools.
The part you're interested in is:
We would be glad for any suggestions or additions to it.compress_sword1
Used to compress Broken Sword 1's music and speech .clu
files to .cl3 (MP3), .clg (Vorbis) or .clf (FLAC).
Example of usage:
compress_sword1 [params] <inputdir>
For any extra help on the tool, you can run it without parameters
-
- Posts: 26
- Joined: Wed May 21, 2008 10:50 pm
Yes, I know that these questions are answered elsewhere, the problem is, they may as well have been written in Greek. I mean, "compress_sword1 [params] <inputdir>"? What does that even mean? The guides out there assume that you must know something already about running command prompts.md5 wrote:Please, read the FAQ/manual/README or search the forums before asking. Your questions have already been answered there, yet I will give some brief answers.
For Broken Sword 1, you only need its cutscene pack from the downloads section. If you don't get sound, it means that the PSP port does not support FLAC audio, hence you need the OGG audio add-on. I guess that's what the "two different things" are.
To compress the game's sounds, you need the ScummVM tools from our downloads section, from which you need the compress_sword1 tool. You'll need to download the appropriate executables of the codec you wish to use (LAME for MP3, VORBIS for OGG and FLAC).
As for a more detailed manual, you can find it here:
http://wiki.scummvm.org/index.php/User_Manual
as well as the README for ScummVM and the ScummVM tools.
The part you're interested in is:We would be glad for any suggestions or additions to it.compress_sword1
Used to compress Broken Sword 1's music and speech .clu
files to .cl3 (MP3), .clg (Vorbis) or .clf (FLAC).
Example of usage:
compress_sword1 [params] <inputdir>
For any extra help on the tool, you can run it without parameters
For example, I still don't know what VORBIS is. I went to vorbis.com, and there are multiple things for download there. There doesn't seem to be just one file named VORBIS. Then, which files do I encode? How do I encode them? Saying "Oh, you just need to get that thing." doesn't really help.
What's wrong with Greek?temporaryscars wrote: Yes, I know that these questions are answered elsewhere, the problem is, they may as well have been written in Greek. I mean, "compress_sword1 [params] <inputdir>"? What does that even mean? The guides out there assume that you must know something already about running command prompts.
That's standard notation for ALL command line tools (ScummVM's and others). Don't expect to have EVERYTHING explained step-by-step, it's like trying to swim without moving your arms
Let's say you want to compress the game's sounds in MP3:
- Download ScummVM tools from our downloads page
- Download lame.exe from here:
http://www.rarewares.org/mp3-lame-bundle.php
- Copy compress_sword1.exe from the tools package in the game's folder
- Copy lame.exe in the game's folder as well
From Windows, go to Start->Run, type "cmd" (without the quotes), then type:
Code: Select all
cd drive_letter:\path_to_the_game_folder
Code: Select all
cd c:\sword1
Code: Select all
compress_sword1 --mp3
As for VORBIS, it's the people who did the OGG music compression. ScummVM supports the following sound compressions:
- MP3 (you should know about that)
- OGG (the free alternative to MP3, by VORBIS)
- FLAC (lossless compression)
...and again, you can just google for "OGG wikipedia" or "FLAC wikipedia" to read about the formats you don't understand.
- MP3 (you should know about that)
- OGG (the free alternative to MP3, by VORBIS)
- FLAC (lossless compression)
...and again, you can just google for "OGG wikipedia" or "FLAC wikipedia" to read about the formats you don't understand.
-
- Posts: 26
- Joined: Wed May 21, 2008 10:50 pm
-
- Posts: 26
- Joined: Wed May 21, 2008 10:50 pm