Minetest 0.4.7 released!

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

by Mito551 » Sun Jun 09, 2013 20:51

games\%gamename%\mods\default\sounds
hope that helps
Last edited by Mito551 on Sun Jun 09, 2013 21:22, edited 1 time in total.
 

BAGPIPE
Member
 
Posts: 70
Joined: Tue Jan 22, 2013 20:37

by BAGPIPE » Sun Jun 09, 2013 21:41

While mining over a period of about 8 min, I found at least a dozen undefined nodes. I have also been noticing that the caves are oddly structured, and close together.
My username tells almost everything about me.
 

S0rceress0
New member
 
Posts: 9
Joined: Fri Jul 27, 2012 08:38

by S0rceress0 » Mon Jun 10, 2013 00:28

If the snow/ice is meant for a future snow biome, does that mean it's not there now? I wasn't sure if I was just unlucky trying to find it.....
 

User avatar
metouto
Member
 
Posts: 52
Joined: Tue Apr 19, 2011 23:41

by metouto » Mon Jun 10, 2013 01:17

PilzAdam wrote:
BAGPIPE wrote:Where (if you can) do you find jungle grass?

You need to generate jungles, wich can be done by adding "v6_jungles" to mg_flags in minetest.conf



Can you explain this a little more for me ( I'm a little slow :o( about things like this ) ... maybe an example to work by ????

thank you :o)
You can always tell a real friend: when you've made a fool of yourself he doesn't feel you've done a permanent job. ~Laurence J. Peter
 

User avatar
BorisGrishenko
Member
 
Posts: 206
Joined: Sun Jan 20, 2013 06:11

by BorisGrishenko » Mon Jun 10, 2013 03:08

Great! now back to work for me!
Hi, I'm this guy at his home somewhere in a very hot place.
Currently working on houses based in real and virtual worlds.
Judge Minister Claude Frollo should be a Disney Prince.
 

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

by PilzAdam » Mon Jun 10, 2013 11:13

metouto wrote:
PilzAdam wrote:
BAGPIPE wrote:Where (if you can) do you find jungle grass?

You need to generate jungles, wich can be done by adding "v6_jungles" to mg_flags in minetest.conf



Can you explain this a little more for me ( I'm a little slow :o( about things like this ) ... maybe an example to work by ????

thank you :o)

My mg_flags line looks 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
mg_flags = trees, caves, v6_jungles, dungeons

Just put this in minetest.conf and create a new world. Changing it without creating worlds doesnt affect anything.
 

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

by paramat » Mon Jun 10, 2013 22:13

S0rceress0 wrote:If the snow/ice is meant for a future snow biome, does that mean it's not there now? I wasn't sure if I was just unlucky trying to find it.....

Correct they're not there now, the new nodes are for the future mapgen V7 which has a new biome system.
I rely on donations to help provide an income https://forum.minetest.net/viewtopic.php?f=3&t=14935
 

User avatar
metouto
Member
 
Posts: 52
Joined: Tue Apr 19, 2011 23:41

by metouto » Tue Jun 11, 2013 02:05

PilzAdam wrote:
metouto wrote:
PilzAdam wrote:You need to generate jungles, wich can be done by adding "v6_jungles" to mg_flags in minetest.conf



Can you explain this a little more for me ( I'm a little slow :o( about things like this ) ... maybe an example to work by ????

thank you :o)

My mg_flags line looks 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
mg_flags = trees, caves, v6_jungles, dungeons

Just put this in minetest.conf and create a new world. Changing it without creating worlds doesnt affect anything.



Is this correct ??? .....

# This file is read by default from:
# ../minetest.conf
# ../../minetest.conf ..........


#
# Mapgen stuff
#

