Hey All,
Is there any documentation for acsys package? I know for mods its all kinda tribal knowledge and information scattered here and there. I was just wondering if anything like that exists for acsys so that I can then add it to acintellisense to document the data types and data structures...
Hey Guys,
So I recently gotten into AC modding and I was looking around and I started reading the The AC python documentation PDF and I came across https://github.com/rikby/ac-stubs. This was a really great idea to stub out all the functions(Shout out to the guys that worked on that!) but I saw...
You know that feeling when you join server, you don't have time to do a proper lap and you don't remember what is your fuel consumption on this track. This problem might be gone now.
This is Race Fuel Calculator in which you can save your own data about fuel consumption for different cars and...
I cant find any apps on RD or other websites that offers a app that displays the time, Driver, name and their team. I can show a picture of what i mean downbelow.
If anybody knows if there is one please link it to me or reply downbelow
This is an example of what i mean:
I don't know why but Assetto Corsa crashes if I try to go into a race with Enable Python Apps setting enabled (I say setting because I've disabled every python app from that menu + CSP->GUI->Developer apps, and it still crashes)
Error message from CM (the site won't let me attach the report...
I had some Blender plugins created and here I present them to you.
XModdingtools v.0.2.0.
If you have created a lot of objects and want to change their names to RACESURFACE (example), you will need this addon. Above the sidebar (key: n) you will find a textbox after the installation. In this...
Real AI Driver names (RAD)
This is a python script to help you generate random grids with real driver names based on existing .cmpresets grids that you have created.
Pre-requisites:
CM and python 3 are required
NOTE: python regex module required - run the "pip install regex" command if...
Good day.
I am working on a school project for which I create an Assetto Corsa telemetry app.
My biggest problem right now is, that AC won't create a listBox in the app, no matter, what I do.
My Code:
global listBox
listBox = acsys.addListBox(appWindow, listboxName)
ac.setSize(listBox...
Draws a basic wheel that shows current steering input. I personally find it helpful for replay analysis as I typically have the in game wheel and hands disabled. Enjoy!
Installation instructions
Download the the zip file attached to this post. Extract/unzip contents to your Assetto Corsa...
Hey,
I've been trying to compile a custom C-API Python module for AC's 3.3.5 Python and using it in-game. The module compiles successfully and I get the finished *.pyd that I can import. Using the module in a local terminal works fine, however, using it in AC leads to a crash (importing is fine...
ive recently reinstalled windows to improve my FPS on Assetto corsa and i have found that in content manager if you have the "Enable Python apps" which i use may apps that i need such as Helicorsa, ETC. Does anyone know how to fix this and stop it from dropping my FPS so hard ? without the...
Traces
Traces is a Python app for Assetto Corsa. It plots the driver's pedal and steering input telemetry on a graph in real time. Additionally, it includes pedal input bars, a force-feedback meter, steering wheel indicator, speedometer and gear indicator.
Installation
Install the app by...
Nametags for VR
As of 8th August 2020, Nametags for VR is obsolete, with the release of CSP 0.1.62.
With CSP 0.1.62 installed, head to CSP settings > GUI > New driver tags. These render nametags in 3D at the proper distances.
This app is now only useful for XNameTags, if would rather not...
Prerequisites:
Software
Assetto Corsa
.NET Framework 4.8
VJoy (used to create a virtual joystick for gas and steering control)
Hardware
ANT+ USB stick
Bike home trainer with ANT+ FE-C or ANT+ Power capability
(optional) ANT+ heart rate sensor
(optional) ANT+ cadence sensor
(optional, if you...
A Template folder and script for Assetto Corsa Python app
>GitHub <
I'm trying to make App developpent in Assetto Corsa easier.
So here's a template folder , and a script that already include :
SimInfo (for 32 & 64 bits) by Rombik , modified by me
An acMain()function
that already create an...
Hello there!
Is it possible to create an App ...
1. I want to measure the time where the car is in pit (not the entry, only when it stops) --> Basic of the complete app
2. The pitstop duration should have at least 65 seconds and otherwise if the driver starts earlier, the app should give him a...
Has anyone tried to upgrade Python in AC? Did you have any success?
I need to upgrade the interpreter DLL and distribution in:
assettocorsa\system\x64
Version 3.3.5 is pretty old (March 2014) and I need to use asyncio in this app I'm working on :-/
This is a simple Python script I made which wraps around the Assetto Corsa server executable to parse the stdout and send Discord notifications using WebHooks. It passes stdout through and so should hopefully work OK with things like sTracker and AC server manager etc.
It requires a Steam API...
Is there anything special that has to be done to get acServer to send UDP data to a plugin?
Here is a snippet from server_cfg.ini:
UDP_PORT=9600
TCP_PORT=9600
HTTP_PORT=8081
UDP_PLUGIN_LOCAL_PORT=11000
UDP_PLUGIN_ADDRESS=127.0.0.1:10000
I've been running the python...