Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace old system for getting formation/army data on client #34

Open
guerro323 opened this issue Jul 2, 2021 · 0 comments
Open

Replace old system for getting formation/army data on client #34

guerro323 opened this issue Jul 2, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@guerro323
Copy link
Collaborator

(Issue for progression)

Right now it's using RPC, which isn't great for realtime update on when the army get modified (this rarely happen except in multiplayer).

So I've currently made ArmySquadDescription, ArmyFormationDescription and OwnedRelative<T> replicated on the client.
This mean it's now possible to get the army data in realtime without RPC, and make custom armies for mods easier

@guerro323 guerro323 added the enhancement New feature or request label Jul 2, 2021
@guerro323 guerro323 self-assigned this Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant