FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   Max Payne 3 4 DVD9 to 6 DVD5 *INNO SETUP* (https://fileforums.com/showthread.php?t=92966)

mehrdad 02-06-2012 10:10

i just want to copy "Profiles" folder to USERPROFILE*Documents/Rockstar Games/Social Club* when install the setup. give script please

sstanke 02-06-2012 14:47

Is this the final conversion or the game can put on less DVD's? Regards

pakrat2k2 02-06-2012 15:43

Quote:

Originally Posted by sstanke (Post 403089)
Is this the final conversion or the game can put on less DVD's? Regards

can be put on less dvd's IF you cut out multiplayer & re-encode all Biks, & audio files. But thats alot more work then willing to take on right now, and may only reduce by couple dvds. Easiest is to change diskspanning to use 2xdvd9? and burn them, instead of 6xdvd5

danicolo2k12 02-06-2012 18:25

I need help...
 
Somebody can help me to convert this game from dvd9 to dvd5 ? I canīt do it with procedure you put here... Sorry for my bad english.... iīm uruguayan...
Somebody speak spanish here ?? Thanks

Onizuka87k 02-06-2012 18:40

I think the best compression you can reach is about 11GB (so basically 1DVD9+1DVD5) but it need the resampling of all 1080p videos to at least 720p.
Fucking game! :p

Anyway GREAT JOB REV0! ;)

Good Man 02-06-2012 20:20

Quote:

Originally Posted by dogyutz (Post 403060)
reencode the video biks:
s_club.bik
s_clubride.bik
mp3_logo_bink_pt02.bik
s_fashion.bik
s_office.bik
s_pana.bik
s_stad.bik

:

what you mean ? edit the inno or add it on the inno sorry i ma nood :) in the inno ?

tk

pakrat2k2 02-06-2012 20:48

Good Man, read this topic to understand how to reencode video biks. ( takes tons of time, and NOT easy to accomplish IF you dont understand basics )

http://fileforums.com/showthread.php?t=92739

foo8088 02-06-2012 22:12

64bit

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Rockstar Games\Max Payne 3]
"InstallFolder"="H:\\Max Payne 3"
"Version"="1.0.0.0"
"InstallComplete"="1"

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Rockstar Games\Max Payne 3\1.0.0.0]


32bit

[HKEY_LOCAL_MACHINE\SOFTWARE\Rockstar Games\Max Payne 3]
"InstallFolder"="H:\\Max Payne 3"
"Version"="1.0.0.0"
"InstallComplete"="1"

[HKEY_LOCAL_MACHINE\SOFTWARE\Rockstar Games\Max Payne 3\1.0.0.0]

can someone convert it to inno script one ? thx alot !

this is correct ?
Root: HKLM; Subkey: "SOFTWARE\Rockstar Games\Max Payne 3"; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\Rockstar Games\Max Payne 3"; ValueType: string; ValueName: "InstallFolder"; ValueData: "{app}"; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\Rockstar Games\Max Payne 3"; ValueType: string; ValueName: "Version"; ValueData: "1.0.0.0"; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\Rockstar Games\Max Payne 3"; ValueType: string; ValueName: "InstallComplete"; ValueData: "1"; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\Rockstar Games\Max Payne 3\1.0.0.0"; Flags: uninsdeletekey

mehrdad 02-06-2012 23:00

hi how to move "profiles" folder in setup to C:\Users\YOUR USERNAME\Documents\Rockstar Games\Social Club .please give script for this action

zyo 02-06-2012 23:01

Installation is painfully slow even on my SSD/Quad Core computer...
I am afraid in this case re-encoding is a necessity (I usually hate downsampling but 30mins to install a game is ridiculous).

termic 02-06-2012 23:30

How delete multiplayer.

REV0 03-06-2012 01:50

Quote:

Originally Posted by termic (Post 403102)
Wait yener90 conversion.

Stop trolling people's threads, this is the conversion you will find until someone else rip 1080p cutsenes to 480p and make the game a warez Rip.

If you want to wait yener's conversion go wait for it, but stop spamming in my thread and learn to say thanks first.


Quote:

Originally Posted by foo8088 (Post 403105)
64bit

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Rockstar Games\Max Payne 3]
"InstallFolder"="H:\\Max Payne 3"
"Version"="1.0.0.0"
"InstallComplete"="1"

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Rockstar Games\Max Payne 3\1.0.0.0]


32bit

[HKEY_LOCAL_MACHINE\SOFTWARE\Rockstar Games\Max Payne 3]
"InstallFolder"="H:\\Max Payne 3"
"Version"="1.0.0.0"
"InstallComplete"="1"

[HKEY_LOCAL_MACHINE\SOFTWARE\Rockstar Games\Max Payne 3\1.0.0.0]

can someone convert it to inno script one ? thx alot !

this is correct ?
Root: HKLM; Subkey: "SOFTWARE\Rockstar Games\Max Payne 3"; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\Rockstar Games\Max Payne 3"; ValueType: string; ValueName: "InstallFolder"; ValueData: "{app}"; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\Rockstar Games\Max Payne 3"; ValueType: string; ValueName: "Version"; ValueData: "1.0.0.0"; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\Rockstar Games\Max Payne 3"; ValueType: string; ValueName: "InstallComplete"; ValueData: "1"; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\Rockstar Games\Max Payne 3\1.0.0.0"; Flags: uninsdeletekey

Using 64 system, never had problems so far, you dont need these, already added in script.

Quote:

Originally Posted by mehrdad (Post 403106)
hi how to move "profiles" folder in setup to C:\Users\YOUR USERNAME\Documents\Rockstar Games\Social Club .please give script for this action

INNO wont copy anything, you'll copy your profiles yourself, since they'll be updated in every game you play.

Quote:

Originally Posted by termic (Post 403109)
How delete multiplayer.

You can't they're not separate.

Quote:

Originally Posted by damar15 (Post 403110)
guys this inno if you want Compile the game do it if you dont want Wait yener90 conversion but respect the man who tired to make this inno for us

for me great work revo :)

Thanks for your comment damar15, sometimes i'm thinking why am i doing this.

If you make 4 DVD5 conversion, people will want 3, if you make 3 they will want 2, if you make 2 they will want how to compress it to 3MB Floopy Disk...

tiendat2013 03-06-2012 02:19

how to create the file Setup1.bin, Install-1a.bin inno setup

Joe Forster/STA 03-06-2012 02:33

Quote:

Originally Posted by REV0 (Post 403114)
sometimes i'm thinking why am i doing this.

I'll tell you: for the intellectual challenge.

damar15 03-06-2012 03:24

Quote:

Originally Posted by REV0 (Post 403114)

Thanks for your comment damar15, sometimes i'm thinking why am i doing this.

If you make 4 DVD5 conversion, people will want 3, if you make 3 they will want 2, if you make 2 they will want how to compress it to 3MB Floopy Disk...





Quote:

Originally Posted by Joe Forster/STA (Post 403118)
I'll tell you: for the intellectual challenge.

revo np man like mr.Forster said intellectual challenge :)

tested in win 7 64bit perfect 100/100 6dvd no errors :)

Grumpy 03-06-2012 03:47

@REV0
Very important conversion question I think you didnt explain to well.

Quote:

3. Click 'Compile' and order a pizza and drink your beer.
Once we order the pizza, do we wait for the pizza to arrive before opening our beer? :P

On a serious note, yes people will always expect more and some are never gratefull for what they receive, many have no idea how much time actually goes into some of these conversions. But most are very appreciative of what people like yourself do. Just ignore the negative questions or responses and concentrate on the good comments.

Well done mate, nice work.

Now, about the opening of the beer? :)

Th3Raven 03-06-2012 04:36

Quote:

Originally Posted by Grumpy (Post 403122)
@REV0
Very important conversion question I think you didnt explain to well.



Once we order the pizza, do we wait for the pizza to arrive before opening our beer? :P

On a serious note, yes people will always expect more and some are never gratefull for what they receive, many have no idea how much time actually goes into some of these conversions. But most are very appreciative of what people like yourself do. Just ignore the negative questions or responses and concentrate on the good comments.

Well done mate, nice work.

Now, about the opening of the beer? :)

You're right: Many members of the forum don't know how much time it's invested in the conversion making.
About the beer, i think you could drink two (one before the pizza arrive and one after the pizza arrive);)
And about the conversion: THX for the conversion. You have done a great job (as always) :P

REV0 03-06-2012 06:14

Thanks for your comments, much appreciated everyone, and considering conversion time 2 beers might not be enough lol

Prashantoo7 03-06-2012 08:40

Can u make max Payne 3 DVD9 to 2X DVD5 ??
i need a ultra compressing setup :D

pakrat2k2 03-06-2012 08:44

Quote:

Originally Posted by Prashantoo7 (Post 403136)
Can u make max Payne 3 DVD9 to 2X DVD5 ??
i need a ultra compressing setup :D

NOT possible!!! the game is over 25GB.. Try reading the whole conversion on page 1 BEFORE asking such a dumb question. :rolleyes:

zealot10 03-06-2012 09:08

can cut multiplayer files and put into 5dvds?

REV0 03-06-2012 09:10

Many people including me, already replied multiplayer cut-off question, in fact i also replied in thread. Try to read my explication.

zealot10 03-06-2012 09:15

