Using Astrum in UE4
Tips (forethought)
To create a game using Astrum you must first plan out HOW your game will function, and HOW it will utilise the framework.
Think of the following:
- Plan out the usage
- In game actors
- List out "actors" in your game.
- What will the players be controlling?
- Virtual HUD behavior
- Plan out Virtual HUD states (main menu, pause menu, main gameplay, so on).
- When will your players be allowed to play?
- Will there be different UI depending on variables (different teams/characters)?
- In game actors
Controller Access Endpoint
To access the controller endpoint to control your instance of Astrum go to /controller.html
E.g. 127.0.0.1:8081/controller.html or 34.244.8.2/controller.html