rFactor2 - LiveMonitor and Hotlaps Released

Discussion in 'Plugins' started by vyrush, Feb 18, 2012.

  1. Valbuena72

    Valbuena72 Registered

    Joined:
    Dec 23, 2011
    Messages:
    194
    Likes Received:
    0
    error post
     
  2. vyrush

    vyrush Registered

    Joined:
    Jan 9, 2012
    Messages:
    210
    Likes Received:
    3
    @lucky06 - You can manually create the database. Just export the race.sql, records.sql and sessioninfo.sql into the database.
    does the rFactor2 LiveMonitor.dll generate a logfile in the directory c:\LiveMonitorLog ?

    I am releasing v2.0.0.0 today.. so maybe you can try that...

    @Valbeuna72 - i haven't tried it in rFactor1, but there are variables, which might not work for rFactor. but i am think to make one similar for rFactor1 too.. since lot of people are still using rF1
     
  3. vyrush

    vyrush Registered

    Joined:
    Jan 9, 2012
    Messages:
    210
    Likes Received:
    3
    New version released.
    Please check 1st post
    thank you
     
  4. Valbuena72

    Valbuena72 Registered

    Joined:
    Dec 23, 2011
    Messages:
    194
    Likes Received:
    0
    Thank's a reply.
    I tried, it did not work.
    but I enjoyed the live view operation
    it's very simple!
     
  5. vyrush

    vyrush Registered

    Joined:
    Jan 9, 2012
    Messages:
    210
    Likes Received:
    3
    What is the error that you are getting?
     
  6. vyrush

    vyrush Registered

    Joined:
    Jan 9, 2012
    Messages:
    210
    Likes Received:
    3
    Did you try the new version?
    send me a PM or mail me with screenshots of what is the problem.

    Check 1st post for new version v2.0.0.0
     
  7. B1gch0pper

    B1gch0pper Registered

    Joined:
    Jan 11, 2012
    Messages:
    32
    Likes Received:
    0
    All installed and working great fella!
    Many thanks FG, keeps getting better and better...
    Im off to do a few laps in the GT1 @ Mills A I think, time to beat my PB ;o)
    Thanks again matee, seems to be smooth as silk
     
  8. nickbalti

    nickbalti Registered

    Joined:
    Jan 12, 2012
    Messages:
    383
    Likes Received:
    8
    Really wish my hosting company allowed me to do it properly. It's broke again but I guess it just wasn't meant to be :(
     
  9. vyrush

    vyrush Registered

    Joined:
    Jan 9, 2012
    Messages:
    210
    Likes Received:
    3
    at Nickbalti.. If you dont really need to use a webhosting service to show liveMonitor.
    You can do it locally on your PC.. as long as your run the server on your machine, and the same machine has a mysql database. you can have livemonitor to work

    for instance, we are running a server on one of the machine's here locally
    http://msr.getmyip.com:8282/LiveMonitor/

    Check your Inbox.. you got mail.

    Thanks
    Fahad
     
  10. nickbalti

    nickbalti Registered

    Joined:
    Jan 12, 2012
    Messages:
    383
    Likes Received:
    8
    Replied :)
     
  11. nickbalti

    nickbalti Registered

    Joined:
    Jan 12, 2012
    Messages:
    383
    Likes Received:
    8
  12. vyrush

    vyrush Registered

    Joined:
    Jan 9, 2012
    Messages:
    210
    Likes Received:
    3
    ah great that you got it work..
    well the livemonitor doesn't actually identify each car by its skins.. it just uses only the category name..
    if you want to modify the icons..
    go to your livemonitor folder in wampp, then inside images\icons folder.. you should have all the vehicles there..
     
  13. nickbalti

    nickbalti Registered

    Joined:
    Jan 12, 2012
    Messages:
    383
    Likes Received:
    8
    Does any car class show each individual skin?

    Thank you for your hard work.

    I used xampp instead of wamp!
     
  14. vyrush

    vyrush Registered

    Joined:
    Jan 9, 2012
    Messages:
    210
    Likes Received:
    3
    not currently nick.. but possible in the future release mate..
     
  15. juan_fr

    juan_fr Registered

    Joined:
    Mar 28, 2012
    Messages:
    10
    Likes Received:
    0
    GREAT WORK VYRUSH !

    Now we can automate the start-up of the services, and it works ;)

    For those who want to automate the start up, must see that if the rFactor server is already running the logger dont start. So must delete the *.xml files first.

    This is a startup script, save it "start.CMD" and use the windows scheduler.

    Code:
    TIMEOUT /T 2
    START /DC:\LiveMonitor\LM1\ LiveMonitor.exe
    TIMEOUT /T 5
    START /DC:\LiveMonitor\LM2\ LiveMonitor.exe
    TIMEOUT /T 5
    START /DC:\LiveMonitor\LM3\ LiveMonitor.exe
    : TIMEOUT /T 5
    : START /DC:\LiveMonitor\LM4\ LiveMonitor.exe
    : TIMEOUT /T 5
    : START /DC:\LiveMonitor\LM5\ LiveMonitor.exe
    : TIMEOUT /T 5
    : START /DC:\LiveMonitor\LM6\ LiveMonitor.exe
    : TIMEOUT /T 5
    : START /DC:\LiveMonitor\LM7\ LiveMonitor.exe
    : TIMEOUT /T 5
    : START /DC:\LiveMonitor\LM8\ LiveMonitor.exe
    : TIMEOUT /T 5
    : START /DC:\LiveMonitor\LM9\ LiveMonitor.exe
    : TIMEOUT /T 5
    : START /DC:\LiveMonitor\LM10\ LiveMonitor.exe
    TIMEOUT /T 10
    del c:\LiveMonitorLog\*.xml
    
    In this example, it starts 3 monitors. Then, after starting all the monitors, the script simply delete the XML files and all monitors goes online.
     
  16. nickbalti

    nickbalti Registered

    Joined:
    Jan 12, 2012
    Messages:
    383
    Likes Received:
    8
    What does that exactly do?
     
  17. nickbalti

    nickbalti Registered

    Joined:
    Jan 12, 2012
    Messages:
    383
    Likes Received:
    8
    No issues. Thank you so much again!!
     
  18. juan_fr

    juan_fr Registered

    Joined:
    Mar 28, 2012
    Messages:
    10
    Likes Received:
    0
    If you have a dedicated server online 24h/365d , which automaticaly starts whith windows (when a windows update restart the system), then you need this script (or someone differento to do the same) to automaticaly start the livemonitors ...
     
  19. vyrush

    vyrush Registered

    Joined:
    Jan 9, 2012
    Messages:
    210
    Likes Received:
    3
    Thanks a Juan.. :)

    Btw, the first update is available. Only a single line of error fixed. Pls update
    Thanks
     
    Last edited by a moderator: Apr 10, 2012
  20. vyrush

    vyrush Registered

    Joined:
    Jan 9, 2012
    Messages:
    210
    Likes Received:
    3
    Next Update:
    Since a lot of people are still using rFactor1, I will make the LiveMonitor compatible with rFactor1 too..
     

Share This Page