|
#61
|
||||
|
||||
|
works fine for me
![]() a question... how can i run a reg file after install? thanks ^^
__________________
Thanks a lot for all your great work!!! |
| Sponsored Links |
|
#62
|
||||
|
||||
|
why run after install? just enter it in the ISS script in the [registry] section of the script, it will be entered when installing game.
|
|
#63
|
||||
|
||||
|
I want to run a reg file to put the game in spanish.
the code is [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Activision \Prototype 2] "language"="83"
__________________
Thanks a lot for all your great work!!! |
|
#64
|
||||
|
||||
|
its already there in the script
Code:
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} "; ValueType: string; ValueName: Language; ValueData: 83; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: esp;
Last edited by pakrat2k2; 17-01-2013 at 13:37. |
|
#65
|
||||
|
||||
|
i use this reg key for set spanish as game language when launch it.
is the same function?
__________________
Thanks a lot for all your great work!!! |
|
#66
|
|||
|
|||
|
Hi Revo,
I reached 3rd step & stopped due to I didn't see these files Install-1a, 1b, 1c bin files to PROTO_1 Install-2a, 2b, 2c bin files to PROTO_2 I have 2 CDs ISO files as follows ![]() Where is can I get them ??? Last edited by greensky; 09-03-2013 at 04:24. |
|
#67
|
||||
|
||||
|
read the steps again !!! you have to install the game first. then use inno unicode to compile the script.
|
|
#68
|
|||
|
|||
|
Quote:
REV0 left a " " (space) after {code:GetAppName} basically making the subkey invalid. Because of that the game defaults to english language. All language definition have that typo (lines 175 to 181). So, here is the fixed script. |
| The Following User Says Thank You to NTurky For This Useful Post: | ||
pakrat2k2 (11-03-2013) | ||
|
#69
|
|||
|
|||
|
anyone can help me with this ?
![]()
|
|
#70
|
||||
|
||||
|
only warning, STOP posting this in every thread, wait for someone to help.
|
|
#71
|
|||
|
|||
|
CAn you upload the audio_german.rcf ? i need that
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** | Grumpy | PC Games - CD/DVD Conversions | 252 | 16-07-2024 20:35 |
| Crysis 2 DVD9 to 2xDVD5 | senseman | PC Games - CD/DVD Conversions | 105 | 28-10-2014 08:42 |
| Dead Rising 2 DVD9 to 2xDVD5 | senseman | PC Games - CD/DVD Conversions | 15 | 03-01-2012 11:23 |
| Disciples III Resurrection DVD9 to 2xDVD5 | senseman | PC Games - CD/DVD Conversions | 1 | 13-10-2011 04:14 |
| Prototype DVD9 to 2xDVD5 | dracusorr | PC Games - CD/DVD Conversions | 15 | 16-02-2011 23:34 |