Special Aircraft Service

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 [2] 3 4 5 ... 14   Go Down

Author Topic: IL-2 Random Skies Mod v2.7  (Read 74598 times)

0 Members and 1 Guest are viewing this topic.

whistler

  • Modder
  • member
  • Offline Offline
  • Posts: 2784
Re: Random TB_New_Skies_Textures 17-July v0.4 (CUP Ready!)
« Reply #12 on: July 17, 2015, 10:50:05 AM »

The VKG Grand Canyon map in CUP uses the same tga the other maps use. It works fine.

For custom added maps in non-CUP installs the problem is that the "Default skies.bat" removes the sky files and lets the game use the internal stored textures (default skies). If I remove the Clouds267.tga this map will not longer load (Clouds267.tga completely missing). I prefer to play safe.

I believe the best approach in these cases is you to manually edit the VKG Grand Canyon (as well as any other custom map) load.ini and replace "HighClouds  = Clouds267.tga" with "HighClouds  = Clouds256.tga"

Or edit yourself the batch files as I am sure you already did!  ;)

Cheers Korrigan!
Logged
NG-HUD v3.6.1 | NG-MAP v3.2 | NG-CAM v2.0 | NG-PAL v1.2: https://www.sas1946.com/main/index.php/board,93.0.html

Korrigan

  • SAS Honourable Member
  • member
  • Offline Offline
  • Posts: 770
Re: Random TB_New_Skies_Textures 17-July v0.4 (CUP Ready!)
« Reply #13 on: July 17, 2015, 12:00:20 PM »

You're right Whistler, your approach is definitly safer and more "elegant" than mine  ;)
Logged

whistler

  • Modder
  • member
  • Offline Offline
  • Posts: 2784
Re: Random Skies Mod v1.0 (23-July-2015)
« Reply #14 on: July 23, 2015, 01:41:36 PM »

v1.0 is up!!!

I hope this mod will bring the community hours and hours of joy in the skies.

Thanks once again Thierry (tbauchot) for the wonderful textures you created and your support during the development of this Mod!!  :D  :D  :D

Logged
NG-HUD v3.6.1 | NG-MAP v3.2 | NG-CAM v2.0 | NG-PAL v1.2: https://www.sas1946.com/main/index.php/board,93.0.html

ggrewe

  • member
  • Offline Offline
  • Posts: 608
Re: Random Skies Mod v1.0 (23-July-2015)
« Reply #15 on: July 23, 2015, 01:56:34 PM »

Brilliant work Whistler - the new launcher is amazing - simple, compact & functional.
Grateful thanks to you & Thierry
Logged

agracier

  • Modder
  • member
  • Offline Offline
  • Posts: 3048
    • The Great War in a Different Light
Re: Random Skies Mod v1.0 (23-July-2015)
« Reply #16 on: July 23, 2015, 02:06:55 PM »

Right now I cannot run and play Il-2. But when i get back I will install all the mods I've been downloading since.

One question about the random skies mod - it's said that it changes clouds textures on all stock maps. Now, what about non stock maps? I ask because in all honesty, the stock maps are so old and bland that I never use them. Can you add new maps to any list so that they too can profit from the randomness?
Logged

whistler

  • Modder
  • member
  • Offline Offline
  • Posts: 2784
Re: Random Skies Mod v1.0 (23-July-2015)
« Reply #17 on: July 23, 2015, 02:10:29 PM »

Hey agracier, see reply #12 above  ;)

Change "HighClouds  = XXX.tga" to "HighClouds  = Clouds256.tga" in the custom-added map load.ini
Logged
NG-HUD v3.6.1 | NG-MAP v3.2 | NG-CAM v2.0 | NG-PAL v1.2: https://www.sas1946.com/main/index.php/board,93.0.html

Darkwind

  • member
  • Offline Offline
  • Posts: 239
Re: Random Skies Mod v1.0 (23-July-2015)
« Reply #18 on: July 23, 2015, 07:01:20 PM »