# Name of map generator to be used. Currently v6, indev and singlenode are supported.
#mg_name = v6
# Water level of map.
#water_level = 1
# Size of chunks to be generated.
#chunksize = 5
# Map generation attributes. Currently supported: trees, caves, flat, v6_biome_blend, v6_jungles, dungeons
#mg_flags = trees, caves, v6_biome_blend, v6_jungles, dungeons
# How large deserts and beaches are
#mgv6_freq_desert = 0.45
#mgv6_freq_beach = 0.15
# Perlin noise attributes for different map generation parameters
# Offset, scale, spread factor, seed offset, number of octaves, persistence
#mgv6_np_terrain_base = -4, 20, (250, 250, 250), 82341, 5, 0.6
#mgv6_np_terrain_higher = 20, 16, (500, 500, 500), 85039, 5, 0.6
#mgv6_np_steepness = 0.85, 0.5, (125, 125, 125), -932, 5, 0.7
#mgv6_np_height_select = 0.5, 1, (250, 250, 250), 4213, 5, 0.69
#mgv6_np_mud = 4, 2, (200, 200, 200), 91013, 3, 0.55
#mgv6_np_beach = 0, 1, (250, 250, 250), 59420, 3, 0.50
#mgv6_np_biome = 0, 1, (250, 250, 250), 9130, 3, 0.50
#mgv6_np_cave = 6, 6, (250, 250, 250), 34329, 3, 0.50
#mgv6_np_humidity = 0.5, 0.5, (500, 500, 500), 72384, 4, 0.66
#mgv6_np_trees = 0, 1, (125, 125, 125), 2, 4, 0.66
#mgv6_np_apple_trees = 0, 1, (100, 100, 100), 342902, 3, 0.45 ........
You can always tell a real friend: when you've made a fool of yourself he doesn't feel you've done a permanent job. ~Laurence J. Peter
 

CalumMc
Member
 
Posts: 58
Joined: Mon Dec 12, 2011 16:50

by CalumMc » Tue Jun 11, 2013 16:22

Yes, but you will need to remove the # from the start of the line.
 

User avatar
Topywo
Member
 
Posts: 1718
Joined: Fri May 18, 2012 20:27

by Topywo » Tue Jun 11, 2013 16:29

metouto wrote:Is this correct ??? .....

#mg_flags = trees, caves, v6_biome_blend, v6_jungles, dungeons


If this is in your minetest.conf, you'll need to remove the # to get it working (and create a new world).


A bit more info:
In minetest.conf.example you'll find all lines with a # in front of it. You can choose to copy some of them and then paste them in your minetest.conf. Get them working by removing the #.

Some lines you will not need to remove the #'s. For example:
# Map generation attributes. Currently supported: trees, caves, flat, v6_biome_blend, v6_jungles, dungeons
It's just explaining what possibilities there are, it isn't a command.

Some are already working default (you don't see them in your minetest.conf, but already working), like the map generation. You only need to copy them in your minetest.conf when you want different values (you want v6_jungles and dungeons as an extra in your world)

Edit: After 14 hours without a reply beaten by 7 minutes :-)
Last edited by Topywo on Tue Jun 11, 2013 16:30, edited 1 time in total.
 

User avatar
AndrOn
Member
 
Posts: 38
Joined: Fri May 31, 2013 22:32

by AndrOn » Tue Jun 11, 2013 17:06

thanks for the sounds! In fact I think they didn't move but I couldn't find them :)
sorry for bad english
 

User avatar
metouto
Member
 
Posts: 52
Joined: Tue Apr 19, 2011 23:41

by metouto » Tue Jun 11, 2013 22:13

@Topywo, @CalumMc @PilzAdam ...... got it to work and looks good .... :o) ..... thanks for all your help !!!!
You can always tell a real friend: when you've made a fool of yourself he doesn't feel you've done a permanent job. ~Laurence J. Peter
 

User avatar
DaN
Member
 
Posts: 82
Joined: Sat Apr 06, 2013 19:09

by DaN » Thu Jun 13, 2013 01:05

Yay! 0.4.7!
Yeah, I'm a week late...
DaN H.
 

User avatar
DaN
Member
 
Posts: 82
Joined: Sat Apr 06, 2013 19:09

by DaN » Thu Jun 13, 2013 01:14

Nice, but still as unstable on my PC as 0.4.4 was. Gotta find another PC to test on.
DaN H.
 

User avatar
LionsDen
Member
 
Posts: 525
Joined: Thu Jun 06, 2013 03:19

