Sturle Nesvik Spetland
Sturle Nesvik Spetland
The `SetTime` should be in the next update and probaly does most of what you want. On the "sleep" feature: Changing the time and timescale is very doable, but knowing...
> So is someone also working on on the sleep feature or how the `SetTime` function will be available to players? Thanks. I added the `SetTime` server command and I...
Additional detail: When you are in the TAB menu, input does not pass through. This also applies to Invetory and Spells if you open them from the TAB menu. Seems...
I think this might a bit outside the scope of a coop mod. You already need to trust you coop partners not to cheat, so I think a full trade...
Would be difficult to do, since you don't have a permanent user id or a login for the server. Right now the only thing the server has is your player...
It would still generate a lot of edge cases that need to be handled, even if noone is aiming to be malicious. I think it would be better to focus...
Did some digging in the code myself and found the unpausing functions. Added "Book Menu" to the list and tested it. Book menu was indeed unpaused, but no book was...
Doesn't appear to be an issue with Angular, as you can still connect a debugger and run js commands in the console. Issue seems to be happening between listening for...
Being able to navigate the UI with the keyboard would be a great first step. The controller support can then be added after with the Gamepad API or just have...
With the OpenAPI spec you can generate a fully interactive API page that even generates example code for different languages:  This was made using Scalar, which can be used...