Minetest 0.4.6 released!

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Mon Apr 08, 2013 16:39

dove_g wrote:
PilzAdam wrote:
Likwid H-Craft wrote:ADAM WHY THE mg_flags not making my, map flat?

Also make sure that you have create a new map after setting it and that minetest wasnt running when you edited the file.


Anyway, I do have 0.4.6 version.

1. My question is after upgrade from 0.4.5 to 0.4.6, do I need to create new world to get diamond and lava cooling etc?
2. Can i somehow regenerate old world into new version (not to lose all buildings)?
3. In 0.4.6 using old world generated from 0.4.5 I discover that can't create mese pick?! Nothing happens.

Tnx for reply.

Features like lavacooling dont need a new world, but to get the new ores you need to go to places in the map that werent generated before.
To use your 0.4.5 world in 0.4.6 you just have to copy the world. But there is a problem with map_meta.txt, you have to add these two lines at the end of it:
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
mgv6_np_apple_trees = 0.000000, 1.000000, (100.000000, 100.000000, 100.000000), 342902, 3, 0.450000
mgv6_np_humidity = 0.500000, 0.500000, (500.000000, 500.000000, 500.000000), 72384, 4, 0.660000
 

dove_g
New member
 
Posts: 6
Joined: Wed Apr 03, 2013 08:41

by dove_g » Mon Apr 08, 2013 16:55

PilzAdam wrote:To use your 0.4.5 world in 0.4.6 you just have to copy the world. But  there is a problem with map_meta.txt, you have to add these two lines at the end of it:


OK thank you,
acctualy this both line I do have, so I suppose it is not important to add.
How can I know which location weren't generated :)?!
 

oxenfreedan
Member
 
Posts: 218
Joined: Tue Jan 22, 2013 01:39

by oxenfreedan » Tue Apr 09, 2013 00:32

The lag is so much reduced on 0.4.6!! I love the upgrade!
My Awesome Map please try:
http://forum.minetest.net/viewtopic.php?id=5028
I've played minetest since 0.3.1 came out!
Mostly when on forums I'm using a uniden tablet!
 

LazyJ
Member
 
Posts: 479
Joined: Wed Sep 12, 2012 12:29

by LazyJ » Tue Apr 09, 2013 13:17

I'm having a bit of trouble with the 2013_04_08 build of Minetest.

I've downloaded the engine and the games from Github.
Made sure the dependencies listed in the README.txt file are up-to-date.
Compiled MT on linux (following the instructions in the README.txt file).
Run the program.
Adjust the settings in the menus and the privs in-game.
Exit MT and then...

1. MT is not able to create the minetest.conf file. I've checked the file permissions and they are the same as the earlier build I was using.

2. When I "Exit to OS", the terminal is filled with lines from "Memory map" and ends with "(core dumped)".

3. When I "Exit to Menu", MT crashes.

Any ideas or solutions?

Other than that, thanks for all the improvements in 0.4.6!
Last edited by LazyJ on Tue Apr 09, 2013 13:42, edited 1 time in total.
.: Minetest 0.4.14 ~ Linux Mint ~ A moka pot, a French press, a dirty coffee cup, and a spoiled-rotten kitty :.
Visit our Minetest server at: LinuxGaming2.com, port 30000
Screenshots, overview maps, and server info at: http://forum.minetest.net/viewtopic.php?f=10&t=5684
My blog: http://lazyjminetest.blogspot.com/
 

User avatar
csbeav
New member
 
Posts: 9
Joined: Sun Feb 05, 2012 02:36

by csbeav » Fri Apr 12, 2013 18:04

@Mauvebic: About the light spots. I've been using the fire mod for some time and each time I get an out of control burn I dump water sources all around to dowse it. After logging out and back in again there are weird light areas all over the map. My fix, and this takes some time, is to place multiple blocks of wool about 10 to 20 high and sight the column for light areas. Sometimes I have to build giant towers but there will be some invisible light sources from fire that are hanging in the air. Once you find them and place something in it's node path, such as wool, the new object or node overwrites the spot where invisible fire exists. I've tried using the /clearobjects command multiple times on this with no effect. Building the towers of something lite always works but it is a pain.
Last edited by csbeav on Fri Apr 12, 2013 18:06, edited 1 time in total.
 

klv
New member
 
Posts: 1
Joined: Sat Apr 13, 2013 19:12

by klv » Sat Apr 13, 2013 19:14

