Bug Things not working in hud_options.xml

Discussion in 'Community Support' started by ChatCureuil, Dec 3, 2017.

  1. ChatCureuil

    ChatCureuil Well-Known Member

    Joined:
    Feb 10, 2017
    Ratings:
    +308 / 0 / -0
    I'm developing this tool to modify the xml file and listed the things I've tested but are not working like expected, or the features that could be nice to add.

    Moving this placeholders has no effect
    • Flags: flags are still displayed on top left.
    • Driver Name Tags: drivers list is still displayed on left.
    • Mini MoTec: still displayed on bottom right.
    • Car Status: what should it move? (seems to be old stuff to remove)
    • Apexhunt Display: what should it move? (seems to be old stuff to remove)

    Moving this anchors has no effect
    • FFB Meter: anchor is forced by R3E to bottom left.
    • Input Meter: anchor is forced by R3E to bottom left.

    Resizing beyond x1
    Actually we can't resize placeholders beyond x1 (I only tested Virtual Mirror, Track Map and Position Bar).
    In VR it seems Virtual Mirror is very small so it could be helpful to add this feature.

    Missing placeholders for
    • Slow Down message.
    • Penalty/warning big box message (over the mirror actually).
    • Chat message.
    • Box at middle bottom showing our lap time.
    • Pit menu.
    • Pit icon (when a pit stop is pending).
    • In pit lane: pit speed limit/current.
    • In pit lane: distance to the stop sign.

    Problems when moving elements to other screens
    • Actually we can't move elements on side screens except if they are on the inside edge (X = -1 or X = 1). Except for FFB Meter, but this one doesn't respect X coordinate. See here. Also FFB Graph in triple screen is 3x larger than in single, I'm not sure if this is wanted.

    XML format
    • "CarStatus Anchor" is written without a space, unlike "Car Status Position" and "Car Status Size".
    • XML file is not actually using the benefits of this format, it looks like a binary stream written in XML nodes instead of an organized structure making reads and writes easy.
    Code:
    <xml>
    
       <hud_element>
     
           <name><![CDATA[MoTeC]]></name>
     
           <position>1.2458798456 1</position>
           <anchor>1 -1</anchor>
           <size>1 1</size>
     
           <option>
               <name><![CDATA[Show in cockpit]]></name>
               <value type="bool">true</value>
           </option>
     
           <option>
               <name><![CDATA[Show]]></name>
               <value type="bool">true</value>
           </option>
     
       </hud_element>
     
       <hud_element>
           <!-- And so on for other hud elements... -->
       </hud_element>
     
       <!-- Options not related with a hud element. -->
       <option>
           <name><![CDATA[Position Bar Display Setting]]></name>
           <value type="int32" range="1 3">3</value>
       </option>
     
       <option>
           <name><![CDATA[Replay overlay show setting]]></name>
           <value type="bool">true</value>
       </option>
     
    </xml>
    
     
    • Like Like x 3
    • Informative Informative x 2
    Last edited: Jul 7, 2018
  2. Karting06

    Karting06 Well-Known Member Beta tester

    Joined:
    Nov 15, 2016
    Ratings:
    +128 / 0 / -0
    • "Car Status": what should it move? --> doesn't exist anymore (apparantly)
    • "Apexhunt Display": what should it move?
      • It's removed, unfortunately :( (see picture in attachment of what it looked like back then)
      • Apex hunt was (if I remember correctly) a method to learn a track, to learn the ideal line.
    You can move virtual mirror to the right, it looks more like in a real car: [​IMG]

    I will report your findings, by the way ;)
     

    Attached Files:

    • Informative Informative x 1
  3. Adnanso

    Adnanso New Member

    Joined:
    Sep 16, 2016
    Ratings:
    +0 / 0 / -0
    Not really a bug, but I would like to have an option to change the color of text elements in the HUD, especially the gap info in the horizontal bar (almost invisible in VR)
     
  4. AleGadea

    AleGadea New Member

    Joined:
    Sep 1, 2018
    Ratings:
    +0 / 0 / -0
    Hi!

    I'm getting the "installing an untrusted application" message, anyone know how can I solve this?; I tried pretty much everything I guess...

    Thanks!
     
  5. ChatCureuil

    ChatCureuil Well-Known Member

    Joined:
    Feb 10, 2017
    Ratings:
    +308 / 0 / -0
    Hi, just for info, the application topic is here : https://forum.sector3studios.com/index.php?threads/r3e-hud-manager.9774/

    To pass the "untrusted application" warning you have a button in this dialog window, called like "advanced" or something close (depending of your Windows version) where you can choose to install it anyway.

    This warning is here cause I'm not interested in paying for a certificate to remove it. If people don't trust me, they can check the source code and compile it themselves, that's my trusting certificate. :D
     
    Last edited: Sep 1, 2018