View Single Post
  #56  
Old 27-11-2011, 19:50
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
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
change the iw5sp.exe to \Binaries\Win32\BatmanAC.exe, do a search for it and replace all. Easier.

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.
Reply With Quote