thanks and sorry for misunderstanding REV0

The-revenge 03-06-2012 09:20

many people looking for impossibile things...I think that this compressions is a great job, due to a many time spent to do this; the game size compress from 28 to 25 gb, but don't forget the price of support : 4 DVD9 = 2 euros, 6 DVD5 = 60 euro cents!!
For this reason I suggest to thanks every people make this conversion and share this for the comunity!!
(sorry for my english)

Hexens 03-06-2012 09:25

2 DVD5 not possible

You can make 4xdvd5 with compression Precomp -brute / Lzma2ultra all files *.prf in directory PC but it's very very long...

peterf1999 03-06-2012 09:52

Quote:

Originally Posted by Hexens (Post 403144)
2 DVD5 not possible

You can make 4xdvd5 with compression Precomp -brute / Lzma2ultra all files *.prf in directory PC but it's very very long...

It fits on 3xdvd5 with videos resampled ~ 10 gb, on 4xdvd5 without resampling work.

I already made the archives, i don't recommend to anyone to do it, because it requires too much time :eek::D

Sisah 03-06-2012 10:20

Quote:

Originally Posted by peterf1999 (Post 403146)
It fits on 3xdvd5 with videos resampled ~ 10 gb, on 4xdvd5 without resampling work.

I already made the archives, i don't recommend to anyone to do it, because it requires too much time :eek::D

Please can you post .bat file with commands to compress it? i have done my installer but i dont know how to properly compress my files :(

Arsenal_WM 03-06-2012 10:24

I have Max Payne 3 SPECIAL EDITION in single folder around 28gig. how can convert to 4 DVD9?
please help me if possible, please...

foo8088 03-06-2012 11:50

[Files]
Source: "{userdocs}\Rockstar Games\Social Club\profiles\010FE371\Titles\Max Payne 3\achievements.dat"; DestDir: "{userdocs}\Rockstar Games\Social Club\profiles\010FE371\Titles\Max Payne 3";
Source: "{userdocs}\Rockstar Games\Social Club\profiles\010FE371\profile.dat"; DestDir: "{userdocs}\Rockstar Games\Social Club\profiles\010FE371";
Source: "{userdocs}\Rockstar Games\Social Club\profiles\autosignin.dat"; DestDir: "{userdocs}\Rockstar Games\Social Club\profiles";

[Dirs]
Name: "{userdocs}\Rockstar Games\Social Club\profiles";
Name: "{userdocs}\Rockstar Games\Social Club\profiles\010FE371";
Name: "{userdocs}\Rockstar Games\Social Club\profiles\010FE371\Titles";
Name: "{userdocs}\Rockstar Games\Social Club\profiles\010FE371\Titles\Max Payne 3";

REV0 03-06-2012 12:45

Quote:

Originally Posted by peterf1999 (Post 403146)
It fits on 3xdvd5 with videos resampled ~ 10 gb, on 4xdvd5 without resampling work.

I already made the archives, i don't recommend to anyone to do it, because it requires too much time :eek::D

hi peter,

define 'too much' time, because there are people who doesnt like 30min of installing:p

Quote:

Originally Posted by Arsenal_WM (Post 403149)
I have Max Payne 3 SPECIAL EDITION in single folder around 28gig. how can convert to 4 DVD9?
please help me if possible, please...

SlicesPerDisk=3 found this line, change it to 6, pakrat's idea. also apply same conversion, move bin files afterwards.

Quote:

Originally Posted by foo8088 (Post 403151)
[Files]
Source: "{userdocs}\Rockstar Games\Social Club\profiles\010FE371\Titles\Max Payne 3\achievements.dat"; DestDir: "{userdocs}\Rockstar Games\Social Club\profiles\010FE371\Titles\Max Payne 3";
Source: "{userdocs}\Rockstar Games\Social Club\profiles\010FE371\profile.dat"; DestDir: "{userdocs}\Rockstar Games\Social Club\profiles\010FE371";
Source: "{userdocs}\Rockstar Games\Social Club\profiles\autosignin.dat"; DestDir: "{userdocs}\Rockstar Games\Social Club\profiles";

[Dirs]
Name: "{userdocs}\Rockstar Games\Social Club\profiles";
Name: "{userdocs}\Rockstar Games\Social Club\profiles\010FE371";
Name: "{userdocs}\Rockstar Games\Social Club\profiles\010FE371\Titles";
Name: "{userdocs}\Rockstar Games\Social Club\profiles\010FE371\Titles\Max Payne 3";


Why are you posting this ?

You do realize you can not add social club entries since it has OWN setup and create these entries AFTER installation and also it's DIFFERENT for each installation ?

pakrat2k2 03-06-2012 14:38

Quote:

Originally Posted by REV0 (Post 403152)
hi peter, define 'too much' time, because there are people who doesnt like 30min of installing:p

SlicesPerDisk=3 found this line, change it to 6, pakrat's idea. also apply same conversion, move bin files afterwards.

actually you need BOTH parts..

Quote:

Originally Posted by pakrat2k2 (Post 403036)
To optimally fill 8.5 GB (dual-layer) recordable DVDs, use:
SlicesPerDisk=5
DiskSliceSize=1708200000

Quote:

Originally Posted by REV0 (Post 403152)
Originally Posted by foo8088
[Files]
Source: "{userdocs}\Rockstar Games\Social Club\profiles\010FE371\Titles\Max Payne 3\achievements.dat"; DestDir: "{userdocs}\Rockstar Games\Social Club\profiles\010FE371\Titles\Max Payne 3";
Source: "{userdocs}\Rockstar Games\Social Club\profiles\010FE371\profile.dat"; DestDir: "{userdocs}\Rockstar Games\Social Club\profiles\010FE371";
Source: "{userdocs}\Rockstar Games\Social Club\profiles\autosignin.dat"; DestDir: "{userdocs}\Rockstar Games\Social Club\profiles";

[Dirs]
Name: "{userdocs}\Rockstar Games\Social Club\profiles";
Name: "{userdocs}\Rockstar Games\Social Club\profiles\010FE371";
Name: "{userdocs}\Rockstar Games\Social Club\profiles\010FE371\Titles";
Name: "{userdocs}\Rockstar Games\Social Club\profiles\010FE371\Titles\Max Payne 3";


Why are you posting this ?

You do realize you can not add social club entries since it has OWN setup and create these entries AFTER installation and also it's DIFFERENT for each installation ?

Actually those locations for userdocs DONT change, they are the default ones created by RSSC.

nadex 03-06-2012 15:14

Revo Got Something Wrong

the end does not install the Social Club, DirectX and ETC ...

you found it?????????

Optixs 03-06-2012 16:58

Quote:

Originally Posted by peterf1999 (Post 403146)
It fits on 3xdvd5 with videos resampled ~ 10 gb, on 4xdvd5 without resampling work.

I already made the archives, i don't recommend to anyone to do it, because it requires too much time :eek::D

Can you make a tutorial please of it ? or tell us how?

GTX590 03-06-2012 17:22

Did anybody try to use the latest version of "setup factory" for this game?

nadex 03-06-2012 18:06

Quote:

Originally Posted by nadex (Post 403158)
Revo Got Something Wrong

the end does not install the Social Club, DirectX and ETC ...

you found it?????????

Revo Got Something Wrong

the end does not install the Social Club, DirectX and ETC ...

you found it?????????

Prashantoo7 03-06-2012 18:37

Quote:

Originally Posted by pakrat2k2 (Post 403137)
NOT possible!!! the game is over 25GB.. Try reading the whole conversion on page 1 BEFORE asking such a dumb question. :rolleyes:

OK ! :)
But atleast i need max payne 3 setup files with converter

