Luke aka SwissalpS

Results 156 comments of Luke aka SwissalpS

In the meantime you can make per server scripts that log you in using the command line arguments and --go tag. See: https://github.com/minetest/minetest/issues/12360#issuecomment-1134489075

I rarely use it and agree it is something that confuses newbies and could well be set to nothing by default. On similar topic, the drop-key should also be set...

@VictoriousFan just because Ferraris have built-in car jacks doesn't mean that VW also needs to add them to their cars. I'd rather wait years for a really good implementation, that...

did you try pushing TNT out of bounds with pistons, movestones or similar?

Install gcc, lua and SDL2 development libraries. then in terminal clone the repo ``` git clone https://github.com/rxi/lite.git cd lite ./build.sh ``` If there were no errors you can move lite...

Either you have not installed SDL2 or it is not on include path. Maybe you have SDL2 installed but not the dev-package?

have you tried `yum install SDL2-devel` as root? Edit: [similar to what I had:](https://github.com/rxi/lite/issues/128)

cool, just a warning, if used correctly, should not matter. The compiled binary is running, right?

no need to reboot What did you do to try and launch it?

so you did not do: `./lite` at all?