|
|
|
|
|||||||
|
|
Thread Tools | Search this Thread | Display Modes |
|
#30
|
||||
|
||||
|
found a few 'corrections' that need to be changed.
In BatmanAC.iss find this section Code:
#ifdef AddToFireWallList
if FWAdd then begin
SetIniString('Windows Firewall', 'AppExlist', 'True', ExpandConstant('{app}\setup.ini'))
AddApplicationToExceptionList(ExpandConstant('{app}\iw5sp.exe'),ExpandConstant('{cm:AppName}'));
end else SetIniString('Windows Firewall', 'AppExlist', 'False', ExpandConstant('{app}\setup.ini'))
#endif
Under the [Languages] subsection: change: Name: en; MessagesFile: compiler : Default.isl --> added a space so it wont show up as ![]() to: Name: en; MessagesFile: Default.isl and the rest from MessagesFile: compiler:xxx.isl to MessagesFile: Languages\xxx.isl where xxx is the languages the game supports ( under the [Languages] subsection. Remove ANY that the game doesnt support. Do the same for autorun.iss, remove any languages the game doesnt support. Last edited by pakrat2k2; 27-11-2011 at 19:53. |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Call of Duty Modern Warfare 3 | REV0 | PC Games - CD/DVD Conversions | 58 | 27-02-2019 06:03 |
| Call of Duty Modern Warfare 2 | ShadowDuke | PC Games - Protection List | 2 | 10-11-2009 09:16 |