python

  1. Y

    Assetto Corsa crashing with python apps enabled, need help

    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...
  2. haunetal1990

    Blender Plugins from me [WIP]

    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...
  3. M

    Real AI Driver names (RAD): A Helper Tool to Generate Random Grids v1.2

    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...
  4. L

    Having problems creating an app in Assetto Corsa

    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...
  5. S

    Assetto Corsa Virtual Wheel 0.1

    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...
  6. S

    General Building C Python module for AC Python 3.3.5 version

    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...
  7. GoshiAU

    Content Manager "Enable Python Apps" FPS Drop (Please Help)

    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...
  8. Z

    Traces 1.0

    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...
  9. A

    Nametags for VR 1.0

    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...
  10. Damien Wintz

    SimCycling for Assetto Corsa v0.4

    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...
  11. Hunter Vaners

    A template for Assetto Corsa python app 1.00001

    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...
  12. Emex

    Python App Programming

    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...
  13. barf

    Apps upgrading Python in AC

    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 :-/
  14. barf

    barf's Discord server bridge 1.2.1

    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...
  15. J

    UDP Data for Console-based Plugin

    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...
  16. A

    Apps Can't set background texture

    I'm trying to add texture to a label: separator = ac.addLabel(appWindow, '') ac.setPosition(separator, 150, 40) ac.setSize(separator, 50, 50) ac.setBackgroundTexture(separator, 'apps/phyton/myapp/images/separator.png') But setBackgroundTexture returns -1.
  17. X

    3rd party Apps not loading.

    Hello, I have two identical PC's running identical W7 with identical Asetto Corsa installs. Out of the blue one of them stopped loading any of its 3-rd party apps. Sidekick ProTyre BigShifter CarRadar Map Display They're all checked in settings and python.ini says "ACTIVE=1", but they don't...
  18. Bjorn Klaassen

    Wijchen by PaleoPixels 1.25

    Over the past few months I've created a procedural framework in Houdini in my spare time, with which you can relatively easy create tracks from scratch. It is procedural, which means it could load whatever Openstreetmap data and generate Amsterdam, New York or London. Since it's a procedural...
  19. Andrea Tagliavini

    Apps Scripted pilot for AC

    Hello, first of all i should point out that i'm completely new to AC, so i'm sorry for any dumb question :). So basically i'm doing a research about autonomous cars and more specifically, about simulators. I looked through the python AC documentation and i found the function to get the state of...

Latest News

Are you buying car setups?

  • Yes

  • No


Results are only viewable after voting.
Back
Top