FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Street Fighter X Tekken (DVD9 -> DVD5) (https://fileforums.com/showthread.php?t=92922)

pakrat2k2 27-05-2012 10:41

let it run at night.

redetav 29-05-2012 09:53

Quote:

Originally Posted by pakrat2k2 (Post 402842)
just like resident evil its missing the get locale code ( peterf1999 posted this in another topic ) I'll just paste it here so yener may update his script to include this bit of code ( BOLD needs to be changed for Street Fighter of course.

Code:

[Registry]
Root: HKLM; Subkey: SOFTWARE\Capcom\RERC; ValueName: locale; ValueType: String; ValueData: {code:GetLocales}; Flags: uninsdeletekey

function GetLocales(Param: string): string;
begin
 
 case GetUILanguage and $3FF of
   
  $10: Result:='1040';
  $09: Result:='1033';
  $0A: Result:='1034';
  $07: Result:='1031';
  $0C: Result:='1036';
  $15: Result:='1045';
  $19: Result:='1049';
  $13: Result:='1043';
  else  Result:='1033'; 

 end;
end;


Maybe it's just a small fix, maybe after yener90 finish your current projects, he look at that, but we have to thank him for all he has done and is doing, thanks yener90.

Joe Forster/STA 29-05-2012 14:32

A more comprehensible and maintainable version (plain Pascal, never used Inno Setup myself):

Code:

function GetLocales(Param: string): string;
var
 UILanguage: Integer;
begin
 UILanguage := GetUILanguage and $3FF;
 if not (UILanguage in [$10, $09, $0A, $07, $0C, $15, $19, $13])
  then UILanguage := $09;
 Str($0400 or UILanguage, Result);
end;


luckas_carp 15-07-2012 09:00

Thanks yener, conversion works correctly under windows 7 x 86!

mixz 22-10-2012 13:25

What is this
when i open converter
i see that
<DVD not found. Click "Select" to select correct DVD Drive/Files>
i can understandwhat it want

http://i.imgur.com/cCr8N.png

Btx 16-12-2012 13:42

Where to put the folder with directx, windows live, vcredist ... ?

damar15 16-12-2012 16:52

Quote:

Originally Posted by mixz (Post 408630)
What is this
when i open converter
i see that
<DVD not found. Click "Select" to select correct DVD Drive/Files>
i can understandwhat it want

http://i.imgur.com/cCr8N.png

you extract the game on you hd dvd1 and dvd2 and select the foder wher you extract

Btx 17-12-2012 10:19

I want to do the conversion with the patch v1.6 and DLC unlocker .. Is that possible? 2DVDx5

elbubi 27-07-2013 08:30

Thanks Yener.

I want to use it with 1.08 patch + dlc unlocker, does anyone know if it works and if it stills fit in 1xdvd5?

Regards and thanks in advance.

elbubi 28-07-2013 18:52

Tested.

It works perfectly, but doesn't fit in 1xdvd5. Recoded videos and now it fits (4.1GB total)

Regards!

pakrat2k2 28-07-2013 20:14

thanks for posting back that info. Its important info that others who have the game & want to do the same to have.

mier90 01-08-2013 01:51

Quote:

Originally Posted by elbubi (Post 421448)
Tested.

It works perfectly, but doesn't fit in 1xdvd5. Recoded videos and now it fits (4.1GB total)

Regards!

is there any other method that can fit it into 1xdvd5 without recoded the videos?

pakrat2k2 01-08-2013 09:47

depends on wether your doing original version of game or game + updates. If doing game + updates then pm elbubi for details on what videos need to be re-encoded for it to fit on 1xdvd5

elbubi 01-08-2013 18:22

For all the people having doubts how to get game+1.08update+dlc to fit in 1xdvd5, and don't want/know how to reencode videos, you can do the following.

1. Download & Install SF2XTekken BlackBox Repack.
2. Backup folder "stream\CMN\movie" (where all recoded videos are stored)
3. Uninstall BB repack.
4. Install Original game
5. Install Update 1.08
6. Install DLC + Unlockers (optional)
7. Copy backed up folders/files in step 2 overwriting original videos.
8. Use Yener great converter to fit all in only 1xdvd5.

Cheers!

mier90 07-08-2013 20:25

Quote:

Originally Posted by elbubi (Post 421542)
For all the people having doubts how to get game+1.08update+dlc to fit in 1xdvd5, and don't want/know how to reencode videos, you can do the following.

1. Download & Install SF2XTekken BlackBox Repack.
2. Backup folder "stream\CMN\movie" (where all recoded videos are stored)
3. Uninstall BB repack.
4. Install Original game
5. Install Update 1.08
6. Install DLC + Unlockers (optional)
7. Copy backed up folders/files in step 2 overwriting original videos.
8. Use Yener great converter to fit all in only 1xdvd5.

Cheers!

Nice one! (Y) working like charm in w7x64.
Thanks!


All times are GMT -7. The time now is 03:56.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com