You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.
All editor placed objects with their position and orientation
All vehicles within mission with position, direction
Alive state for unit and vehicle
Position, velocity for all projectiles fired
Whether or not unit has fired
Unit enter/exit vehicle
We need to be able to discern objects from each other, and since this doesn't support sending objects across network we need to send attach a unique ID to all objects so that we are able to update them when needed.
Also note that this minimum functionality does not include things like animation or particle effects, ace_medical state, etc. I think that we should strive to get the absolute basics down and add functionality from there
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What is needed for minimum functionality. If you think of any other feature needed please edit this issue
We need to be able to discern objects from each other, and since this doesn't support sending objects across network we need to send attach a unique ID to all objects so that we are able to update them when needed.
Also note that this minimum functionality does not include things like animation or particle effects,
ace_medical
state, etc. I think that we should strive to get the absolute basics down and add functionality from thereThe text was updated successfully, but these errors were encountered: