Seeds

User avatar
darthvader
Member
 
Posts: 119
Joined: Sun Sep 08, 2013 14:35

Seeds

by darthvader » Mon Sep 23, 2013 10:31

When I look at the debug info, they give me a seed, but how do you use it?
Q. Why cant you write with a broken pencil?
A. Because its not in minetest.
(The original answer is "Because it's pointless.")
 

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

by PilzAdam » Mon Sep 23, 2013 11:20

What do you mean by "how do you use it"?
 

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

by paramat » Mon Sep 23, 2013 11:22

De bug gave you a seed?
Plant it in soil add water it might be something nice ;)
Last edited by paramat on Mon Sep 23, 2013 11:32, 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
darthvader
Member
 
Posts: 119
Joined: Sun Sep 08, 2013 14:35

by darthvader » Mon Sep 23, 2013 17:50

How do you type it in for world generation?
Q. Why cant you write with a broken pencil?
A. Because its not in minetest.
(The original answer is "Because it's pointless.")
 

User avatar
darthvader
Member
 
Posts: 119
Joined: Sun Sep 08, 2013 14:35

by darthvader » Mon Sep 23, 2013 17:53

paramat wrote:De bug gave you a seed?
Plant it in soil add water it might be something nice ;)


Idiot, a world generation seed.
Q. Why cant you write with a broken pencil?
A. Because its not in minetest.
(The original answer is "Because it's pointless.")
 

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

by PilzAdam » Mon Sep 23, 2013 18:35

darthvader wrote:
paramat wrote:De bug gave you a seed?
Plant it in soil add water it might be something nice ;)


Idiot, a world generation seed.

Huh? Are you unable to understand simple jokes? Do you feel unsure about yourself and have to compensate that by insulting others?
 

User avatar
darthvader
Member
 
Posts: 119
Joined: Sun Sep 08, 2013 14:35

by darthvader » Mon Sep 23, 2013 18:54

PilzAdam wrote:
darthvader wrote:
paramat wrote:De bug gave you a seed?
Plant it in soil add water it might be something nice ;)


Idiot, a world generation seed.

Huh? Are you unable to understand simple jokes? Do you feel unsure about yourself and have to compensate that by insulting others?


Sorry, but this is FORUMS, you need to take it seriously.
Q. Why cant you write with a broken pencil?
A. Because its not in minetest.
(The original answer is "Because it's pointless.")
 

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

by paramat » Mon Sep 23, 2013 22:17

LOL don't worry guys i didn't take offense :)
Last edited by paramat on Tue Sep 24, 2013 04:11, 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
Menche
Member
 
Posts: 994
Joined: Sat Jul 02, 2011 00:43

by Menche » Mon Sep 23, 2013 23:43

There isn't a nice graphical way of using seeds right now. There are 2 things you can do:
  • Set it in the config, so it affects all new worlds:
    Do one of the following:
    • Close Minetest, add "fixed_map_seed = your_seed" to minetest.conf.
    • Say "/set -n fixed_map_seed your_seed" in-game, then create a new world.
  • Set it for one world, sort of hacky:
    1. Create a new world, then close minetest.
    2. Delete the file "map.sqlite" and/or "map.db" from the world folder.
    3. Edit the file "map_meta.txt"; change the "seed = " value to what you want.
    4. Load the world; it should regenerate with the new seed.
Last edited by Menche on Mon Sep 23, 2013 23:47, edited 1 time in total.
An innocent kitten dies every time you top-post.
I am on the Voxelands Forums more often than here.
Try Voxelands (forked from Minetest 0.3) by darkrose
 

User avatar
kaeza
Member
 
Posts: 2141
Joined: Thu Oct 18, 2012 05:00
GitHub: kaeza
IRC: kaeza diemartin blaaaaargh
In-game: kaeza

by kaeza » Tue Sep 24, 2013 00:07

darthvader wrote:Sorry, but this is FORUMS, you need to take it seriously.

Still, insulting others in a forum where everyone is volunteering their efforts (i.e. not being paid to help you) will not yield good results.

Anyway, back to topic, create a new world, go to <yourminetestdir>\worlds\<yourworldname>, open world.mt with Notepad, and edit the line that says "seed=<a number>". Replace <a number> with your seed, delete the file map.sqlite, and then enter your world again to use the seed.

