![]() |
#11
|
|||
|
|||
![]() Quote:
To install the dll, put the kegetys.dll to your IL2COD install dir. Then modify the Launcher.exe.config file with a text editor (like notepad) and under maddox.Properties.Settings, add the 'kegetys.dll' to load similar to steam_api.dll. Ie. add the part highlighted in red below: (Create a backup of the original file first!) ... <applicationSettings> <maddox.Properties.Settings> <setting name="nativeDLL" serializeAs="String"> <value>parts\core\steam_api.dll</value> </setting> <setting name="nativeDLL" serializeAs="String"> <value>kegetys.dll</value> </setting> </maddox.Properties.Settings> </applicationSettings> Excuse me if I am mistaken , but I think you may have added the correct words to the launcher.exe shortcut but you have not actually also edited the correct file as per the kegetys readme...that file is Launcher.exe.config |
|
|