Medifire will not download the new Launcher, says it is a dangerous file...now what?
Logged

whistler

  • Modder
  • member
  • Offline Offline
  • Posts: 2784
Re: Random Skies Mod v1.0 (23-July-2015)
« Reply #19 on: July 23, 2015, 11:25:01 PM »

The Mod does what is advertised and it is100% safe. I wrote every line of the launcher and batch files and I guarantee it.

Let me contact MF support  :\'(

Temp links updated in the first post-

Logged
NG-HUD v3.6.1 | NG-MAP v3.2 | NG-CAM v2.0 | NG-PAL v1.2: https://www.sas1946.com/main/index.php/board,93.0.html

Uufflakke

  • Modder
  • member
  • Offline Offline
  • Posts: 2078
Re: Random Skies Mod v1.0 (23-July-2015)
« Reply #20 on: July 24, 2015, 12:43:22 AM »

Medifire will not download the new Launcher, says it is a dangerous file...now what?

Some antivirus programs don't like .exe files.
I think you need to change settings of your AV program before starting the download.
Logged
"The Best Things In Live Aren't Things"

SAS~Storebror

  • Editor
  • member
  • Offline Offline
  • Posts: 23590
  • Taking a timeout
    • STFU
Re: Random Skies Mod v1.0 (23-July-2015)
« Reply #21 on: July 24, 2015, 12:52:20 AM »

It's not really your fault whistler, but when I looked at the exe's internals, I noticed that there were a couple of imports from wininet.dll for connecting to remote sites.
This made me wonder... why would you want to do that?
Turns out you don't.
You just used AutoIt! for compiling a batch script to an exe.
Now once again, this is not your fault, but you should know that isn't deemed "safe" by many antivirus programs, and I'd like to add "for good reasons", e.g. as you see it adds unwanted online code.
See the result yourself, this is what antivirus programs think about your AutoIt! generated exe:
https://www.virustotal.com/de/file/66eb1d98cc0d64e921be09c8199927936a09a6013eac9359f446185c953c4b76/analysis/1437720273/

And all of this only for this script which indeed is safe in itself:
Code: [Select]
Opt("GUIOnEventMode", 1)
GUICreate("IL-2 Random Skies Launcher", 360, 130)
GUISetOnEvent($gui_event_close, "FunctionCloseButton")
Local $inifilename = "launcher.ini"
Local $iniuserskies = IniRead($inifilename, "Settings", "Selection", "Random")
GUICtrlCreateGroup("Random Skies by whistler", 10, 10, 180, 110)
Local $idradio1 = GUICtrlCreateRadio("Light", 25, 30, 80)
If $iniuserskies == "Light" Then
GUICtrlSetState($idradio1, $gui_checked)
EndIf
Local $idradio2 = GUICtrlCreateRadio("Medium", 25, 60, 80)
If $iniuserskies == "Medium" Then
GUICtrlSetState($idradio2, $gui_checked)
EndIf
Local $idradio3 = GUICtrlCreateRadio("Heavy", 25, 90, 80)
If $iniuserskies == "Heavy" Then
GUICtrlSetState($idradio3, $gui_checked)
EndIf
Local $idradio4 = GUICtrlCreateRadio("Random", 105, 30, 80)
If $iniuserskies == "Random" Then
GUICtrlSetState($idradio4, $gui_checked)
EndIf
Local $idradio5 = GUICtrlCreateRadio("Custom", 105, 60, 80)
If $iniuserskies == "Custom" Then
GUICtrlSetState($idradio5, $gui_checked)
EndIf
Local $idradio6 = GUICtrlCreateRadio("Stock", 105, 90, 80)
If $iniuserskies == "Stock" Then
GUICtrlSetState($idradio6, $gui_checked)
EndIf
GUICtrlCreateGroup("", -99, -99, 1, 1)
Local $inilauncher = IniRead($inifilename, "Settings", "Launcher", "No")
Local $idcheckbox = GUICtrlCreateCheckbox("Launch IL-2 Selector", 200, 30, 150)
If $inilauncher == "Yes" Then
GUICtrlSetState($idcheckbox, $gui_checked)
EndIf
Local $gobutton = GUICtrlCreateButton("GO !", 200, 65, 100)
GUICtrlSetOnEvent($gobutton, "FunctionGoButton")
Local $textlink = GUICtrlCreateLabel("www.sas1946.com", 200, 105)
GUICtrlSetColor($textlink, "0x808080")
GUISetState(@SW_SHOW)
While 1
Sleep(100)
WEnd

