General What do I need to learn?

Hi - Noob question inbound :)

As I find myself in a 'break in employment' - I am interested in learning how to code apps for use within AC - just as a hobby, is Python what I need to learn to enable me to do this? What about the UI - is that all designed within Python? or are there any other apps that I will need to be aware of?

Primarily I would be interested in creating a HUD - to give some context of the more specific area of interest to me, should it help direct me.

Thanks
Miles
 
  • Deleted member 223075

You can use already made HUD to see how it works.
 
The game's own UI is not coded in python, those apps use C++ (and have access to more fo the game engine, so they can show things like wing locations). Everything added by users is Python though. It uses a stripped down python 3.6, so you can't just use general python tutorials unless you also want to learn how to manually import python's c libraries.
 
This might help you get started. Even with minimal programming knowledge you can do some nice stuff.
 

Latest News

To join the OverTake Racing Club races I want them to be: (multiple choice)

  • Free to access

    Votes: 109 88.6%
  • Better structured events

    Votes: 21 17.1%
  • Better structured racing club forum

    Votes: 20 16.3%
  • More use of default game content

    Votes: 17 13.8%
  • More use of fixed setups

    Votes: 37 30.1%
  • No 3rd party registration pages

    Votes: 46 37.4%
  • Less casual events

    Votes: 12 9.8%
  • More casual events

    Votes: 40 32.5%
  • Other, specify in thread

    Votes: 6 4.9%
Back
Top