Special Aircraft Service

Please login or register.

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

Author Topic: Change your 4.12 menu background!  (Read 17359 times)

0 Members and 1 Guest are viewing this topic.

SAS~Gerax

  • SAS Team
  • member
  • Offline Offline
  • Posts: 4765
Change your 4.12 menu background!
« on: November 10, 2014, 04:06:59 PM »

Change your 4.12 menu background!

following this request here:
https://www.sas1946.com/main/index.php/topic,43499.0.html

I did a little search and got this when extracting 4.12s files.sfs:



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

How to change this?

I copied the text from Storebros's post here, starting with "splashscreen":
https://www.sas1946.com/main/index.php/topic,37662.msg416705.html#msg416705
as this here is very similar, changed the text a little bit.

Thank you Mike: for the text and your help with this!  ;)

The Games menus chooseable backgrounds reside in the "gui" folder
of the game's file structure, which means if you wanna use
your own Background(s) you first have to setup a regarding
own Mod folder like this:

Code: [Select]
<Your Game's Folder Name>\#SAS\<name for your Background Mod>\gui
Please replace "<Your Game's Folder Name>" by the folder name
where your game is installed, e.g. "C:\IL2\Modact 5" and replace
"<name for your Background Mod>" by what it tells you,
e.g. "MyCustomBackgrounds". In the Mod I uploaded below I have: "Backgrounds_TEST".

All 4 Backgrounds exist in two variations,
both "normal" (i.e. 4:3) aspect ratio
and "wide" (e.g. 16:9) aspect ratio.

In stock 4.12 these two variations exist for 4 countries "hangar scenes",
German (de),  Japan (jp), Russian (ru) and English/USA (en).

Each background 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 Background Image, you have
to create the set of ".mat" file(s) for the Country required and the
corresponding ".tga" image file(s) for the aspect ratio(s) required.

The safest way is to create files for all 4 countries and aspect ratios,
the same way as Modact 5 does.

For the Background Images the file names required for the ".mat" files are:

Code: [Select]
gui_background_de.mat
gui_background_en.mat
gui_background_jp.mat
gui_background_ru.mat
wide_gui_background_de.mat
wide_gui_background_en.mat
wide_gui_background_jp.mat
wide_gui_background_ru.mat

The dimension (width/height)of the stock images is 1024x512,
the "normal" pics will be scaled to 4:3, "wide_" to 16:9.   

The content of such a ".mat" file looks like this:

Code: [Select]
[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 Backgrund Image
(TGA 24bpp uncompressed <4MB) file.

In my download I used the same names for TGAs the mat files have.

But this can be changed:
For instance if your Background Image is "Spitfire_attack.tga"
then the content of the ".mat" file would be:

Code: [Select]
[ClassInfo]
  ClassName TMaterial
[Layer0]
  TextureName Spitfire_attack.tga
  tfNoWriteZ 1
  tfNoDegradation 1
  tfMinLinear 1
  tfMagLinear 1

And so each ".mat" file points to a corresponding image.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Download my Test version as I have it for my setup:
4.12 MA5.30, 4:3 screen with 1280x1024 resolution.
and see how I did it. This should help to understand
the text above ..  ;D but sadly I can't test "wide screen"
so for a different setup you have to create your own
background images mod following the text above.  :-X

btw: you can have this as "standalone" mod or you can combine
it with some splashscreen mod, the folder structure is the same.

DL Backgrounds_TEST mod with Backgrounds for 4:3 1280x1024 screen:
https://www.mediafire.com/download/ag36moqh2832jq7/Backgrounds_TEST.7z

For 4.12 ModAct 5.xx: extract the 7z and copy/move the mod
"Backgrounds_TEST" into #SAS.

For 412-TFM: extract the 7z and copy/move the mod
"Backgrounds_TEST" into #SAS.

For HSFX7: extract the 7z and copy/move the mod "Backgrounds_TEST"
into either /mods folder or copy/move the mat and tga files from
"Backgrounds_TEST/gui" into /files/gui. I tested it in /mods folder, works flawlessy.
 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


My backgrounds now looks like this:



change it here:



and get a new one  ;):



make it transparent (User Interface color = 6, User Interface Detail = 1):




Have fun.  :)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

To dl more background (and startscreen) pics go here,
GUI mod for 4.12 by vpmedia:  ;)
https://www.sas1946.com/main/index.php/topic,43590.0.html

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

To get all the stock 412 start-pics dl this file (see reply #13):
https://www.mediafire.com/download/sa7rv7uc404hpa3/412_start_tgas_as_jpgs.7z


Logged
i7-13700K, MSI RTX4090, Kingston 64GB, Asus Z790-P, Crucial SSD 1TB, Kingston SSD 4TB;

vpmedia

  • Modder
  • member
  • Offline Offline
  • Posts: 6652
  • www.vpmedia.hu/il2
    • VPMEDIA SKINS
Re: Change your 4.12 menu background!
« Reply #1 on: November 10, 2014, 10:42:05 PM »

Thanks a lot! :)