Like how DiRT showdown has converter files its easy with it
just run the converter and it will start repacking the game :p

Maxgrilo 03-06-2012 21:58

My game was installed and updated, it will be no problem or I have to redo it again

zyo 03-06-2012 22:55

The game installed ok on 32bit win7, but .net installer doesn't work properly I think the installer tried to install 64bit instead of 32bit.
Also the shortcut should point to launcher instead of the main exe?

MagicBoy 03-06-2012 23:28

Quote:

Originally Posted by peterf1999 (Post 403146)
It fits on 3xdvd5 with videos resampled ~ 10 gb, on 4xdvd5 without resampling work.

I already made the archives, i don't recommend to anyone to do it, because it requires too much time :eek::D

Please upload you conversion (4xDVD-9 to 4xDVD-5). You allways do the BEST work. I don't care how long it takes to make the DVD's. :)

pakrat2k2 04-06-2012 00:24

Quote:

Originally Posted by zyo (Post 403174)
The game installed ok on 32bit win7, but .net installer doesn't work properly I think the installer tried to install 64bit instead of 32bit.
Also the shortcut should point to launcher instead of the main exe?

wrong.. setup.ini has both, maybe you missed something?

Code:

Launch3=Dotnet x86
Launch364=0
Launch3BeforeInstall=0
LaunchCom3=Redistributables\DotNet\x86\dotnetfx.exe
LaunchArg3=/q:a

Launch4=Dotnet x64
Launch464=0
Launch4BeforeInstall=0
LaunchCom4=Redistributables\DotNet\x64\NetFx64.exe
LaunchArg4=/q:a



All times are GMT -7. The time now is 06:47.

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