¿Make the map is not generated?

sanandresm
New member
 
Posts: 9
Joined: Mon Feb 01, 2016 21:26
GitHub: sanandresm
IRC: sanandresm
In-game: sanandresm

¿Make the map is not generated?

by sanandresm » Sun Feb 28, 2016 22:07

¿Is there any way to make Minetest not generate more map when I commanded?
 

cheapie
Member
 
Posts: 304
Joined: Mon May 14, 2012 00:59
GitHub: cheapie
IRC: cheapie
In-game: cheapie

Re: ¿Make the map is not generated?

by cheapie » Mon Feb 29, 2016 04:08

I found a few things in minetest.conf that might work:
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
#    From how far blocks are generated for clients, stated in mapblocks (16 nodes).
#    type: int
# max_block_generate_distance = 6

Setting that to 0 *might* do what you want.

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
#    Size of chunks to be generated at once by mapgen, stated in mapblocks (16 nodes).
#    type: int
# chunksize = 5

Same here.

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
#    Maximum number of blocks to be queued that are to be generated.
#    Set to blank for an appropriate amount to be chosen automatically.
#    type: int
# emergequeue_limit_generate = 32

And here.

I have no idea if any of those will work, but it's worth a shot.

Alternatively, if you just want to limit generation to a certain area, try 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
#    Where the map generator stops.
#    Please note:
#    -    Limited to 31000 (setting above has no effect)
#    -    The map generator works in groups of 80x80x80 nodes (5x5x5 MapBlocks).
#    -    Those groups have an offset of -32, -32 nodes from the origin.
#    -    Only groups which are within the map_generation_limit are generated
#    type: int min: 0 max: 31000
# map_generation_limit = 31000
 


Return to Minetest General

Who is online

Users browsing this forum: No registered users and 16 guests

cron