• Dear visitors,

    The email issue has been finally solved.
    Thank you for your patience and happy browsing.

    Team ACM.

AC Python function's "locality"

ElectroEsper

New Member
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)


(Online)


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


Thanks!
 

fughettaboutit

aka leBluem
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:

ElectroEsper

New Member
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)
 
Top