by LionsDen » Thu Jun 13, 2013 05:01

DaN wrote:Nice, but still as unstable on my PC as 0.4.4 was. Gotta find another PC to test on.


I was having some crashing problems on my Windows XP machine. I updated my graphics driver and haven't had a single crash since. I do still occasionally experience slow downs in my framerate (Yes, I did download the version that supposedly fixes this and it's better but still I can drop into the teens from the 50's and 60's) but if I stand still for a few moments, the framerate creeps back up. I use a Nvidia card and updated drivers seem to have eliminated the crashes for me.
 

ssieb
Member
 
Posts: 14
Joined: Mon Apr 08, 2013 19:51
GitHub: ssieb
IRC: ssieb

by ssieb » Thu Jun 13, 2013 16:13

LionsDen wrote:I was having some crashing problems on my Windows XP machine. I updated my graphics driver and haven't had a single crash since. I do still occasionally experience slow downs in my framerate (Yes, I did download the version that supposedly fixes this and it's better but still I can drop into the teens from the 50's and 60's) but if I stand still for a few moments, the framerate creeps back up. I use a Nvidia card and updated drivers seem to have eliminated the crashes for me.


The framerate comes back up because minetest has dynamic view distance adjustment based on the framerate. So if the framerate is too slow, it will gradually reduce the view distance until it's back up to the desired rate.
 

User avatar
PenguinDad
Member
 
Posts: 122
Joined: Wed Apr 10, 2013 16:46
GitHub: PenguinDad
IRC: PenguinDad GhostDoge
In-game: PenguinDad

by PenguinDad » Thu Jun 13, 2013 16:38

Where do I add the main_menu.ogg?
<Cyndra> Programming properly in C++ feels like putting together a jigsaw puzzle
<Cyndra> where the peices don't fit and the picture doesn't matter.
 

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

by PilzAdam » Thu Jun 13, 2013 17:05

Limux wrote:Where do I add the main_menu.ogg?

In $path_user/sounds, i.e. minetest/sounds/ in run_in_place and ~/.minetest/sounds/ in globally installed Linux versions.
 

aron1263
Member
 
Posts: 25
Joined: Sat May 04, 2013 06:24

by aron1263 » Fri Jun 14, 2013 11:07

why some items dont have pictures for me? they are completely invisible.
 

User avatar
sfan5
Member
 
Posts: 3636
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5

by sfan5 » Fri Jun 14, 2013 11:39

aron1263 wrote:why some items dont have pictures for me? they are completely invisible.

http://forum.minetest.net/viewtopic.php?id=3829
Mods: Mesecons | WorldEdit | Nuke
Minetest builds for Windows (32-bit & 64-bit)
 

aron1263
Member
 
Posts: 25
Joined: Sat May 04, 2013 06:24

by aron1263 » Fri Jun 14, 2013 11:57

the minetest.conf file is not complete?
address = 5.231.44.38
anisotropic_filter = 0
bilinear_filter = 0
creative_mode = 1
enable_3d_clouds = 1
enable_damage = 0
enable_particles = 1
enable_shaders = 2
liquid_finite = 0
mip_map = 0
name = Aron1263
new_style_leaves = 1
opaque_water = 0
port = 30001
preload_item_visuals = 1
selected_mainmenu_game = minetest
selected_mainmenu_tab = 0
selected_serverlist = 1
selected_world_path = C:\Users\HP\Desktop\Aron\minetest-0.4.7\bin\..\worlds\Test
server_announce = 0
server_dedicated = false
smooth_lighting = 1
trilinear_filter = 0
fast_move = false
free_move = true
 

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

by PilzAdam » Fri Jun 14, 2013 12:10

aron1263 wrote:the minetest.conf file is not complete?
address = 5.231.44.38
anisotropic_filter = 0
bilinear_filter = 0
creative_mode = 1
enable_3d_clouds = 1
enable_damage = 0
enable_particles = 1
enable_shaders = 2
liquid_finite = 0
mip_map = 0
name = Aron1263
new_style_leaves = 1
opaque_water = 0
port = 30001
preload_item_visuals = 1
selected_mainmenu_game = minetest
selected_mainmenu_tab = 0
selected_serverlist = 1
selected_world_path = C:\Users\HP\Desktop\Aron\minetest-0.4.7\bin\..\worlds\Test
server_announce = 0
server_dedicated = false
smooth_lighting = 1
trilinear_filter = 0
fast_move = false
free_move = true

