python

  1. R

    Apps acsys Documentation?

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

    Apps ACIntellisense Package

    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...
  3. Carlos Heinz

    Race Fuel Calculator App with Your Own Fuel Consumption 0.9.1

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

    Anyone that knows if theres an app for AC that displays the f1 driver and name?

    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:
  5. 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...
  6. 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...
  7. mk-sg

    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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. 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 :-/
  18. 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...
  19. 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...
  20. 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.

What do you think about subscription models in simracing?

  • It's fine

  • It's fine for hardware

  • It's fine for software

  • I don't like it

  • I don't like it for hardware

  • I don't like it for software

  • Other, please comment


Results are only viewable after voting.
Back
Top