Page 1 of 1
Minetest.Conf to Voxel.cong

Posted:
Mon May 30, 2016 01:33
by Nidefawl
How do I change this? I can't figure it out. I can not find it anywhere in the files.
Re: Minetest.Conf to Voxel.cong

Posted:
Mon May 30, 2016 11:18
by azekill_DIABLO
oh you need to take the source code on github and to modify it....I already tried something like this !!!
Re: Minetest.Conf to Voxel.cong

Posted:
Mon May 30, 2016 11:58
by rubenwardy
Please can you explain further what you're asking for, as I can't tell
Re: Minetest.Conf to Voxel.cong

Posted:
Mon May 30, 2016 13:36
by azekill_DIABLO
when you rename minetest.conf to, for ex voxel.conf, another minetest.conf is created....
he is asking : how to make the engine generate a Voxel.conf instead of a minetest.conf
Re: Minetest.Conf to Voxel.cong

Posted:
Mon May 30, 2016 13:53
by rubenwardy
Pretty simple really:
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
ruben@laptop:minetest/src$ grep -nr "minetest.conf" *
guiKeyChangeMenu.cpp:125: const wchar_t *text = wgettext("Keybindings. (If this menu screws up, remove stuff from minetest.conf)");
main.cpp:496: filenames.push_back(porting::path_user + DIR_DELIM + "minetest.conf");
main.cpp:499: DIR_DELIM + ".." + DIR_DELIM + "minetest.conf");
main.cpp:505: DIR_DELIM + ".." + DIR_DELIM + ".." + DIR_DELIM + "minetest.conf");
main.cpp:845: << "Please check your minetest.conf that it "
subgame.cpp:36: std::string conf_path = game_path + DIR_DELIM + "minetest.conf";
subgame.h:60:// minetest.conf
Learn to use find, it'll help when looking for things.
Re: Minetest.Conf to Voxel.cong

Posted:
Mon May 30, 2016 14:55
by Nidefawl
I tried I couldn't find anything.
Re: Minetest.Conf to Voxel.cong

Posted:
Mon May 30, 2016 14:56
by azekill_DIABLO
it's in the source code.... if you try to do it from a finished product it's impossible
Re: Minetest.Conf to Voxel.cong

Posted:
Mon May 30, 2016 15:22
by rubenwardy
Did you edit any of the engine source code for your "fork"? If not, it's not really a fork as such, more of a subgame
Re: Minetest.Conf to Voxel.cong

Posted:
Tue May 31, 2016 00:18
by Napiophelios
Seems like most "forks" are just people removing the minetest branding and slapping their own label in its place.
The ones that actually try to change stuff just seem to stall out and fade away.
Is Freeminer the only "successful" fork so far or what?
Re: Minetest.Conf to Voxel.cong

Posted:
Tue May 31, 2016 01:52
by Nidefawl
I closed it down and am releasing a subgame. I may help azekill_Diablo make a legit fork.
Re: Minetest.Conf to Voxel.cong

Posted:
Tue May 31, 2016 07:55
by azekill_DIABLO
Napiophelios wrote:Seems like most "forks" are just people removing the minetest branding and slapping their own label in its place.
The ones that actually try to change stuff just seem to stall out and fade away.
Is Freeminer the only "successful" fork so far or what?
you forgot voxelands :)