Iconscript

If you downloaded this script from a different site than Grille Chompa's Sturmovik Scriptpark please report to me via mail. Visit the website and the forum of Sturmovik.De for news, help and technical discussions.

 <Installation> 
 
Simply unzip the ten files of this archive into your IL-2-directory keeping the included directory-structure:
  • icons0.il2script
  • icons1.il2script
  • icons2.il2script
  • icons3.il2script
  • icons4.il2script
  • icons5.il2script
  • icons6.il2script
  • user.il2script
  • Iconscript.html
Assure that you have the script-files stored in a sub-directory named "iconscript" and this readme in you IL-2-directory.
 <Benutzung> 
 
This serverscript includes 7 presets for the mp_dotrange-options and additionally supplies the user with the possibility to store it's preferred values in a file and execute all these rather comfortably via the console.
To perform this you need to make changes to the file rcu which is to be found in your IL-2 directory. Simply open this file using a text-editor (Notepad, WordPad) add the following lines:
@a 0 f iconscript/icons0.il2script
@a 1 f iconscript/icons1.il2script
@a 2 f iconscript/icons2.il2script
@a 3 f iconscript/icons3.il2script
@a 4 f iconscript/icons4.il2script
@a 5 f iconscript/icons5.il2script
@a 6 f iconscript/icons6.il2script
@a 7 f iconscript/user.il2script
These lines define aliases enabling you as the user to execute the scripts simply by entering the digits in the console. Of course you may choose any other alias-name you like. Simply change the lines listed above accordingly.
To store your personal icon-settings you need to change the values in the file user.il2script. Those variables starting with iconf... are the settings for allied units.
 <De-installation> 
 
To completely de-install all components you simply need to delete from your IL-2 directory the files listed above. If you have made changes to your rcu-file simply delete these lines again.