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

What would make you race in our Club events

  • Special events

    Votes: 0 0.0%
  • More leagues

    Votes: 0 0.0%
  • Prizes

    Votes: 0 0.0%
  • Trophies

    Votes: 0 0.0%
  • Forum trophies

    Votes: 0 0.0%
  • Livestreams

    Votes: 0 0.0%
  • Easier access

    Votes: 2 100.0%
  • Other? post your reason

    Votes: 0 0.0%
Back
Top