My new german menu background, looks way better then the stock one:



I selected this for the russians:



I also put together a set of loading screens without text, just a logo, same artist



They're all 1440*900, 24bit tga, for 16:10 screens, shall I upload these?

cgagan

  • SAS Team
  • member
  • Offline Offline
  • Posts: 5742
Re: Change your 4.12 menu background!
« Reply #2 on: November 10, 2014, 11:36:05 PM »

Gerhard, many thanks!!!!
Istvan, yes, please...
Logged

SAS~Gerax

  • SAS Team
  • member
  • Offline Offline
  • Posts: 4765
Re: Change your 4.12 menu background!
« Reply #3 on: November 10, 2014, 11:46:12 PM »

Istvan, I have all this Truds ..   ;D
but maybe others want to use them.  ;)

btw: the german background is superb.
Logged
i7-13700K, MSI RTX4090, Kingston 64GB, Asus Z790-P, Crucial SSD 1TB, Kingston SSD 4TB;

LuseKofte

  • member
  • Offline Offline
  • Posts: 6937
Re: Change your 4.12 menu background!
« Reply #4 on: November 11, 2014, 01:11:56 AM »

Yes the german one wass good, but I like those Russian dumps-truck´s so my favorite is the LA-5
Logged

vpmedia

  • Modder
  • member
  • Offline Offline
  • Posts: 6652
  • www.vpmedia.hu/il2
    • VPMEDIA SKINS
Re: Change your 4.12 menu background!
« Reply #5 on: November 12, 2014, 12:57:01 AM »

I got an extra set of loading screens, large part of it are works of the IL-2 community screenshot artist:



I also plan to share that large il-2 edited screenshot collection from which many of these images were selected. I need to do one more check and I will upload everything tomorrow.

The Radge

  • Modder
  • member
  • Offline Offline
  • Posts: 1023
Re: Change your 4.12 menu background!
« Reply #6 on: November 12, 2014, 01:39:00 AM »

That's really so cool! :)
Logged

Knochenlutscher

  • Flying Ass Clown #10
  • Modder
  • member
  • Offline Offline
  • Posts: 4449
  • aka Segfej
Re: Change your 4.12 menu background!
« Reply #7 on: November 12, 2014, 02:26:24 AM »

They're szép/beautifull.
Thanks to Gerax sharing this nifty Tool
Logged
Wiseman : "Did you speak the exact words?" Ash : "Look, maybe I didn't say every single little tiny syllable, no. But basically I said them, yeah."

BOYAN

  • member
  • Offline Offline
  • Posts: 434
Re: Change your 4.12 menu background!
« Reply #8 on: November 12, 2014, 12:08:48 PM »

Thank you mr. Gerax for realising the request!

I`m on 4.12 MA5.3, 1680x1050. I had to name tga and mat file the same name for it to work (wide_gui_background_en). Works great from splash screen mod folder also, no need for separate folder. I`ll use the same picture for splash and gui for now (1680x1050, no need for resizing or stretching or squeezing any of them, user interface color set to 6 for best transparency...):



Found the pic here, great site: http://www.warbirddepot.com/
Logged

Tony4mori

  • member
  • Offline Offline
  • Posts: 190
Re: Change your 4.12 menu background!
« Reply #9 on: November 16, 2014, 07:49:35 AM »

if you want you can find beautiful pictures on my background:


http://www.mission4today.com/index.php?name=Downloads&file=details&id=4792
Logged

stockplane

  • member
  • Offline Offline
  • Posts: 120
Re: Change your 4.12 menu background!
« Reply #10 on: November 29, 2014, 03:49:20 PM »

Great work, thanks!

If is possible , please , a information: i wish extract the main background of 4.12 ( the initial background ).

Is possible and where it is located, i presume in a sfs file.

Thanks for any informations about.

Best Regards.
Logged

SAS~Gerax

  • SAS Team
  • member
  • Offline Offline
  • Posts: 4765
Re: Change your 4.12 menu background!
« Reply #11 on: November 29, 2014, 07:26:43 PM »

about the startscreen backgrounds pics:

They all are in the file "files.sfs", "hidden" there as alfanumeric files
(you know this FE89070DAF9708D stuff).

I extracted all of them with SFS-Extractor 3.1 by PAL,
deleted all with 1KB-8KB size and when renaming the rest
then as tgas I got the background pics. Its that easy.   :)

DL the 7z file, inside you have all orig 412 start-pics.  ;)
https://www.mediafire.com/download/sa7rv7uc404hpa3/412_start_tgas_as_jpgs.7z

They come in this size formats, when you want
to resize them, use Irfan view. With this tool
yu also can convert them to tgas if needed.
(I converted them to jpg's to have a smaller 7z file!)



Logged
i7-13700K, MSI RTX4090, Kingston 64GB, Asus Z790-P, Crucial SSD 1TB, Kingston SSD 4TB;
Pages: [1] 2   Go Up
 

Page created in 0.074 seconds with 26 queries.