[REL] rFactor2 Log Analyzer ver. 2. With offline and league Championship Manager

Discussion in 'Other' started by Nibo, Apr 15, 2015.

  1. Nibo

    Nibo Registered

    Joined:
    Oct 12, 2010
    Messages:
    2,335
    Likes Received:
    1,066
    No, its not possible, no such info in logs and no way to approximate it from available data.
     
  2. Ashton Smith

    Ashton Smith Registered

    Joined:
    Aug 21, 2023
    Messages:
    1
    Likes Received:
    0
    Can you change player name with this tool
     
  3. Nibo

    Nibo Registered

    Joined:
    Oct 12, 2010
    Messages:
    2,335
    Likes Received:
    1,066
    You can not change your in-game name with r2la.

    But you can change driver names in xml log files. Either do it by directly editing xml file in code editor or in r2la Results Viewer select log file, press "Clone to edit" then select cloned file and press "Edit" to edit xml file in r2la.
     
    ennimann likes this.
  4. [LSF] Pierre

    [LSF] Pierre Registered

    Joined:
    Mar 29, 2021
    Messages:
    16
    Likes Received:
    2
    Hello nibo, first of all sorry for my bad english. I need help. we organize a championship where the only ranking is by teams. each team has 7 drivers per race, but only the first 5 score points. I have to apply a penalty of 20 points to a team. but when I remove these 20 points from the driver who came first, suddenly the log analyzer will look for the 6th driver who has therefore scored more points, and therefore does not remove my penalty points. any idea to solve my problem? Thanks
     
  5. Nibo

    Nibo Registered

    Joined:
    Oct 12, 2010
    Messages:
    2,335
    Likes Received:
    1,066
    Hello. Sorry, I don't get what's happening in this part:
    Does this mean that you applying manual correction of points to some driver? And what happens then I don't understand. Maybe provide screenshots or write it a bit differently.
     
  6. Nibo

    Nibo Registered

    Joined:
    Oct 12, 2010
    Messages:
    2,335
    Likes Received:
    1,066
    Ok, I I think I get it now. In Team Standings sorting of drivers for points is happening after manual correction is applied.

    I will look at code tomorrow, but I don't think I can do something. It's very old and complicated part of r2la code.

    Probably only way for you to apply that penalty for a team is to remove that amount of points from all team drivers (so that nobody will "jump up" with his points in teams table).

    Upd. Looked at code, unfortunately there is no [easy] way to add or change something to help with this situation.
     
    Last edited: Oct 17, 2024
    buzz hornet likes this.
  7. [LSF] Pierre

    [LSF] Pierre Registered

    Joined:
    Mar 29, 2021
    Messages:
    16
    Likes Received:
    2
    Ok no problem, thanx for help.thought I could take points directly from the total and not from the driver.
     

    Attached Files:

  8. emd86

    emd86 Registered

    Joined:
    Sep 28, 2024
    Messages:
    10
    Likes Received:
    0
    I recently changed lmu location from hdd to ssd, how can I update the steam location in rf2log in order to track my sessions again?
     
  9. Nibo

    Nibo Registered

    Joined:
    Oct 12, 2010
    Messages:
    2,335
    Likes Received:
    1,066
    You'll have to start new r2la instance from scratch and provide new path in the first form.

    Other option is to go to Options page in existing r2la and add new path in "Multiple xml file directories" field. But I don't know for sure if this will work as expected. Better to start new r2la from scratch.
     
    emd86 likes this.
  10. emd86

    emd86 Registered

    Joined:
    Sep 28, 2024
    Messages:
    10
    Likes Received:
    0
    thanks ;)
     
  11. chuckyeager

    chuckyeager Registered

    Joined:
    Jan 11, 2012
    Messages:
    160
    Likes Received:
    19
    It takes forever to unzip ? is it normal ?

    only version ver. 2.1.027-x64 is doable, 10 secondes, the 2 most recent takes more than half hour ! (estimated)

    this tool is incredible, congrat !
     
    Last edited: Oct 31, 2024
  12. Goanna

    Goanna Registered

    Joined:
    Jan 19, 2012
    Messages:
    1,459
    Likes Received:
    1,003
    rF2 Log Analyzer ver. 2.2.001-x64 extracted in less than 10 seconds here, how much room do you have free on the drive you're extracting to?
     
  13. chuckyeager

    chuckyeager Registered

    Joined:
    Jan 11, 2012
    Messages:
    160
    Likes Received:
    19
    i have 16 Go. And the 2.1027 unzip correctly as i said. Did you test it just now or at a previous day ?

    There are a lot of little files.

    i tried again now it works, really strange, corrupted zip yesterday ? its rar, lol
     
    Last edited: Nov 1, 2024
  14. Goanna

    Goanna Registered

    Joined:
    Jan 19, 2012
    Messages:
    1,459
    Likes Received:
    1,003
    Downloaded and installed about 15 minutes before I posted. Good that it’s now working ok for you.
     
    chuckyeager likes this.
  15. Hidron

    Hidron Registered

    Joined:
    Oct 5, 2010
    Messages:
    79
    Likes Received:
    8
    HI I have a problem with the result of race2. Can i help me?.
    The error

    Can not process this log. Something went wrong...
    Traceback (most recent call last):
    File "C:\rFactor2\GTI_Srv1\rF2 Log Analyzer ver. 2.1.022\web2py\applications\r2la\modules\la_core.py", line 94, in import_logs
    opened_file_str = f.read()
    File "C:\Python310\lib\codecs.py", line 322, in decode
    UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe0 in position 1444: invalid continuation byte

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
    File "C:\rFactor2\GTI_Srv1\rF2 Log Analyzer ver. 2.1.022\web2py\applications\r2la\modules\la_core.py", line 97, in import_logs
    opened_file_str = f2.read()
    File "C:\Python310\lib\encodings\cp1252.py", line 23, in decode
    UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 659744: character maps to <undefined>
     

    Attached Files:

  16. Goanna

    Goanna Registered

    Joined:
    Jan 19, 2012
    Messages:
    1,459
    Likes Received:
    1,003
    The problem is on line 41 of the results xml file where Francesco typed into chat; whether this is something he typed or rF2 was doing rF2 things, perhaps Nibo can tell us. In the meantime you can edit the xml file so that it says the word penalties and the refresh the database and all should be good with the world..

    View attachment upload_2024-11-7_10-1-45.png


    View attachment upload_2024-11-7_10-7-47.png
     
    Nibo and Hidron like this.
  17. Hidron

    Hidron Registered

    Joined:
    Oct 5, 2010
    Messages:
    79
    Likes Received:
    8
    Many thx work fine
     
    Nibo likes this.
  18. Nibo

    Nibo Registered

    Joined:
    Oct 12, 2010
    Messages:
    2,335
    Likes Received:
    1,066
    Most probably some non-standard symbol typed in chat.
     
  19. Santi Pilo

    Santi Pilo Registered

    Joined:
    Mar 10, 2024
    Messages:
    9
    Likes Received:
    0
    ciao ogni volta che apro l'analizzatore di log rf2 ci vuole troppo tempo per caricare i risultati cosa potrebbe essere
     
  20. Nibo

    Nibo Registered

    Joined:
    Oct 12, 2010
    Messages:
    2,335
    Likes Received:
    1,066
    How many xml files so you have? Up to 1000 should be pretty quick. Other than that, maybe slow hdd or some other problem with your system/hardware. If you accessing r2la on other machine through internet, maybe slow connection.
     
    Santi Pilo likes this.

Share This Page