[REL] Tv Plugin

Discussion in 'Other' started by Gerald Jacobson, May 12, 2014.

  1. Gerald Jacobson

    Gerald Jacobson Registered

    Joined:
    Jan 26, 2013
    Messages:
    827
    Likes Received:
    18
    You can't but thz is a shortcut To reload ini file in rf2, so you see the effect of your modification without leaving and restarting rf2. The default shortcut is "Right Alt + UP"
     
    Last edited by a moderator: Aug 19, 2014
  2. hamiltonfan2205

    hamiltonfan2205 Registered

    Joined:
    Feb 2, 2013
    Messages:
    506
    Likes Received:
    5
    I tried relaunchig at least 5 times, no difference
     
  3. Gerald Jacobson

    Gerald Jacobson Registered

    Joined:
    Jan 26, 2013
    Messages:
    827
    Likes Received:
    18
    Did you have the issue with a custom ui or with the provided ui. Have you updated some file before the bug occurs ?
     
  4. hamiltonfan2205

    hamiltonfan2205 Registered

    Joined:
    Feb 2, 2013
    Messages:
    506
    Likes Received:
    5
  5. Gerald Jacobson

    Gerald Jacobson Registered

    Joined:
    Jan 26, 2013
    Messages:
    827
    Likes Received:
    18
    What changed between the time it works and now ? rF2 build, Plugin TV Version ? other?...

    And be sure you have the last plugin version (redownload and compare dll)
     
    Last edited by a moderator: Aug 18, 2014
  6. hamiltonfan2205

    hamiltonfan2205 Registered

    Joined:
    Feb 2, 2013
    Messages:
    506
    Likes Received:
    5
    Both have changed
     
  7. Gerald Jacobson

    Gerald Jacobson Registered

    Joined:
    Jan 26, 2013
    Messages:
    827
    Likes Received:
    18
    Someone else have crash with the last version?
     
  8. Nope - using the 64bit version here.
     
  9. Sweed

    Sweed Registered

    Joined:
    Jun 9, 2014
    Messages:
    8
    Likes Received:
    0
    Hello Gerald,

    Many thanks for your great job. I don't have any crash for the moment with the 2.2.7 x64.

    I'm working on a template for my league (RacingFR-Online) and I have an issue with the Compare3Driver widget, the driver number always appears even if I set "available" to 0.
    Also the text.font.color.id doesn't have any effect on the driver 2, I've tried it with the Name and Number and it stays white.
     
  10. Gerald Jacobson

    Gerald Jacobson Registered

    Joined:
    Jan 26, 2013
    Messages:
    827
    Likes Received:
    18
    i have checked my code and it seem ok as i read the available value in those 3 sections
    Code:
    [Compare3Driver.Driver1.Number]
    available=1
    
    [Compare3Driver.Driver2.Number]
    available=1
    
    [Compare3Driver.Driver3.Number]
    available=1
    
    It is because you have let the two lines used to override color and font for the viewed driver
    Code:
    [Compare3Driver]
    viewed.driver.text.font.id=6
    viewed.driver.text.font.color.id=1
    
    Comment those two lines and i should work
    Code:
    [Compare3Driver]
    // viewed.driver.text.font.id=6
    // viewed.driver.text.font.color.id=1
    
     
  11. Sweed

    Sweed Registered

    Joined:
    Jun 9, 2014
    Messages:
    8
    Likes Received:
    0
    Thanks Gerald, putting in comment the viewed.driver.text worked perfectly.

    I've tested again but the Driver Number and I still have the issue.
    If I put "available=0" I have the pilot number displayed, and it doesn't changes when I switch the camera from a pilot to another one.
    If I put "available=1" I have the pilot number displayed, and it changes when I switch the camera from a pilot to another one.
     
  12. Gerald Jacobson

    Gerald Jacobson Registered

    Joined:
    Jan 26, 2013
    Messages:
    827
    Likes Received:
    18
    Ok, i will check and made a fix quickly
     
  13. Gerald Jacobson

    Gerald Jacobson Registered

    Joined:
    Jan 26, 2013
    Messages:
    827
    Likes Received:
    18
    V2.2.8 Available
    Fix this bug
     
  14. Sweed

    Sweed Registered

    Joined:
    Jun 9, 2014
    Messages:
    8
    Likes Received:
    0
    Thanks for your efficiency.
     
  15. hamiltonfan2205

    hamiltonfan2205 Registered

    Joined:
    Feb 2, 2013
    Messages:
    506
    Likes Received:
    5
    Btw a suggestion, in the session status widget I suggest putting something in that tells you when the safety car is coming out, as it would be helpful if you initially know rather than having to wait for the safety car to actually come out before you know
     
  16. Gerald Jacobson

    Gerald Jacobson Registered

    Joined:
    Jan 26, 2013
    Messages:
    827
    Likes Received:
    18
    Ok, i will do it. What is the best way to trigger the safety car (to be able to test) ?
     
  17. Sweed

    Sweed Registered

    Joined:
    Jun 9, 2014
    Messages:
    8
    Likes Received:
    0
    To make the safety car going out use the command /throwyellow [<laps>]
    /throwyellow [<laps>] // admin/server command starts a fullcourse caution for the given number of laps (must be at least 2). If laps is not given, normal randomized value will apply.

    It works on online races, I've never tried it offline. You must be administrator to run this command.
     
  18. Gerald Jacobson

    Gerald Jacobson Registered

    Joined:
    Jan 26, 2013
    Messages:
    827
    Likes Received:
    18
    Plugin v2.3.0 Available

    - Can display an image when the session is under "Full Yellow / Safety car"

    WidgetSessionStatus updated: New section added
    Code:
    [Session Status.Safety]
    available=1
    image.id=34
    image.left=10
    image.top=2
    // use a white color to do not change the original image colors
    image.color.id=1
    //image.width=50
    //image.height=10
    
     
  19. hamiltonfan2205

    hamiltonfan2205 Registered

    Joined:
    Feb 2, 2013
    Messages:
    506
    Likes Received:
    5
    Another suggestion, you make it so the scrolling banner doesn't scroll but cycles through the standings with like 5 drivers at a time, just like in real F1. Secondly, in real F1, for each team, it has a colour line by the 3 letter code in the scrolling banner and the tower, I know it is possible to do this in this tv style but im struggling to work out how. Thirdly, a minor issue, I type in 3 letter codes in the "drivers" ini but it doesn't seem to be reading the 3 letter codes from that?
     
  20. Gerald Jacobson

    Gerald Jacobson Registered

    Joined:
    Jan 26, 2013
    Messages:
    827
    Likes Received:
    18
    For the Scrolling Banner widget, did you set "useThreeLetter=1" in the [Scrolling Banner.DriverName] section ?
    For the Tower widget, did you set "useThreeLetter=1" in the [Tower.DriverName] section ?

    As the TV plugin use color for the category, you can use a trick (in mono category, like F1) -> define a category per team (using the vehicle names as key) and so define for each category a color.
     

Share This Page