but what do you mean by: it doesn't work? is it just blank?My "time of the day" feature doesn't work at all offline and there's nothing in the py_log
but what do you mean by: it doesn't work? is it just blank?My "time of the day" feature doesn't work at all offline and there's nothing in the py_log
It's showing 12:54pm and counting down no matter what time I setbut what do you mean by: it doesn't work? is it just blank?
It's showing 12:54pm and counting down no matter what time I set
the values are taken in the file C:\Users\{your user}\Documents\Assetto Corsa\cfg\race.iniIt's showing 12:54pm and counting down no matter what time I set
the values are taken in the file C:\Users\{your user}\Documents\Assetto Corsa\cfg\race.ini
what might happen is for some reason this does not exists and the values are reverted to -1 as non-existing
can you guys check that it does exist, and if not where is your race.ini saved before launching the game? maybe in ...\steamapps\common\assettocorsa\cfg\race.ini (check the last modified date)
Thx a lot, I would give it a tryIt exists, and last modified race.ini is the one in user documents folder.
the content mention time is the lighting section,
[LIGHTING]
SUN_ANGLE=-80.78
TIME_MULT=1.0
CLOUD_SPEED=0.200
__TRACK_TIMEZONE_OFFSET=0
__TRACK_GEOTAG_LONG=-1.02193
__TRACK_TIMEZONE_BASE_OFFSET=0
__TRACK_GEOTAG_LAT=52.090672
__TRACK_TIMEZONE_DTS=0
__CM_DATE=1605951981.90189
__CM_WEATHER_TYPE=-1
Edit:
It turns out my game data is in username\OneDrive\Documents\Assetto Corsa...
So I added OneDrive in the file path section in actimer.py
file_path = os.path.join(os.path.expanduser("~"), "OneDrive", "Documents", "Assetto Corsa", "cfg") + "/"
and it works as intended now.
Edit 2:
OK the file path problem also need to be addressed in the actower.py
fail to load race.ini in tower app would cause Driver number not showing correctly someone mentioned before.
I dispatched a fix on github for all widgets, will be fixed in the next releaseIt exists, and last modified race.ini is the one in user documents folder.
the content mention time is the lighting section,
[LIGHTING]
SUN_ANGLE=-80.78
TIME_MULT=1.0
CLOUD_SPEED=0.200
__TRACK_TIMEZONE_OFFSET=0
__TRACK_GEOTAG_LONG=-1.02193
__TRACK_TIMEZONE_BASE_OFFSET=0
__TRACK_GEOTAG_LAT=52.090672
__TRACK_TIMEZONE_DTS=0
__CM_DATE=1605951981.90189
__CM_WEATHER_TYPE=-1
Edit:
It turns out my game data is in username\OneDrive\Documents\Assetto Corsa...
So I added OneDrive in the file path section in actimer.py
file_path = os.path.join(os.path.expanduser("~"), "OneDrive", "Documents", "Assetto Corsa", "cfg") + "/"
and it works as intended now.
Edit 2:
OK the file path problem also need to be addressed in the actower.py
fail to load race.ini in tower app would cause Driver number not showing correctly someone mentioned before.
Tower: bug fix blue names in qualify
Tower: bug fix race start positions (progress)
Tower/timer: bug fix pit window opens on first lap
Tower: added tires(last stop), number of stops
Tower: added class filters
Tower: added current tires
Tower: qualify sector mode
Tower: display on race start
Info: Removed sector mapping
Info: info driver picture (how to set up in img/divers/readme.txt)
Info: added flags in race (default AC flags or img/flags/readme.txt to set up custom)
ui badge as logo, then...