Minetest.Conf to Voxel.cong

User avatar
Nidefawl
Member
 
Posts: 17
Joined: Sun May 15, 2016 13:27
GitHub: Nidefawl22
IRC: Nidefawl
In-game: Nidefawl

Minetest.Conf to Voxel.cong

by Nidefawl » Mon May 30, 2016 01:33

How do I change this? I can't figure it out. I can not find it anywhere in the files.
 

User avatar
azekill_DIABLO
Member
 
Posts: 3458
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO

Re: Minetest.Conf to Voxel.cong

by azekill_DIABLO » Mon May 30, 2016 11:18

oh you need to take the source code on github and to modify it....I already tried something like this !!!
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
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)

azekill_DIABLO said: Mineyoshi+ABJ+Baggins= TOPIC HIJACKED.
My Mods and Stuff | Voxellar | VoxBox on GITHUB | M.I.L.A Monster engine
WEIRD MODDING CONTEST !!!
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

Re: Minetest.Conf to Voxel.cong

by rubenwardy » Mon May 30, 2016 11:58

Please can you explain further what you're asking for, as I can't tell
 

User avatar
azekill_DIABLO
Member
 
Posts: 3458
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO

Re: Minetest.Conf to Voxel.cong

by azekill_DIABLO » Mon May 30, 2016 13:36

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
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
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)

azekill_DIABLO said: Mineyoshi+ABJ+Baggins= TOPIC HIJACKED.
My Mods and Stuff | Voxellar | VoxBox on GITHUB | M.I.L.A Monster engine
WEIRD MODDING CONTEST !!!
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

Re: Minetest.Conf to Voxel.cong

by rubenwardy » Mon May 30, 2016 13:53

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.
 

User avatar
Nidefawl
Member
 
Posts: 17
Joined: Sun May 15, 2016 13:27
GitHub: Nidefawl22
IRC: Nidefawl
In-game: Nidefawl

Re: Minetest.Conf to Voxel.cong

by Nidefawl » Mon May 30, 2016 14:55

I tried I couldn't find anything.
 

User avatar
azekill_DIABLO
Member
 
Posts: 3458
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO

Re: Minetest.Conf to Voxel.cong

by azekill_DIABLO » Mon May 30, 2016 14:56

it's in the source code.... if you try to do it from a finished product it's impossible
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
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)

azekill_DIABLO said: Mineyoshi+ABJ+Baggins= TOPIC HIJACKED.
My Mods and Stuff | Voxellar | VoxBox on GITHUB | M.I.L.A Monster engine
WEIRD MODDING CONTEST !!!
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

Re: Minetest.Conf to Voxel.cong

by rubenwardy » Mon May 30, 2016 15:22

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
 

User avatar
Napiophelios
Member
 
Posts: 752
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: Minetest.Conf to Voxel.cong

by Napiophelios » Tue May 31, 2016 00:18

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?
 

User avatar
Nidefawl
Member
 
Posts: 17
Joined: Sun May 15, 2016 13:27
GitHub: Nidefawl22
IRC: Nidefawl
In-game: Nidefawl

Re: Minetest.Conf to Voxel.cong

by Nidefawl » Tue May 31, 2016 01:52

I closed it down and am releasing a subgame. I may help azekill_Diablo make a legit fork.
 

User avatar
azekill_DIABLO
Member
 
Posts: 3458
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO

Re: Minetest.Conf to Voxel.cong

by azekill_DIABLO » Tue May 31, 2016 07:55

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 :)
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
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)

azekill_DIABLO said: Mineyoshi+ABJ+Baggins= TOPIC HIJACKED.
My Mods and Stuff | Voxellar | VoxBox on GITHUB | M.I.L.A Monster engine
WEIRD MODDING CONTEST !!!
 


Return to Minetest-Related

Who is online

Users browsing this forum: No registered users and 25 guests

cron