AC Python function's "locality"

Discussion in 'Apps' started by ElectroEsper, Mar 29, 2021.

  1. ElectroEsper

    ElectroEsper New Member

    Joined:
    Mar 29, 2021
    Messages:
    4
    Likes Received:
    0
    Hi,
    been tinkering a bit to plug KERS charge value into an overlay for Formula Lithium related broadcast, however I am facing a wall.

    Long story short I use this : self.batteryData = float(ac.getCarState(self.identifier, acsys.CS.KersCharge) * 100). It gives me the data I am looking for, however it doesn't work once in a multiplayer environment, as if the data is not broadcasted over network.

    (Picture for visuals)
    (Single Player)
    [​IMG]

    (Online)
    [​IMG]

    My question is :
    Is there any information available detailing if some data are strictly local or also available over network?


    Thanks!
     
  2. fughettaboutit

    fughettaboutit aka leBluem

    Joined:
    Jul 21, 2014
    Messages:
    1,118
    Likes Received:
    380
    no, there is no such list
    anyway this seems a bit hit and miss, some other values seem also kinda missing

    it may well be for 'competition' reasons that this is not broadcasted, so you cant make decisions based on other peoples settings...

    some data is also not present in replays, it may have other reasons...
     
    Last edited: Mar 29, 2021
  3. ElectroEsper

    ElectroEsper New Member

    Joined:
    Mar 29, 2021
    Messages:
    4
    Likes Received:
    0
    That is unfortunate. Still thanks a bunch.
    I really wish Kunos would've been open and make such information available (guess I was spoiled with Arma in that regard)
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice