(Milestone) Game Controls & API - xavier150/MMVS GitHub Wiki
Game Controls & API

The Game Controls & API is a voting option for a future update to Macro Micro VR Service.
This voting option is available since the release of New Talas Animations and is expected to require one month of development.
This update will improve accessibility, allowing players to customize their controls and interact with the game through an API.
- It will be possible to fully customize the keyboard and mouse bindings
- Choose from several preset configurations for controller users (Xbox controller, DualSense, Steam controller, etc.)
- New API system to send and receive requests for in-game actions.
API system
About the API, this update will also open part of the game's API, enabling players to automate in-game actions or respond to events.
For example, a local Python script could send commands to the game: (Jump, press forward, interact, etc.)
Or listen for specific in-game events, such as when the player gets stomped.
This system could also be used to connect external devices (such as haptic feedback or interactive toys) to create a fully synchronized experience.
wink wink
Return to roadmap: Milestone List