Modact 5 Changelog (newest first):
*** Modact 5.20 (Full Package): ***
- supported base game version: 4.12.1m
- updated buttons with several bugfixes
Included JSGME options:
- Forgotten Countries
- SAS FX Small Collection
- FOV mod
- Random Belt Start Position
- Carrier Take Off Mod
- Hankenkreuz disabler Mod
Other JSGME mods have been shifted into dedicated optional package.
*** Modact 5.12 (Current Cumulative Patch, obsolete): ***
- lots of aircraft sound matrix issues fixed
- buttons file cleaned, duplicates, old format and bogus files removed (thanks to chrisgibon!)
- PAL FMB Regiment dropdown not working issue fixed
- IL-2 Watchdog dynamic links to Visual C++ Runtime Libraries fixed
- Il-2 Selector updated to 3.1.1
- Pe-2 bombsight FOV too narrow issue fixed (thanks to the_woz!)
- PAL Minimap = no fullscreen map
- static.ini "BambooHut" building entry errors fixed
- 109 "canopy open" issue fixed
- Cockpit Wind Bug fixed (thanks for reminding me, SAS~Le0ne)
Remaining known issues in Modact 5.12:
- PAL Minimap = no fullscreen map
*** Modact 5.11 (Patch, obsolete): ***
- "Mission null" / pink plane error when trying to fly Beauforts fixed
- CTD (crash to desktop) when selecting finnish Hawk 75s fixed
*** Modact 5.10 (Full Package, obsolete): ***
Updated to run with 4.12m
Latest Il-2 Selector 3.1.0 inlcuding updated documentation (read it! You might need it!)
Updated Buttons (basically buttons 10.3 lifted to 4.12 standards)
Included JSGME options:
- Forgotten Countries
- SAS FX Small Collection
- HD Skins with True Color support (special thanks to Carsmaster)
- Water=4 Mod by Carsmaster
- MissionPro Combo 4.12m (special thanks to benitomuso)
- MiniMap mod for 4.12m by benitomuso
- FOV mod
- Big Clouds mod (special thanks to Manysh)
- Random Belt Start Position
Known Bugs:
* CTO Mod doesn't support angle carrier decks yet.
* Online Smoke Bug: Fixed by Modact Patch 5.21.
Hints:There's a pretty comprehensive list of mods which have been tested for compatibility with IL-2 4.12.x and Modact 5.x, check the list here before asking questions which have been answered already please:
https://docs.google.com/document/d/1Q-GyHJ0WoGmzuJ13zEIeIlNVX0D0oWrDoJN_QsgA21c/edit
(A big thanks to Heretic for providing this list!)If you suffer from slow downloads, use Yandex this way:
- Register a free account at Yandex (it's really free and not that difficult): http://disk.yandex.ru (select your language on the dropdown field in upper left corner)
- After Login to Yandex, instead of straight downloading a file you can add it to "your" files.
- Now you can download "your" file with full speed (usually 500-1000kByte/s)
To change the Splash Screens, follow the hints below:
The Splash Screens reside in the "gui" folder of the game's file structure, which means if you wanna use your own Splash Screens you first have to setup a regarding own Mod folder like this:
<Your Game's Folder Name Here>\#SAS\<Choose a nice name for your Splash Screen Mod here>\gui
Please replace "<Your Game's Folder Name Here>" by the folder name where your game is installed, e.g. "C:\IL2\Modact 5" and replace "<Choose a nice name for your Splash Screen Mod here>" by what it tells you, e.g. "MyCustomSplashScreens".
Modact 5 ships with 15 Splash Screens included.
All Splash Screen exist in two variations, both "normal" (i.e. 4:3) aspect ratio and "wide" (e.g. 16:9) aspect ratio.
These two variations exist for all supported languages of the game each, consisting of Czech ("cs"), German ("de"), French ("fr"), Russian ("ru") and "others" (no postamble).
Each Splash Screen consists of a ".mat" file and a corresponding image file ".tga".
The file size of the image file must not exceed 4MB and the file has to be in 24bpp uncompressed format, this means the maximum resolution for 4:3 aspect ratio images is 1366x1025 pixels and for 16:9 aspect ratio images it is 1577x887 pixels.
If you want to implement your own custom Splash Screen Image, you have to create the set of ".mat" file(s) for the language(s) required and the corresponding ".tga" image file(s) for the aspect ratio(s) required. The safest way is to create files for all supported languages and aspect ratios, the same way as Modact 5 does.
For the first Splash Screen the file names required for the ".mat" files thus are:
background0.mat
background0_cs.mat
background0_de.mat
background0_fr.mat
background0_ru.mat
wide_background0.mat
wide_background0_cs.mat
wide_background0_de.mat
wide_background0_fr.mat
wide_background0_ru.mat
The content of such a ".mat" file looks like this:
[ClassInfo]
ClassName TMaterial
[Layer0]
TextureName <Your Image File Name Here>.tga
tfNoWriteZ 1
tfNoDegradation 1
tfMinLinear 1
tfMagLinear 1
The only thing you need to edit is "<Your Image File Name Here>" which you replace with the name of your Splash Screen Image (TGA 24bpp uncompressed <4MB) file.
For instance if your Splash Screen Image is "4by3image1.tga" then the content of the ".mat" file would be:
[ClassInfo]
ClassName TMaterial
[Layer0]
TextureName 4by3image1.tga
tfNoWriteZ 1
tfNoDegradation 1
tfMinLinear 1
tfMagLinear 1
Each ".mat" file points to a corresponding image. Multiple ".mat" files can point to the same image.
For instance in Modact 5 for each Splash Screen all language variations point to the same image file.
As a matter of fact, reasonably the 4:3 images are different to the 16:9 images usually.
Since Modact 5 ships with 15 Splash Screens included (no. 0 through 14) and it automatically picks one of them on startup, if you wanna replace all Splash Screens by your custom Screen(s) you have to replace all ".mat" files counting from 0 to 14, even if they all (or many of them) point to the same image file.