Page 1 of 1

Could someone give me the minetest.conf file please?

PostPosted: Thu Aug 22, 2013 18:44
by Rhys
I just noticed that minetest.conf (Not example file) wasnt in my 0.4.7 directory. Could anyone give minetest.conf to me please?

Thanks. :3

- Rhys

PostPosted: Thu Aug 22, 2013 18:46
by webdesigner97
It should generate automatically if you edit some settings in the settings tab, at least I think so.

PostPosted: Thu Aug 22, 2013 18:48
by Rhys
webdesigner97 wrote:It should generate automatically if you edit some settings in the settings tab, at least I think so.


I dont think thats right.

PostPosted: Thu Aug 22, 2013 18:50
by webdesigner97
Rhys wrote:
webdesigner97 wrote:It should generate automatically if you edit some settings in the settings tab, at least I think so.


I dont think thats right.

Try it out, then tell me.

PostPosted: Thu Aug 22, 2013 18:55
by Rhys
webdesigner97 wrote:
Rhys wrote:
webdesigner97 wrote:It should generate automatically if you edit some settings in the settings tab, at least I think so.


I dont think thats right.

Try it out, then tell me.


Well, what stuff should I edit?

PostPosted: Thu Aug 22, 2013 19:03
by Dan Duncombe
Rhys wrote:
webdesigner97 wrote:
Rhys wrote:
I dont think thats right.

Try it out, then tell me.


Well, what stuff should I edit?

Just running Minetest generates one.

PostPosted: Thu Aug 22, 2013 19:11
by webdesigner97
Dan Duncombe wrote:
Rhys wrote:
webdesigner97 wrote:Try it out, then tell me.


Well, what stuff should I edit?

Just running Minetest generates one.

And if not, toggle the shaders, close minetest. Restart minetest and toggle it again. You keep your settings and the minetest.conf should exist.

PostPosted: Thu Aug 22, 2013 19:14
by Casimir
Or crate a file and name it minetest.conf

PostPosted: Thu Aug 22, 2013 19:17
by Rhys
Tried both things. Nothing.

PostPosted: Thu Aug 22, 2013 19:17
by Rhys
Casimir wrote:Or crate a file and name it minetest.conf


Then Ill have to put everything in it. Cant remember whats in minetest.conf

PostPosted: Thu Aug 22, 2013 19:21
by Rhys
Rhys wrote:
Casimir wrote:Or crate a file and name it minetest.conf


Then Ill have to put everything in it. Cant remember whats in minetest.conf


If someone tells me the default minetest.conf settings, this issue WILL be solved. :D

- Rhys

PostPosted: Thu Aug 22, 2013 19:25
by Rhys
Rhys wrote:
Rhys wrote:
Casimir wrote:Or crate a file and name it minetest.conf


Then Ill have to put everything in it. Cant remember whats in minetest.conf


If someone tells me the default minetest.conf settings, this issue WILL be solved. :D

- Rhys


Hmf. Maybe not. xD.

PostPosted: Thu Aug 22, 2013 19:28
by BrandonReese
Copy minetest.conf.example to a new file named minetest.conf or rename minetest.conf.example to minetest.conf

PostPosted: Thu Aug 22, 2013 19:46
by Rhys
BrandonReese wrote:Copy minetest.conf.example to a new file named minetest.conf or rename minetest.conf.example to minetest.conf


Then what?

PostPosted: Thu Aug 22, 2013 19:47
by Rhys
Ah. That wont exactly work. EXAMPLE file.

PostPosted: Thu Aug 22, 2013 19:57
by webdesigner97
Here a copy of my minetest.conf

PostPosted: Fri Aug 23, 2013 14:52
by Rhys
Its alright now. Downloaded 0.4.5, took the minetest.conf from that, thanks, webdesigner, some stuff is useful in there for me! :D.

PostPosted: Fri Aug 23, 2013 14:53
by sfan5
The Default minetest.conf is empty

PostPosted: Fri Aug 23, 2013 15:37
by CalumMc
Rhys wrote:Ah. That wont exactly work. EXAMPLE file.


The example file contains most of the options commented out with #, so it is usable as it is.

PostPosted: Fri Aug 23, 2013 17:13
by Jordach
Just to clarify a few things:

1)
A) Minetest DOES NOT READ minetest.conf.EXAMPLE.
B) Windows sometimes hides all file extensions, so things such as minetest.conf might read as "minetest" which then the example becomes "minetest.conf", which is clearly confusing users.

2) If the minetest.conf file is empty, dont add:
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
#enable_damage = false
The hash is a comment, so Minetest WILL NOT enable that feature, to disable damage, you will need to put:
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
enable_damage = false
Notice that the # is missing from the start of the boolean.

3) Any text editor can create, read and modify the conf file. Notepad, Wordpad, Notepad++ and even Word will read the conf file. To create one in Notepad / Wordpad, you simply make a new text document, then save as, then change "file type" to All documents, then type minetest.conf in the file name, as the .conf will create minetest with the file extension conf, then save it in the root directory of your Minetest, whether it's installed to .minetest or C:\Users\FooBar\Desktop\minetest-0.4.7\

PostPosted: Fri Aug 23, 2013 21:40
by nolan
I dont have a minetest conf either :P