Either that or wait until 0.4.8 which will have a "seed" field in map creation dialog.

EDIT: Ninja'd by Menche
Last edited by kaeza on Tue Sep 24, 2013 00:08, edited 1 time in total.
Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!

Check out my stuff! | Donations greatly appreciated! PayPal | BTC: 1DFZAa5VtNG7Levux4oP6BuUzr1e83pJK2
 

User avatar
Inocudom
Member
 
Posts: 2889
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

by Inocudom » Tue Sep 24, 2013 01:32

I feel the need to state that the Minetest community consists of hobbyists, not slaves. Just something everyone here should keep in mind. I want this community to be a friendly place where people feel welcome, not a clone of Minecraft's community.
 

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

by paramat » Tue Sep 24, 2013 04:11

I didn't take the insult seriously, i thought it was funny B)
I rely on donations to help provide an income https://forum.minetest.net/viewtopic.php?f=3&t=14935
 

User avatar
darthvader
Member
 
Posts: 119
Joined: Sun Sep 08, 2013 14:35

by darthvader » Tue Sep 24, 2013 15:42

paramat wrote:I didn't take the insult seriously, i thought it was funny B)


Sorry, but why funny?
Last edited by darthvader on Tue Sep 24, 2013 15:49, edited 1 time in total.
Q. Why cant you write with a broken pencil?
A. Because its not in minetest.
(The original answer is "Because it's pointless.")
 

User avatar
darthvader
Member
 
Posts: 119
Joined: Sun Sep 08, 2013 14:35

by darthvader » Tue Sep 24, 2013 15:47

But sill, if you wanna mess around go to offtopic, maps, mods or texture packs. But not when somebody asks a question and wants the answer ASAP. (LIKE ME!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!)
Q. Why cant you write with a broken pencil?
A. Because its not in minetest.
(The original answer is "Because it's pointless.")
 

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

by PilzAdam » Tue Sep 24, 2013 15:51

darthvader wrote:But sill, if you wanna mess around go to offtopic, maps, mods or texture packs. But not when somebody asks a question and wants the answer ASAP. (LIKE ME!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!)

No, impatient or insulting people wont get answers (maybe read "How to ask questions" in my signature).
This is a game forum, we are all here in our freetime and just want to have fun. If people want to make jokes, let them do it.
 

User avatar
darthvader
Member
 
Posts: 119
Joined: Sun Sep 08, 2013 14:35

by darthvader » Tue Sep 24, 2013 15:53

PilzAdam wrote:
darthvader wrote:But sill, if you wanna mess around go to offtopic, maps, mods or texture packs. But not when somebody asks a question and wants the answer ASAP. (LIKE ME!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!)

No, impatient or insulting people wont get answers (maybe read "How to ask questions" in my signature).
This is a game forum, we are all here in our freetime and just want to have fun. If people want to make jokes, let them do it.

OK, I really realise ur telling the truth, i'll try not to do dat again. (I have anger issues)
Q. Why cant you write with a broken pencil?
A. Because its not in minetest.
(The original answer is "Because it's pointless.")
 

User avatar
darthvader
Member
 
Posts: 119
Joined: Sun Sep 08, 2013 14:35

by darthvader » Tue Sep 24, 2013 15:55

kaeza wrote:Still, insulting others in a forum where everyone is volunteering their efforts (i.e. not being paid to help you) will not yield good results.

Anyway, back to topic, create a new world, go to <yourminetestdir>\worlds\<yourworldname>, open world.mt with Notepad, and edit the line that says "seed=<a number>". Replace <a number> with your seed, delete the file map.sqlite, and then enter your world again to use the seed.

Either that or wait until 0.4.8 which will have a "seed" field in map creation dialog.

EDIT: Ninja'd by Menche

Where can I download 0.4.8?
Q. Why cant you write with a broken pencil?
A. Because its not in minetest.
(The original answer is "Because it's pointless.")
 

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

by sfan5 » Tue Sep 24, 2013 16:09

darthvader wrote:
kaeza wrote:Still, insulting others in a forum where everyone is volunteering their efforts (i.e. not being paid to help you) will not yield good results.