Not all settings are written by default to minetest.conf. Copy them from minetest.conf.example if you need them (dont forget to remove the # at the beginning of the line).
 

aron1263
Member
 
Posts: 25
Joined: Sat May 04, 2013 06:24

by aron1263 » Fri Jun 14, 2013 12:34

Thanks it works now.
 

User avatar
DaN
Member
 
Posts: 82
Joined: Sat Apr 06, 2013 19:09

by DaN » Fri Jun 14, 2013 19:06

ssieb wrote:
LionsDen wrote:I was having some crashing problems on my Windows XP machine. I updated my graphics driver and haven't had a single crash since. I do still occasionally experience slow downs in my framerate (Yes, I did download the version that supposedly fixes this and it's better but still I can drop into the teens from the 50's and 60's) but if I stand still for a few moments, the framerate creeps back up. I use a Nvidia card and updated drivers seem to have eliminated the crashes for me.


The framerate comes back up because minetest has dynamic view distance adjustment based on the framerate. So if the framerate is too slow, it will gradually reduce the view distance until it's back up to the desired rate.


Thanks for the info.
DaN H.
 

RouisIbrahim1
New member
 
Posts: 1
Joined: Thu Jun 20, 2013 19:28

by RouisIbrahim1 » Thu Jun 20, 2013 19:30

Greate game and free! i love it!
 

User avatar
oOChainLynxOo
Member
 
Posts: 78
Joined: Mon Jan 28, 2013 02:59

by oOChainLynxOo » Fri Jun 21, 2013 22:27

I've had a problem with overpopulation of deserts in the last couple of builds and the lack of flat(ter) land to build something other than a 6x4 1-room house.

Not anything huge, but just a minuscule note.
Have a good day or good night or whatever time you're reading this.
 

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

by PilzAdam » Fri Jun 21, 2013 22:59

oOChainLynxOo wrote:I've had a problem with overpopulation of deserts in the last couple of builds and the lack of flat(ter) land to build something other than a 6x4 1-room house.

Not anything huge, but just a minuscule note.

Increase "mgv6_freq_desert" in minetest.conf a bit to make deserts more rare.
 

User avatar
oOChainLynxOo
Member
 
Posts: 78
Joined: Mon Jan 28, 2013 02:59

by oOChainLynxOo » Sat Jun 22, 2013 03:19

PilzAdam wrote:
oOChainLynxOo wrote:I've had a problem with overpopulation of deserts in the last couple of builds and the lack of flat(ter) land to build something other than a 6x4 1-room house.

Not anything huge, but just a minuscule note.

Increase "mgv6_freq_desert" in minetest.conf a bit to make deserts more rare.


It worked! Thank you!
Have a good day or good night or whatever time you're reading this.
 

User avatar
Blairtheminetestplayer
Member
 
Posts: 12
Joined: Sat Mar 02, 2013 03:48

by Blairtheminetestplayer » Tue Jun 25, 2013 00:08

Cool! Can't Wait to Try This Out. But do Servers Get updated Too?
Sorry about my incompetence!
Just bear with me for a second...
 

User avatar
Jordach
Member
 
Posts: 4412
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach

by Jordach » Tue Jun 25, 2013 06:52

Blairtheminetestplayer wrote:Cool! Can't Wait to Try This Out. But do Servers Get updated Too?
Servers usually update to the latest without problems, however, some don't because of mods that lose support or are just simply outdated.

( ͡° ͜ʖ ͡°) ( ͡o ͜ʖ ͡o) [$ ( ͡° ͜ʖ ͡°) $] ( ͡$ ͜ʖ ͡$) ヽ༼ຈل͜ຈ༽ノ



My image and media server is back online and is functioning as normal.
 

PreviousNext

Return to Minetest News

Who is online

Users browsing this forum: No registered users and 2 guests

cron