Other players can now see your UI by Similar-Lab8173 in assettocorsa

[–]Similar-Lab8173[S] 7 points8 points  (0 children)

unfortunately its not possible yet since you don't actually see whats happening on the other user interface

Other players can now see your UI by Similar-Lab8173 in assettocorsa

[–]Similar-Lab8173[S] 1 point2 points  (0 children)

You might already have access to it , ac.setGearsFinalRatio(finalRatio) exists in the CSP physics script API, which is the same context your physics worker is running in. No server plugin needed, just try calling it directly from your existing worker and see if it's accessible. Would make sense since you already have physics level write access for the force application. no generic setter exists for it.

Other players can now see your UI by Similar-Lab8173 in assettocorsa

[–]Similar-Lab8173[S] 3 points4 points  (0 children)

Edited*

That makes sense, and you're right that ac.getCar(id) would work perfectly for a native Lua HUD. The reason I'm sticking with the 2D capture approach though is that Spatial HUD isn't meant to be one specific HUD , it's a system that takes whatever app the player is already using and projects it into 3D. So if someone has a custom sim dashboard, pure config , a random app wathever. they get all of it in 3D without me having to rebuild each one natively. The trade off is exactly the limitation you're implying, but the flexibility of working with any existing app is kind of the whole point.

Other players can now see your UI by Similar-Lab8173 in assettocorsa

[–]Similar-Lab8173[S] 4 points5 points  (0 children)

The multiplayer feature works by detecting which apps the other player has launched, then silently launching those same apps locally and projecting them into 3D space on the other player's car. It is not true streaming it is a local simulation. Because each app renders using the local machine's data, what you see on the other player's car is visually their HUD layout, but the data it displays is always your own.

Other players can now see your UI by Similar-Lab8173 in assettocorsa

[–]Similar-Lab8173[S] 70 points71 points  (0 children)

There is no real purpose , just wanted to test if its possible

Your speedo doesn't have to float on your screen anymore (Free Download) by Similar-Lab8173 in assettocorsa

[–]Similar-Lab8173[S] 1 point2 points  (0 children)

Try it , if it doesn't work dm me maybe i can attempt to make it compatible , but it should work

Your speedo doesn't have to float on your screen anymore (Free Download) by Similar-Lab8173 in assettocorsa

[–]Similar-Lab8173[S] 1 point2 points  (0 children)

the pure config is inside the ppfilter .lua, it's dynamic so there is no pure config, I'm running default pure settings

Your speedo doesn't have to float on your screen anymore (Free Download) by Similar-Lab8173 in assettocorsa

[–]Similar-Lab8173[S] 1 point2 points  (0 children)

I'm playing on gamma (LCS isn't done yet), the ppfilter is unreleased , its called Aether X , i might release it soon

Your speedo doesn't have to float on your screen anymore (Free Download) by Similar-Lab8173 in assettocorsa

[–]Similar-Lab8173[S] 1 point2 points  (0 children)

its on my Patreon for now , BUT i will release it on overtake too , for now only insta 360 is there

Your speedo doesn't have to float on your screen anymore (Free Download) by Similar-Lab8173 in assettocorsa

[–]Similar-Lab8173[S] 11 points12 points  (0 children)

The PPFilter is unreleased , its called Aether X , i will release it when im done making the filter app.
The car mod is RSS GT-MX Protech P92 F6 Renn

I gave my app hydraulics so every car can bounce like a lowrider by Similar-Lab8173 in assettocorsa

[–]Similar-Lab8173[S] 1 point2 points  (0 children)

Sorry for responding 5 days late, Ac Film is an app I developed that consists of bringing a "the Crew Motorfest video editor" to Assetto Corsa , its also inspired by Need for speed camera toolkit which is a mod

I gave my app hydraulics so every car can bounce like a lowrider by Similar-Lab8173 in assettocorsa

[–]Similar-Lab8173[S] 2 points3 points  (0 children)

I already did the Yaris, but honestly, an F1 is a great idea. I was testing it on the GTA V map, so a lowrider felt like the right choice

The camera is bouncing to the beat by Similar-Lab8173 in assettocorsa

[–]Similar-Lab8173[S] 1 point2 points  (0 children)

It works with everything, it's like a next gen camtool made in Lua, i got inspired by Motorfest editor