MoNTE48 wrote: ↑Mon Jun 22, 2020 15:18
I can’t understand what substances the author of the previous message uses.
Minetest 5.3 is under development. Changes are constantly being made that can change ...
Changes are clear, develop, make it faster, more stability, use newest options, whatever,
but if some changes are a kind of BREAK to further versions, is is important to know.
As here a change in the server itself (whatever part that is) the [mod] playeranim didn't work properly and showed yourself and other gamer in a kind of mixed version (short body, hands up),
THAT might be a problem for server admins and cause loos of gamer. (as have seen from 0.4.x to 5.x)
So lucky the actual here used minetestserver version 5.3.0-dev-528b162d-dirty (but very stable) is even running on the /usr/... installation of 5.3.0-dev-RC2 so I am able so switch quick to new 5.3.0 to see if there are problems to expect when it gets official release ...
whatever I think is the mention of this thread anyway !!!
MY sources ?
Yeah, as the links in the first starting post are rare for self compiling admins like me ...
*
https://www.minetest.net/downloads/ and find
*
https://github.com/minetest/minetest/tree/stable-5
*
https://github.com/minetest/minetest/
*
https://github.com/minetest/minetest/releases
and so I need typical compiling tools as mentioned in
https://dev.minetest.net/Compiling_Minetest
but also
*
https://luajit.org/install.html
*
https://sourceforge.net/projects/gnuwin ... e/2.3.5-1/
*
https://github.com/libspatialindex/libspatialindex as with curl, g++ and make
* system_GMP
* postgresql
but until now I compiled always full with "sudo make install j16", but that takes long time and I thought I might be able to use just a "sudo make J16" and use the run_in_place minetestserver binary to fast switch the server with prepared *.sh bash that just have different calls of server version as
Code: Select all
./minetest-520/bin/minetestserver --version
for show me again what i start followed then by the full starting server command
Code: Select all
./minetest-520/bin/minetestserver --config xxxx.conf --gameid BrainCraft --world xxx/worlds/BrainCraft --logfile 'xxx/worlds/BrainCraft/minetest.log'
or
Code: Select all
./minetest-530-dev-RC2/bin/minetestserver --config xxxx.conf --gameid BrainCraft --world xxx/worlds/BrainCraft --logfile 'xxx/worlds/BrainCraft/minetest.log'
hmm, you think I got it so far ?