Special Aircraft Service

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Screenchanger MOD Version 3.0  (Read 5152 times)

0 Members and 1 Guest are viewing this topic.

SAS~Monty27

  • SAS Team
  • member
  • Offline Offline
  • Posts: 3852
  • Action and Adventure!
    • SPEEDMACHINE
Screenchanger MOD Version 3.0
« on: June 11, 2011, 04:14:45 AM »

No longer supported, although there are many new interchangeable screens for New-TFM

https://www.sas1946.com/main/index.php/topic,35424.0.html
Logged

Spinnetti

  • member
  • Offline Offline
  • Posts: 473
Re: Screenchanger MOD
« Reply #1 on: June 12, 2011, 06:33:42 AM »

Any idea how to do random in Win7 instead of selecting? I had one for XP I liked that randomized all the UI screens, but couldn't make the randomizer work under Win7... Basically had a Screen folder, and within that, folders for splash screen, each countries mission screen and so on. Every launch gave a new look - just drop new pictures in the respective folders and viola!
Logged

SAS~Monty27

  • SAS Team
  • member
  • Offline Offline
  • Posts: 3852
  • Action and Adventure!
    • SPEEDMACHINE
Re: Screenchanger MOD
« Reply #2 on: June 12, 2011, 05:58:42 PM »

Any idea how to do random in Win7 instead of selecting? I had one for XP I liked that randomized all the UI screens, but couldn't make the randomizer work under Win7... Basically had a Screen folder, and within that, folders for splash screen, each countries mission screen and so on. Every launch gave a new look - just drop new pictures in the respective folders and viola!

Interesting, it would be nice to add that as another option.  I will found out how.
Logged

Spinnetti

  • member
  • Offline Offline
  • Posts: 473
Re: Screenchanger MOD Version 3.0
« Reply #3 on: June 12, 2011, 06:03:37 PM »

Any idea how to do random in Win7 instead of selecting? I had one for XP I liked that randomized all the UI screens, but couldn't make the randomizer work under Win7... Basically had a Screen folder, and within that, folders for splash screen, each countries mission screen and so on. Every launch gave a new look - just drop new pictures in the respective folders and viola!

Interesting, it would be nice to add that as another option.  I will found out how.

Cool.. The heart of it was the file randomizer. The bat file pointed it at the right folder (each had the little randomizer exe in it), then it grabbed a random one from the folder and copied it to the correct name. The bat file then copied it to the correct folder for IL2 to see. Problem is, the randomizer doesn't work in Win7 and I haven't found a simple one that does.
Logged

Killer Ghost

  • Jet Member
  • member
  • Offline Offline
  • Posts: 309
  • Oorah
Re: Screenchanger MOD Version 3.0
« Reply #4 on: June 12, 2011, 08:47:31 PM »

looks amazing! this is a will for me. But just a Q do you have any Korea photos.
Logged

SAS~Monty27

  • SAS Team
  • member
  • Offline Offline
  • Posts: 3852
  • Action and Adventure!
    • SPEEDMACHINE
Re: Screenchanger MOD Version 3.0
« Reply #5 on: June 12, 2011, 09:14:13 PM »

looks amazing! this is a will for me. But just a Q do you have any Korea photos.

Oh yes!  As you can see, the download is not that large.  So each subsequent version will include ten more screens and the randomiser when figured out.

Korea is next up in V4.0, along with this new screen-pack featuring more WWII with new Emils...

Logged

zabutcher

  • member
  • Offline Offline
  • Posts: 6
Re: Screenchanger MOD
« Reply #6 on: June 13, 2011, 12:40:56 AM »

Any idea how to do random in Win7 instead of selecting? I had one for XP I liked that randomized all the UI screens, but couldn't make the randomizer work under Win7... Basically had a Screen folder, and within that, folders for splash screen, each countries mission screen and so on. Every launch gave a new look - just drop new pictures in the respective folders and viola!
may be that
Code: [Select]
@echo off
setLocal EnableDelayedExpansion
del list.txt
for /f "delims=" %%a in ('dir /b /s /a-d findstr /R *.tga') do set "xx=%%a" && echo !random! !xx:%cd%\=! >> list.txt
for /f "tokens=1* skip=30" %%a in ('sort list.txt') do copy %%b "%CD%\..\Files\gui\background.tga"
skip=N actualy if U have more then N+1 pictures
Logged

Spinnetti

  • member
  • Offline Offline
  • Posts: 473
Re: Screenchanger MOD Version 3.0
« Reply #7 on: June 13, 2011, 05:05:59 AM »

Any idea how to do random in Win7 instead of selecting? I had one for XP I liked that randomized all the UI screens, but couldn't make the randomizer work under Win7... Basically had a Screen folder, and within that, folders for splash screen, each countries mission screen and so on. Every launch gave a new look - just drop new pictures in the respective folders and viola!
may be that
Code: [Select]
@echo off
setLocal EnableDelayedExpansion
del list.txt
for /f "delims=" %%a in ('dir /b /s /a-d findstr /R *.tga') do set "xx=%%a" && echo !random! !xx:%cd%\=! >> list.txt
for /f "tokens=1* skip=30" %%a in ('sort list.txt') do copy %%b "%CD%\..\Files\gui\background.tga"
skip=N actualy if U have more then N+1 pictures

Didn't quite follow all of that but I'll experiment with it a bit... I really want to get that going again for my install as I have hundreds of in-game shots that I made into splash and mission screens...
Logged

zabutcher

  • member
  • Offline Offline
  • Posts: 6
Re: Screenchanger MOD Version 3.0
« Reply #8 on: June 13, 2011, 08:55:20 AM »

Didn't quite follow all of that but I'll experiment with it a bit... I really want to get that going again for my install as I have hundreds of in-game shots that I made into splash and mission screens...
its good working with 00_Ecran_Wide,
simply extract this to il-2 root folder and start with "\background\IL2FB - NewBG.bat"
Logged
Pages: [1]   Go Up
 

Page created in 0.041 seconds with 26 queries.