Page 1 of 1

Minetest not generating/reading minetest.conf

PostPosted: Fri Sep 26, 2014 15:48
by daniovision
Hello,
I'm experiancing a problem, where minetest does not generate minetest.conf in "/home/{username}/.minetest".
In fact, the only thing there is the world. No mods, no configuration, no nothing.
Minetest Version: 0.4.10
Operating System: Ubuntu 14.04 Server
VPS Specs: 1GB of ram, 10GB of disk space (922MB available)

Is anyone experiancing the same problem, and is it fixable?

Re: Minetest not generating minetest.conf

PostPosted: Fri Sep 26, 2014 16:59
by Minetestforfun
Hi,

just generate it manually, copy the minetest.conf.example and rename it minetest.conf, edit it, and start your server

Re: Minetest not generating minetest.conf

PostPosted: Fri Sep 26, 2014 17:04
by rubenwardy
Make sure that you are using a non-run in place version.

Re: Minetest not generating minetest.conf

PostPosted: Fri Sep 26, 2014 18:28
by daniovision
Minetestforfun wrote:Hi,

just generate it manually, copy the minetest.conf.example and rename it minetest.conf, edit it, and start your server


Yeah, but it refuses to read that. Even doing "--config /home/{username}/.minetest/minetest.conf" doesn't help.

rubenwardy wrote:Make sure that you are using a non-run in place version.


I'm guessing not, but I might be wrong. I installed it using apt-get, from the Ubuntu ppa (https://code.launchpad.net/~minetestdevs/+archive/ubuntu/stable).

Re: Minetest not generating minetest.conf

PostPosted: Fri Sep 26, 2014 18:37
by daniovision
My minetest.conf, in case any of you could find it useful:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
address = **.**.***.***
name = daniovision
remote_port = 30000
server_dedicated = false
public_serverlist = true
server_name = Test server
server_description = Test server?
motd = Test server!
max_users = 10

Re: Minetest not generating minetest.conf

PostPosted: Sat Sep 27, 2014 16:38
by daniovision
Update: Minetest isn't reading mods either.

Re: Minetest not generating minetest.conf

PostPosted: Sat Sep 27, 2014 18:26
by Krock
daniovision wrote:Update: Minetest isn't reading mods either.

You need to enable the in the GUI or alternatively edit minetest\worlds\yourworld\world.mt
Dummy content:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
gameid = minetest
backend = sqlite3
load_mod_foo = true
load_mod_bar = false

Re: Minetest not generating minetest.conf

PostPosted: Thu Oct 02, 2014 19:39
by daniovision
Thanks, mods are now working, but I still can't load the config file. :/
Not even after a complete ubuntu reinstall.
The minetest.conf is at "/home/{user}/.minetest/minetest.conf", I'm guessing this is the correct directory.

Re: Minetest not generating/reading minetest.conf

PostPosted: Sun Oct 12, 2014 19:42
by daniovision
*bump?*

Re: Minetest not generating/reading minetest.conf

PostPosted: Sun Oct 12, 2014 20:01
by rubenwardy
It may be possible that the conf file is at ~/.config/minetest.conf

Re: Minetest not generating/reading minetest.conf

PostPosted: Mon Oct 13, 2014 02:12
by ExeterDad
When you use the gui to adjust settings, run a singleplayer game and close minetest. Then open minetest once again... do your new settings stick? If not, you must be correct that one isn't generated. If they do stick, there is a minetest.conf somewhere.
Running a search in your home dir may turn it up?

Edit: Nevermind. I didn't notice you were running from a VPS. I'm assuming not a local box.

Re: Minetest not generating/reading minetest.conf

PostPosted: Tue Oct 14, 2014 16:20
by daniovision
rubenwardy wrote:It may be possible that the conf file is at ~/.config/minetest.conf

Not there, creating that directory and putting the config in there doesn't work either. :(
Could it be that I'm running the Server edition of Ubuntu 14.04?