Herman Kruisman

Results 42 comments of Herman Kruisman
trafficstars

Boost for me is only used for a short periods, like 5 sec. For this the long press works just fine. What you describe is more like you want to...

The hub.handle(); should be called very often, about 1000Hz. Calling it every loop run would be best. The method is very light and does not use much cpu time.

Can you share your code? There can be many reasons....

Temporary fix: Put this in the index.html, above the blazor script tag: var path = window.location.pathname.split('/'); var baseTag = document.getElementsByTagName('base'); baseTag[0].setAttribute('href', '/' + path[1] + '/');

Using VSCode and the ESP-IDF plugin it compiles perfectly. I don't get the Web builder because it is very limited for DIY machines. It is not hard to create a...

No, a mojang account is not needed :) Not on Android and the Playstation 4 where we use them. We can play together on the local network without an account....

2023-12-05 19:07:50:757 INFO] Player connected: Zonnig, xuid: [2023-12-05 19:07:54:474 INFO] Player Spawned: Zonnig xuid: , pfid: 99d7a8123147739a [2023-12-05 19:08:56:676 INFO] Player disconnected: Zonnig, xuid: , pfid: 99d7a8123147739a [2023-12-05 19:10:17:664 INFO]...

> `xuid` is so called Xbox user id, and it will be `null` as did not login. > > see https://www.roxservers.com/knowledgebase.php?action=displayarticle&id=835&language=english Yes but i want a user to be an...

@aerolincoln Check if you see default-player-permission-level=operator in the server.properties. Also check you level after connecting.

> I'm guessing because I had already joined the server that the "default for new players" value didn't apply to me and I have to somehow flush that record for...