Anyway, back to topic, create a new world, go to <yourminetestdir>\worlds\<yourworldname>, open world.mt with Notepad, and edit the line that says "seed=<a number>". Replace <a number> with your seed, delete the file map.sqlite, and then enter your world again to use the seed.

Either that or wait until 0.4.8 which will have a "seed" field in map creation dialog.

EDIT: Ninja'd by Menche

Where can I download 0.4.8?

0.4.8 is not released yet
Mods: Mesecons | WorldEdit | Nuke
Minetest builds for Windows (32-bit & 64-bit)
 

User avatar
darthvader
Member
 
Posts: 119
Joined: Sun Sep 08, 2013 14:35

by darthvader » Tue Sep 24, 2013 17:41

PilzAdam wrote:(maybe read "How to ask questions" in my signature).


Boooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooorrrrrrriiiiinnnng
Q. Why cant you write with a broken pencil?
A. Because its not in minetest.
(The original answer is "Because it's pointless.")
 

User avatar
Inocudom
Member
 
Posts: 2889
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

by Inocudom » Tue Sep 24, 2013 19:23

darthvader wrote:
PilzAdam wrote:(maybe read "How to ask questions" in my signature).


Boooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooorrrrrrriiiiinnnng


Do not underestimate the values of being able to think for yourself, being able to focus, being able to reason, and being able to learn.
 

User avatar
darthvader
Member
 
Posts: 119
Joined: Sun Sep 08, 2013 14:35

by darthvader » Tue Sep 24, 2013 19:35

paramat wrote:LOL don't worry guys i didn't take offense :)


Ok, you didn't take offense. But I am really sorry.
Q. Why cant you write with a broken pencil?
A. Because its not in minetest.
(The original answer is "Because it's pointless.")
 

User avatar
darthvader
Member
 
Posts: 119
Joined: Sun Sep 08, 2013 14:35

by darthvader » Tue Sep 24, 2013 19:36

Inocudom wrote:
darthvader wrote:
PilzAdam wrote:(maybe read "How to ask questions" in my signature).


Boooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooorrrrrrriiiiinnnng


Do not underestimate the values of being able to think for yourself, being able to focus, being able to reason, and being able to learn.


I agree, but that is lame.
Q. Why cant you write with a broken pencil?
A. Because its not in minetest.
(The original answer is "Because it's pointless.")
 

User avatar
darthvader
Member
 
Posts: 119
Joined: Sun Sep 08, 2013 14:35

by darthvader » Tue Sep 24, 2013 19:38

C'mon guys, I don't wanna start a fight. Please, calm down.
Q. Why cant you write with a broken pencil?
A. Because its not in minetest.
(The original answer is "Because it's pointless.")
 

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

by paramat » Tue Sep 24, 2013 22:14

darthvader wrote:Ok, you didn't take offense. But I am really sorry.

Thanks for that :)
I rely on donations to help provide an income https://forum.minetest.net/viewtopic.php?f=3&t=14935
 

dirkk0
New member
 
Posts: 1
Joined: Sun Sep 28, 2014 09:05
GitHub: dirkk0
IRC: dirkk0
In-game: dirkk0

Re: Seeds

by dirkk0 » Sun Sep 28, 2014 09:14

Sorry to resurrect this old thread, but since I had the same question - something like this works for me:
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
rm .minetest/worlds/world/map.sqlite
rm .minetest/worlds/world/world.mt
rm -rf .minetest/worlds/world/players
rm -rf .minetest/worlds/world/auth.txt
rm -rf .minetest/worlds/world/rollback.sqlite
rm -rf .minetest/worlds/world/env_meta.txt
cat .minetest/worlds/world/map_meta.txt | sed 's/seed =.*/seed = 6822430540582620989/' > del.txt
rm .minetest/worlds/world/map_meta.txt
mv del.txt .minetest/worlds/world/map_meta.txxt


(surprisingly enough, the seed '123' gives a nice world, with coal in your vicinity :-) )
 

User avatar
Wuzzy
Member
 
Posts: 2161
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy

Re: Seeds

by Wuzzy » Mon Sep 29, 2014 22:57

Why so complicated?

Version 0.4.10 has now a simple way to use the world seed. Create a new world, in the following dialog there is now an input field to enter the seed. Problem solved! :-)
 


Return to Minetest Problems

Who is online

Users browsing this forum: No registered users and 8 guests

cron