SmallJoker
SmallJoker
I'm late, but wouldn't this be a job for environment variables? EDIT: Or fallback to another env variable if HOME cannot be found.
How about `HOME=/path/to/data minetestserver ...etc` ? Does that not work, or not have the expected results?
https://irc.minetest.net/minetest-dev/2022-07-03#i_5990796 The idea is good, but generally an environment variable seems to be more welcome.
What would be the downside of always using HRTF? Even with speakers it does still sound pretty good.
@Zughy How about sorting by alphabet to treat everyone the same way? This gets rid of such discussions. A ranking system does not seem necessary in first place.
@erlehmann Hardware limitations should be addressed by the driver, not end-user applications like Minetest. Unless someone's keen to implement this timeout feature, I don't see any point in caring about...
@PrairieAstronomer The code is a simple example to test the feature. Mods have the liberty of changing the hand to any item whenever they want, depending on the use-case. More...
With shaders disabled, the wieldhand looks correct. The closest thing I could find is the PR #11722, however due to conflicts I cannot confirm this.
Similar per-player feature request: #5996 (nametags) Sounds are already per-player, HUDs too. A nice start would be per-player particle spawners- oh wait, [that exists too](https://github.com/minetest/minetest/blob/c1d7dbfc38e8f48b42d957afad2696a8e56b740b/doc/lua_api.txt#L6743)! Most of the use-cases listed...
@savilli A good example is a turntable to exchange items in real life. You first put the goods, then take it on both sides once the transaction is complete. This...