Menu
HOME
FORUMS
New posts
Search forums
What's new
New posts
New resources
Latest activity
DOWNLOADS
Latest reviews
Search resources
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
New resources
Latest activity
Menu
Log in
Register
Dear visitors,
The email issue has been finally solved.
Thank you for your patience and happy browsing.
Team ACM.
What's new
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Latest activity
What's new
New posts
New resources
Latest activity
fughettaboutit
replied to the thread
How to make a simple countdown apps (lua)?
.
single player - you should have this option on "Drive" screen:
Jul 5, 2025
V
vv31212
replied to the thread
How to make a simple countdown apps (lua)?
.
I tested several cars both default gt3 and mod cars on a single race and none of them support extened physics.
Jul 5, 2025
fughettaboutit
replied to the thread
How to make a simple countdown apps (lua)?
.
and use "Lua Debug" app
Jul 5, 2025
fughettaboutit
replied to the thread
How to make a simple countdown apps (lua)?
.
[ABOUT]->NAME must be folder name
Jul 5, 2025
V
vv31212
replied to the thread
How to log data (like live or once session is over to another platform or code of mine)? Assetto Corsa
.
No car stuff, are python can show the countdown time?
Jul 5, 2025
V
vv31212
replied to the thread
How to make a simple countdown apps (lua)?
.
[ABOUT] NAME = start AUTHOR = VERSION = DESCRIPTION = URL = [CORE] LAZY = FULL [WINDOW_...] ID = main NAME = start ICON =...
Jul 5, 2025
fughettaboutit
replied to the thread
How to make a simple countdown apps (lua)?
.
actually no idea if sim.timeToSessionStart is what you want to check ok, its in ms and goes below 0 after green edit: tested that code...
Jul 5, 2025
fughettaboutit
replied to the thread
How to make a simple countdown apps (lua)?
.
local sim = ac.getSim() local startDone = false local SessionSwitched = true local previousSessionStartTimer = sim.sessionTimeLeft-0.002...
Jul 5, 2025
fughettaboutit
replied to the thread
How to make a simple countdown apps (lua)?
.
if physics.allowed() then physics.engageGear(0, 1) else ac.debug("Extendend Physics not enabled", "for this car") end
Jul 5, 2025
fughettaboutit
replied to the thread
How to log data (like live or once session is over to another platform or code of mine)? Assetto Corsa
.
in python there is nothing to CHANGE gear or car stuff you must use CSP Lua-sdk for that read "...extension\internal\lua-sdk\readme.txt"...
Jul 5, 2025
V
vv31212
replied to the thread
How to log data (like live or once session is over to another platform or code of mine)? Assetto Corsa
.
Thank you! ">" to ">=" it work now Im a beginner and my goal is to get the exact start time and automatically shift gears, but I...
Jul 5, 2025
fughettaboutit
replied to the thread
How to log data (like live or once session is over to another platform or code of mine)? Assetto Corsa
.
and why you set global "g" only when not 0, should be outside of if statement, or it will always be >0 after being >0 once
Jul 5, 2025
fughettaboutit
replied to the thread
How to log data (like live or once session is over to another platform or code of mine)? Assetto Corsa
.
you multiply wit 100 before the comparsion try the other way around and use not 0, but 0.0001 or something Gas = ac.getCarState(0...
Jul 5, 2025
V
vv31212
replied to the thread
How to log data (like live or once session is over to another platform or code of mine)? Assetto Corsa
.
import ac import acsys import sys import os import time import math a=0 b=0 c=0 d=0 f=0 g=0 h=0 j=0 def acMain(ac_version): global...
Jul 5, 2025
fughettaboutit
replied to the thread
How to log data (like live or once session is over to another platform or code of mine)? Assetto Corsa
.
Check your pedals? maybe set some deadzone? mine go back to 0 ac.setText(label, '\ngas sharedMem ...
Jul 5, 2025
What's new
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top