Page 1 of 1
Help

Posted:
Sun May 15, 2016 17:25
by Nidefawl
How do I remove the text in the corner of the screen that says Minetest? I am using Minetest as a basis for my own game, but still leaving it in the Credits area. I would like it to say "TheVoxelBox".
Re: Help

Posted:
Sun May 15, 2016 18:42
by TenPlus1
Minetest is the name of the engine in use while you LOAD your new game on top of it.
Re: Help

Posted:
Sun May 15, 2016 19:45
by Nidefawl
Yes, but I found a game using the engine that had it changed.
Re: Help

Posted:
Sun May 15, 2016 20:30
by benrob0329
Why not just contribute to the engine? That helps everyone.
You would need to edit the vertion in code (I believe in the builtin folder)
Re: Help

Posted:
Mon May 16, 2016 16:01
by Krock
To change Minetest's core name for your own fork:
1.
CMakeLists.txt2.
config.h (when the one from CMake isn't used)
3.
Android4.
Android package name..and everywhere you can find "minetest.exe" or "minetest.conf(.example)" in the files. Have fun!