Special Aircraft Service

Please login or register.

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

Author Topic: HUD Log moved to bottom right corner of the screen  (Read 8070 times)

0 Members and 1 Guest are viewing this topic.

SAS~Storebror

  • Editor
  • member
  • Offline Offline
  • Posts: 23878
  • Taking a timeout
    • STFU
HUD Log moved to bottom right corner of the screen
« on: May 26, 2014, 05:36:09 AM »

Hi Folks,

Resulting from a request by steven197106, The Radge and gauderio, this mod is meant to move the HUD Log to the bottom right corner of the screen.
Furthermore it gives the ability to configure a few additional parameters like max. log lines to be displayed and color values for the log messages.
For detailed instructions please see readme.txt:

Code: [Select]
******************************************************************************************************************
*                                   Installation Instructions:                                                   *
******************************************************************************************************************


1.) Copying of files (depending on your game version):

1a.) Modact 5 users (IL-2 4.12)              :   Extract the folder "HUD Log Bottom Right 4.12" of this mod to
                                                 the "#SAS" folder of your game and proceed with step 2.)
                                               
1b.) HSFX 7 users (IL-2 4.12)                :   Extract the folder "HUD Log Bottom Right 4.12" of this mod to
                                                 the "MODS" folder of your game and proceed with step 2.)
                                               
                             ***************************************
                            * The following Installation steps are  *
                            * for outdated base game versions only. *
                            * You don't need this if you don't know *
                            *    what we're talking about here!     *
******************************************************************************************************************
*                                                                                                                *
* 1c.) Modact 4 users (IL-2 4.11)            :   Extract the folder "HUD Log Bottom Right 4.11" of this mod to   *
*                                                the "#SAS" folder of your game and proceed with step 2.)        *
*                                                                                                                *
* 1d.) HSFX 6 users (IL-2 4.11)              :   Extract the folder "HUD Log Bottom Right 4.11" of this mod to   *
*                                                the "MODS" folder of your game and proceed with step 2.)        *
*                                                                                                                *
* 1e.) Modact 3 users (IL-2 4.10)            :   Extract the folder "HUD Log Bottom Right 4.10" of this mod to   *
*                                                the "#SAS" folder of your game and proceed with step 2.)        *
*                                                                                                                *
* 1f.) DBW users (IL-2 4.10)                 :   Extract the folder "HUD Log Bottom Right 4.10" of this mod to   *
*                                                the "#DBW" folder of your game and proceed with step 2.)        *
*                                                                                                                *
* 1g.) Ultrapack 3 users (IL-2 4.10)         :   Extract the folder "HUD Log Bottom Right 4.10" of this mod to   *
*                                                the "#UP#" folder of your game and proceed with step 2.)        *
*                                                                                                                *
* 1h.) HSFX 5 users (IL-2 4.10)              :   Extract the folder "HUD Log Bottom Right 4.10" of this mod to   *
*                                                the "MODS" folder of your game and proceed with step 2.)        *
*                                                                                                                *
* 1j.) Modact 2 users (IL-2 4.09),           :   Extract the folder "HUD Log Bottom Right 4.09" of this mod to   *
*      Ultrapack 2 users (IL-2 4.09),            the "MODS" folder of your game and proceed with step 2.)        *
*      HSFX 4 users (IL-2 4.09)                                                                                  *
*                                                                                                                *
******************************************************************************************************************
                            *  End of outdated game versions part,  *
                            *  the following instructions apply to  *
                            *          all users again!             *
                             ***************************************

2.) (Optionally):
    Open conf.ini (you find this file in your IL-2 Game Folder).
    Add or edit the following section:
   
    [Mods]
    HUDLogLines=<Maximum Number of HUD Log Lines, default is "3">
    HUDLogColor1=<AABBGGRR>
    HUDLogColor2=<AABBGGRR>
    HUDLogBottomColor1=<AABBGGRR>
    HUDLogBottomColor2=<AABBGGRR>

    Where "<AABBGGRR>" represents an inverted RGBA value in hexadecimal notation,
    meaning that the first two characters define the transparency level reaching from 00 (transparent)
    to FF (opaque), the next two characters define the blue portion of the color etc.
    "HUDLogColor1" is the initial color of "normal" log messages, per default this is
    opaque white (FFFFFFFF).
    "HUDLogColor2" is the final color of "normal" log messages, per default this is
    opaque blue (FFFF0000).
    "HUDLogBottomColor1" is the initial color of "bottom" log messages (usually WEP engagement), per
    default this is opaque red (FF0000FF)
    "HUDLogBottomColor2" is the final color of "bottom" log messages (usually WEP engagement), per
    default this is opaque yellow (FF00FFFF)
   
    The default values would be this:

    [Mods]
    HUDLogLines=3
    HUDLogColor1=FFFFFFFF
    HUDLogColor2=FFFF0000
    HUDLogBottomColor1=FF0000FF
    HUDLogBottomColor2=FF00FFFF
   
##################################################################################################################
#                                                                                                                #       
#             CAUTION: THIS MOD IS INCOMPATIBLE WITH ANY OTHER KIND OF HUD MOD, E.G. "VISUAL MOD 8"              #
#                                                                                                                #       
##################################################################################################################


******************************************************************************************************************
*                                                  Contents:                                                     *
******************************************************************************************************************

This mod moves the HUD to the bottom right edge of the screen.

******************************************************************************************************************
*                                                  Credits:                                                      *
******************************************************************************************************************

Credits:
- Original 3D & code by 1C/Maddox.
- Idea by steven197106 / gauderio / The Radge
- Java Code by SAS~Storebror

**********
Changelog:

Version 1.00:
- Initial official Release Version, Backward compatibility for 4.11, 4.10 and 4.09 added

Beta 04:
- User configurable log colors (through conf.ini) implemented

Beta 03:
- Overlapping bottom line in NTRK playback (recording time displayed) fixed

Beta 02:
- Bug fixed where WEP messages overlap with bottom log line
- Log messages fade away instead of just disappearing

Beta 01:
- Initial WIP release for 4.12.2m + Modact 5.3 / HSFX 7 only.


Download Link for the "HUD Log Bottom Right" mod v1.00 (81kB)
HUD Log Bottom Right v1.00(Mediafire)

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

The Radge

  • Modder
  • member
  • Offline Offline
  • Posts: 1023
Re: HUD Log moved to bottom right corner of the screen
« Reply #1 on: May 26, 2014, 06:10:17 AM »

Thank you very much, Mike, for your labour! :)
Logged

hadji4

  • member
  • Offline Offline
  • Posts: 113
Re: HUD Log moved to bottom right corner of the screen
« Reply #2 on: May 26, 2014, 03:14:05 PM »

Thank you very much, Mike
Logged

BravoFxTrt

  • "BIGFOOT"
  • Modder
  • member
  • Offline Offline
  • Posts: 13433
  • Flying Ass Clown #13
Re: HUD Log moved to bottom right corner of the screen
« Reply #3 on: May 27, 2014, 11:21:45 AM »

Thank you very much Mike.
Logged
MSI R9 280X 6GB x2/Crossfire /ASUS M5A99FX PRO R2.0 Mobo/AMD FX 4170 Bulldozer 4core CPU/RAM Kingston HyperX FURY 16GB/ Corsair RM 1000WATT PSU/Windows 10 Enterprise 64bit

'MadDog'

  • member
  • Offline Offline
  • Posts: 315
Re: HUD Log moved to bottom right corner of the screen
« Reply #4 on: May 27, 2014, 11:54:02 AM »

Sounds really good Mike, shame about being incompatible with VisualMod8 which I just love, it's got so much to it. I believe the essence of what you've done here is going to be part of 4.13 anyway, correct me if I am wrong.
Logged

SAS~Storebror

  • Editor
  • member
  • Offline Offline
  • Posts: 23878
  • Taking a timeout
    • STFU
Re: HUD Log moved to bottom right corner of the screen
« Reply #5 on: May 28, 2014, 03:45:54 AM »

Partly it has been confirmed to be implemented in 4.13, in particular you should be able to select whether the HUD log will be at the bottom or not.
The maximum number of log lines, "fading" of lines instead of sudden disappearing and log color selection have not been reported to be part of 4.13 yet, but let's see what time will tell.

I'm sure Pablo will implement this in further Visual Mod versions as well, the source is available on our development repository and it's well documented so anyone willing to adopt it can easily do so.

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

Danziger

  • member
  • Offline Offline
  • Posts: 234
Re: HUD Log moved to bottom right corner of the screen
« Reply #6 on: December 01, 2014, 02:10:21 PM »

Glad I found this! Now is there any way to move the subtitles to the bottom of the screen?
Logged
Dell Inspiron 7559. Windows 10 64. Intel I7-6700HQ@2.6GHz. 16GB RAM. NVIDIA GeForce GTX960M 4GB GDDR5.
Pages: [1]   Go Up
 

Page created in 0.034 seconds with 26 queries.