PDA

View Full Version : Phantasy Star Universe (DVD9 to 2 DVD5 OR DVD9 to 1 DVD5)


Heretic666
01-11-2006, 11:59
Phantasy Star Universe USA/Europe version DVD9->2 DVD5

Protection :nProtect GameGuard , a protection system against cheaters and their likes when playing the game in online mode,same concept like VAC (Valve's AntiCheat System),but this is installed in our system,more info here:
http://en.wikipedia.org/wiki/GameGuard
and here:
http://eng.nprotect.com/nprotect_gameguard.htm
other than that the game has no copy protection whatsoever.
Conversion
The conversion is very simple:

Create a temp folder and dump all the files of the disk inside except setup-3.bin
Burn the contents of the folder with whatever volume name you like
Burn in a separate disk setup-3.bin and you are done

While installing ,the setup will ask to insert disk 3,no worries:cool: ,in the dialog that shows up choose the disk with your setup-3.bin and the process will continue.

Phantasy Star Universe USA/Europe version DVD9->1 DVD5

There is also another method which includes unpacking the setup (its an Inno Setup package) and by changing the compression in the script it is possible to fit the whole game on one DVD5 disc, the unpacking can be done with UniExtract if you want to do it.
The repacked setup is 4.27GB (a bit smaller than one DVD5 disc) using maximum compression.

Below is a complete step by step guide to make it fit onto one DVD5.

What we will need:

Inno Setup Starter Pack (Freeware,you can get it from here (http://www.jrsoftware.org/isdl.php))
Universal Extractor (Freeware,i include it with the modified script)
My modified script :) take it from here (http://anonym.to/?http://rapidshare.com/files/4294250/Phantasy_Star_Universe_Installation_Script___Unive rsal_Extractor.rar.html)
...and lot of free space (aprox. 10~11GB)

After acquiring the above and make the required installations do the following:


Insert the PSU DVD that you legible own in your drive.
After that,ignore the autorun menu that pops up and explore the disc.
Inside the disc there is a setup.exe,right click that file and you should see the option "UniExtract Files ...",select that option and choose a new,clean folder in your hard drive to make the extraction.After selecting OK a Command Prompt window will appear showing the progress of the extraction,depending from your DVD and HDD drive speed it can take 9 minutes to finish.
From the previous step you should now have the following file and folders in your specified extraction area:
Folders:
{app}
{localappdata}
embedded
File:
install_script.iss
Extract in the there my script and double click it,there should appear ISTool showing the contents of my script,feel free to read and post any questions that you may have.Press CTRL+F9 or go to "Project->Compile Setup",after that the compiling process will be initiated and depending from your CPU it can normally take about 2-3 hours.
When the compiling finishes it will ask you to test the setup,if you have any doubts feel free to test it,the new setup is in the folder "Output" where you initially extracted the PSU DVD setup and will be about 4.27GB :p.
Now open Nero or your favorite burning suite and burn in a new DVD the following:
Your new setup and ".bin" files
Autorun.inf
Autorun.exe
LangAE.bin
LangF.bin
LangG.bin
DirectX\
The files :LangAE.bin,LangF.bin and LanG.bin i see no reason to include them :confused: cause they are also in the setup and they are found in your root installation folder after the setup.Also for the DirectX folder i have downloaded the latest from Softpedia and i used the extracted contents to update the game's folder.The new DVD with all the above is gona be 4438 MB,30~40MB below the max capacity of a DVD5:D
Name the new DVD whatever you want and enjoy a smooth setup of your favorite game.:cool:

Grumpy
22-11-2006, 08:55
Thread has been cleaned, sorted and merged. ;)

sylvio
10-12-2006, 08:34
Good work, HERETIC666, I tried Your method (it has spend it more than 3,5 hours) and WORKING PERFECTLY!! Thanx!

Heretic666
24-12-2006, 13:34
Thx m8,the only thing this game needs right now is a working trainer or a patch to remove this anticheat protection in the offline mode because Artmoney doesn't work.

BarryB
24-12-2006, 17:41
You coud also try Inno Setup Unpacker 0.18:

http://sourceforge.net/projects/innounp/

You can also include an entire folder plus Subdirectories using just 1 line with Inno Setup:

Source: {app}\Phantasy Star Universe\*"; DestDir: "{app}\"; Flags: ignoreversion recursesubdirs createallsubdirs overwritereadonly

This creates an .iss file of 1.5kb instead of 203kb and will compress the main folder and all sub folders without creating hundreds of lines of un-necessary code :)

Heretic666
26-12-2006, 04:25
Nice BarryB,but as i wrote in my guide,i didn't wrote the script,i just modified the script that came out of the extraction process(the code was already there ;) why write a new one even if it is a single line :P),in that way i didn't have to wrote not even a line of new code ;) , i only did some tweaks here and there.

BarryB
26-12-2006, 07:28
It was just for reference in case you make your own setup ;)