Func functiongobutton()
Select
Case BitAND(GUICtrlRead($idradio1), $gui_checked) = $gui_checked
Local $userskies = "Light"
Case BitAND(GUICtrlRead($idradio2), $gui_checked) = $gui_checked
Local $userskies = "Medium"
Case BitAND(GUICtrlRead($idradio3), $gui_checked) = $gui_checked
Local $userskies = "Heavy"
Case BitAND(GUICtrlRead($idradio4), $gui_checked) = $gui_checked
Local $userskies = "Random"
Case BitAND(GUICtrlRead($idradio5), $gui_checked) = $gui_checked
Local $userskies = "Custom"
Case BitAND(GUICtrlRead($idradio6), $gui_checked) = $gui_checked
Local $userskies = "Stock"
EndSelect
IniWrite($inifilename, "Settings", "Selection", $userskies)
If $userskies == "Stock" Then
Local $batfile = '"Files\Reset.bat"'
RunWait($batfile, "", @SW_HIDE)
Else
If $userskies == "Random" Then
Local $userskies = ""
EndIf
Local $batfile = '"Files\Random.bat" ' & $userskies
RunWait($batfile, "", @SW_HIDE)
EndIf
If BitAND(GUICtrlRead($idcheckbox), $gui_checked) = $gui_checked Then
IniWrite($inifilename, "Settings", "Launcher", "Yes")
Local $runexe = "IL-2 Selector.exe"
Else
IniWrite($inifilename, "Settings", "Launcher", "No")
Local $runexe = "il2fb.exe"
EndIf
Local $fullexe = "../../" & $runexe
Run($fullexe)
Exit
EndFunc

Func functionclosebutton()
Exit
EndFunc

Best regards - Mike
Logged
Don't split your mentality without thinking twice.

agracier

  • Modder
  • member
  • Offline Offline
  • Posts: 3048
    • The Great War in a Different Light
Re: Random Skies Mod v1.0 (23-July-2015)
« Reply #22 on: July 24, 2015, 01:16:35 AM »

I was at first able to download the mod with starter, but then a few hours later when i saw the messge saying it was not downloadable, I too tried again and could indeed not download anymore.

I guess mediafire must have analyzed the file in the meantime.
Logged

whistler

  • Modder
  • member
  • Offline Offline
  • Posts: 2784
Re: Random Skies Mod v1.0 (23-July-2015)
« Reply #23 on: July 24, 2015, 08:53:43 AM »

Thanks Storebror for stepping in. I added a disclaimer to the top of the first post:

Disclaimer: Download this Mod only from the links provided in this location. The launcher has been completely written by me using well known tools downloaded from official sources. These softwares have been used by hackers to spread viruses, and applications built with them have sometimes been reported as positive by antivirus definitions.

I can only guarantee this launcher has been developed and shared with the best intentions and I would never include any code that does not serve the purpose advertised. Storebror has proven on reply #21 that what I initially shared was not intentionally harmful in any way. You can take my word for it or go somewhere else.

Logged
NG-HUD v3.6.1 | NG-MAP v3.2 | NG-CAM v2.0 | NG-PAL v1.2: https://www.sas1946.com/main/index.php/board,93.0.html
Pages: 1 [2] 3 4 5 ... 14   Go Up
 

Page created in 0.091 seconds with 26 queries.