+ Reply to Thread
Results 1 to 4 of 4

Thread: LCD mode in the game

  1. #1
    Val Hoggard's Avatar
    Val Hoggard is offline Quacked up Honky
    Join Date
    Jan 2011
    Location
    Prescott, AZ
    Posts
    748

    Default LCD mode in the game

    Guys,
    I use the rfDynHud plugin with success and I am trying to set up my RF LCD in the game so it only shows pit info, status of tires, and standings since I have all the other info I need.

    When I try to manipulate the code below in my PLR file, I can't stop the following from coming up in my LCD during race: 2=aids, 8=race info, and the 4=engine/brake temps.

    LCD Display Modes="31" // Add the modes to allow them: 1=status 2=aids 4=engine/brake temps 8=race info 16=standings

    What is the correct sequence to put in the LCD Display Modes="31" so I can eliminate the unwanted huds? From what I have determined, Modes="#" will only take a single number... have no idea what that number would be, if there is one, for the combo I want.

    Thanks,
    Val
    Miskatonic Motorsports Skins
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Two can live as cheap as one for half the time...

  2. #2
    smokee's Avatar
    smokee is offline Aaron DeMarre
    Join Date
    Mar 2010
    Location
    Bothell, WA
    Posts
    2,504

    Default

    I am guessing they are bitflags. Try "17" and you should only get "status" and "standings", 1 + 16

  3. #3
    corsa's Avatar
    corsa is offline Eric Elliott
    Join Date
    Feb 2009
    Location
    Lincoln, NE
    Posts
    1,252

    Default

    Yep, what Aaron said... just add up the values of what you want to keep, and use that as the number.
    Eric Elliott - North American LMS Admin
    Terrapin Racing #224 Courage C65 Mazda
    CMS Rally Team #986 "corsa"

  4. #4
    Val Hoggard's Avatar
    Val Hoggard is offline Quacked up Honky
    Join Date
    Jan 2011
    Location
    Prescott, AZ
    Posts
    748

    Default

    Thanks! You guys are awesome!

    I put in the 17 and it worked PERFECTLY! Thank you Aaron and Eric!
    Last edited by Val Hoggard; 03-22-2011 at 05:09 PM. Reason: 17 worked perfectly!! Thank you!
    Miskatonic Motorsports Skins
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Two can live as cheap as one for half the time...

+ Reply to Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts