kRPC: Control the game using C#, C++, Java, Lua, Python...

kRPC: Control the game using C#, C++, Java, Lua, Python...

7.8k Downloads

Game scene switching

djungelorm opened this issue ยท 0 comments

commented

Currently we only have SpaceCenter.LoadSpaceCenter which switches to the space center scene. We should add support for switching to any of the game scenes. There is also KRPC.CurrentGameScene for getting the game scene. (Note this is in the KRPC service, as the core server needs to know the game scene so that RPC availability can be filtered by the current game scene)

We should remove the above, and just have a property called KRPC.GameScene that allows you to both get and set the game scene.