i compiled minetest as per the readme on the github page but on running the client i encounter the below error
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
$ ./bin/minetest --verbose
22:06:59: INFO[main]: Using relative paths (RUN_IN_PLACE)
22:06:59: INFO[main]: path_share = /media/vitu/minetest-client/bin/..
22:06:59: INFO[main]: path_user  = /media/vitu/minetest-client/bin/..
22:06:59: INFO[main]: minetest with SER_FMT_VER_HIGHEST=25, VER=0.4.6 BUILD_TYPE=Release RUN_IN_PLACE=1 USE_GETTEXT=0 USE_SOUND=1 STATIC_SHAREDIR=.
22:06:59: INFO[main]: logfile    = debug.txt
Segmentation fault (core dumped)

compiled on fedora 18 64bit
what could be the issue?
 

User avatar
YoYoBuddy
Member
 
Posts: 247
Joined: Sun Jan 27, 2013 00:49

by YoYoBuddy » Mon Apr 15, 2013 19:34

The hell is a sticky for anyways?
“People are more difficult to work with than machines. And when you break a
person, he can't be fixed."

-Rick Riordan
 

BenAmaranth
Member
 
Posts: 60
Joined: Thu Oct 04, 2012 15:14

by BenAmaranth » Sun Apr 21, 2013 23:33

Is the map_meta.txt file standard in every world? As in the exact same file?
Air (you hacker you!)
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Mon Apr 22, 2013 08:39

map_meta.txt gets it content from minetest.conf when entering the world the first time.
 

BenAmaranth
Member
 
Posts: 60
Joined: Thu Oct 04, 2012 15:14

by BenAmaranth » Mon Apr 22, 2013 19:03

PilzAdam wrote:map_meta.txt gets it content from minetest.conf when entering the world the first time.


So C&Ping the altered file when switching my maps to 4.6 is NOT a good idea.
Air (you hacker you!)
 

dorian
New member
 
Posts: 1
Joined: Wed Apr 24, 2013 18:26

by dorian » Wed Apr 24, 2013 18:30

My server is French and anglais.mise regularly updated but some bugs.
ip:grochat.no-ip.org
port:30000
good visit
 

User avatar
Calinou
Member
 
Posts: 3124
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou

by Calinou » Wed Apr 24, 2013 19:13

dorian wrote:My server is French and anglais.mise regularly updated but some bugs.
ip:grochat.no-ip.org
port:30000
good visit


Post your server in the Servers forum in a new topic, not here.
Last edited by Calinou on Wed Apr 24, 2013 19:13, edited 1 time in total.
 

User avatar
lonely
Member
 
Posts: 58
Joined: Fri Feb 01, 2013 15:30

by lonely » Thu May 30, 2013 09:38

What can you make with gold except blocks and ingots?
Last edited by lonely on Thu May 30, 2013 09:39, edited 1 time in total.
Aperture science:[url]http:forum.minetest.net/viewtopic.php?id=5917[/url]
I v'e got MineCraft now, so goodbye. You can look for me at the minecraft forum. my name there
is Portalfreaky.
 

paramat
Member
 
Posts: 2662
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat

by paramat » Sat Jun 15, 2013 00:18

A few weeks ago i upgraded from 0.4.4 to 0.4.6 and it has blown my mind, i love it, thank you so much! I love the new features, options, the extra speed and stability, my mods generate huge structures significantly faster. For me cubic-chunk Minetest is already far better than MC with it's claustraphobic 256m world height. 0.4.6 shows me Minetest is in good hands and is going in a good direction.
Last edited by paramat on Sat Jun 15, 2013 00:28, edited 1 time in total.
I rely on donations to help provide an income https://forum.minetest.net/viewtopic.php?f=3&t=14935
 

User avatar
Evergreen
Member
 
Posts: 2131
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen

by Evergreen » Sat Jun 15, 2013 00:39

paramat wrote:A few weeks ago i upgraded from 0.4.4 to 0.4.6 and it has blown my mind, i love it, thank you so much! I love the new features, options, the extra speed and stability, my mods generate huge structures significantly faster. For me cubic-chunk Minetest is already far better than MC with it's claustraphobic 256m world height. 0.4.6 shows me Minetest is in good hands and is going in a good direction.

You know 0.4.7 is released, right?
"Help! I searched for a mod but I couldn't find it!"
http://krock-works.16mb.com/MTstuff/modSearch.php
 

paramat
Member
 
Posts: 2662
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat

by paramat » Sat Jun 15, 2013 06:25

Yeah i upgraded today :] thought it was a good time to give feedback on 0.4.6.
I rely on donations to help provide an income https://forum.minetest.net/viewtopic.php?f=3&t=14935
 

User avatar
Mito551
Member
 
Posts: 1271
Joined: Sat Jun 16, 2012 15:03

by Mito551 » Sat Jun 15, 2013 10:54

paramat wrote:Yeah i upgraded today :] thought it was a good time to give feedback on 0.4.6.


good shot for 1st april's :D
 

Previous

Return to Minetest News

Who is online

Users browsing this forum: No registered users and 4 guests

cron