|
multi has wolfs?
I drink to forget but I always remember.
|
|
|
|
≡
|
2011 Apr 20 at 03:18 UTC
|
|
|
buq25
2008 Jul 5 • 583
295 ₧
|
the_cloud_system said: multi has wolfs?
Aye
Today's post brought to you by the letter: "heck".
|
|
|
|
≡
|
2011 Apr 20 at 11:03 UTC
|
|
|
|
from youtube (you have to see if this is legit) said: On the new minecraft update theres a generator seed. Type in there 'AWESOME' if you want a cool icy map. Type 'glacier' to get some floating land and stuff. Type '404' to get a gravelly area. Type 'Chuck Norris' to get a desert. Give this a thumbs up to help people find cool spawn points.
I drink to forget but I always remember.
|
|
|
|
≡
|
2011 Apr 23 at 08:36 UTC
|
|
|
Down Rodeo
Cap'n Moth of the Firehouse
2007 Oct 19 • 5486
57,583 ₧
|
I can verify the 404 one. DIG THE GRAVEL. You know you want to.
My flatmate did Jurassic Park, it seemed pretty cool. That seed thing's been around since... 1.4 I think. Is that right?
|
|
|
|
≡
|
2011 Apr 23 at 15:13 UTC
|
|
|
|
Down Rodeo said: I can verify the 404 one. DIG THE GRAVEL. You know you want to.
My flatmate did Jurassic Park, it seemed pretty cool. That seed thing's been around since... 1.4 I think. Is that right?
I'm pretty sure it's been around since at least 1.3, that's the version I first played and it was around then.
By the way, I remember a similar seed thing in Age of Empires II in map creation. How exactly does something like this work? They probably didn't make tens of thousands of different maps and assigned each one a different number.
...and that's the bottom line because Mate de Vita said so.
|
|
|
|
≡
|
2011 Apr 23 at 17:58 UTC
— Ed. 2011 Apr 23 at 18:00 UTC
|
|
|
Down Rodeo
Cap'n Moth of the Firehouse
2007 Oct 19 • 5486
57,583 ₧
|
Nope. First, we need to look at random number generation...
One of the simplest ways to generate random numbers is to say code next = a*prev + b % some_big_number
This will generate a sequence of numbers when you make repeated calls to it (if you put it in a function, say). The choice of initial number obviously can have great effect on where the series goes, so if you allow the user to change that then you can have great variation for free! And actually an easy way for people to share maps without the associated memory/bandwidth costs. The difficulty lies in finding a good one.
|
|
|
|
≡
|
2011 Apr 23 at 20:28 UTC
|
|
|
|
I see. So they use a random number generator with the initial number set to your seed number to determine the sequence of random numbers that somehow determines how the map looks.
And I'm guessing these special seeds (404, Chuck Norris, Glacier) were incorporated as separate cases.
By the way, what's that b % big_number, won't that equal b (provided the b is an int)?
...and that's the bottom line because Mate de Vita said so.
|
|
|
|
≡
|
2011 Apr 24 at 09:21 UTC
— Ed. 2011 Apr 26 at 09:08 UTC
|
|
|
Down Rodeo
Cap'n Moth of the Firehouse
2007 Oct 19 • 5486
57,583 ₧
|
Well I believe notch uses a perlin noise function which requires some sequence of random numbers to generate the terrain. I don't think they were special cases, I'm willing to accept them as coincidences.
Oops, my bracketing was wrong. big_number should be really large and the whole expression should be modded. It's called a modular linear congruential generator if you want to look it up. I even have some code that I might be bothered to look up.
|
|
|
|
≡
|
2011 Apr 24 at 10:55 UTC
— Ed. 2011 Apr 24 at 10:56 UTC
|
|
|
|
the_cloud_system said:
That's what I'm doing tonight.
Crown Royal and Black and Milds.
|
|
|
|
≡
|
2011 Apr 26 at 05:59 UTC
|
|
|
|
sprinkles said: the_cloud_system said:
That's what I'm doing tonight.
Crown Royal and Black and Milds.
Tab 1: www.rainymood.com/
Tab 2: endlessvideo.com/watch?v=HMnrl0tmd3k
Tab 3: endlessvideo.com/watch?v=DIx3aMRDUL4
play them all
classy.bat
I drink to forget but I always remember.
|
|
|
|
≡
|
2011 Apr 26 at 06:38 UTC
— Ed. 2011 Apr 26 at 06:41 UTC
|
|
|
Crytax
Ph. D in Cryonics
2006 Apr 26 • 703
11 ₧
|
the_cloud_system said:
Tab 1: www.rainymood.com/
Tab 2: endlessvideo.com/watch?v=HMnrl0tmd3k
Tab 3: endlessvideo.com/watch?v=DIx3aMRDUL4
play them all
classy.bat
What if Gillette WAS the best a man could get?
|
|
|
|
≡
|
2011 May 4 at 03:43 UTC
— Ed. 2011 May 4 at 03:43 UTC
|
|
|
|
Diamond rarity is so overrated.
...and that's the bottom line because Mate de Vita said so.
|
|
|
|
≡
|
2011 May 5 at 13:47 UTC
|
|
|
Down Rodeo
Cap'n Moth of the Firehouse
2007 Oct 19 • 5486
57,583 ₧
|
Cloud stole that internet from reddit! I've had that tab with those links open on my Windows partition since... uh... quite a while ago anyway.
|
|
|
|
≡
|
2011 May 5 at 14:30 UTC
|
|
|
|
|
|
|
|
≡
|
2011 May 6 at 00:22 UTC
|
|
|
|
|
|
|
|
≡
|
2011 May 6 at 00:28 UTC
|
|
|
Down Rodeo
Cap'n Moth of the Firehouse
2007 Oct 19 • 5486
57,583 ₧
|
|
|
|
|
≡
|
2011 May 7 at 16:53 UTC
|
|
|
|
|
|
|
|
≡
|
2011 Jun 13 at 17:23 UTC
|
|
|
|
I haven't seen anyone logging in to it though.
|
|
|
|
≡
|
2011 Jun 14 at 04:29 UTC
|
|
|
|
|
will do
edit: holy shit this is confuseing
I drink to forget but I always remember.
|
|
|
|
≡
|
2011 Jun 14 at 06:06 UTC
— Ed. 2011 Jun 14 at 06:17 UTC
|
|
|
|
|
|
|
|
≡
|
2011 Jun 15 at 09:15 UTC
— Ed. 2011 Jun 15 at 09:16 UTC
|
|
|
buq25
2008 Jul 5 • 583
295 ₧
|
Minecraft update 1.7!
Added two kinds of pistons and shears.
Pistons push blocks in the direction they are facing when they get electricity and go back when the electricity stops.
Sticky pistons push blocks in the direction they are facing when they get electricity and go back when the electricity stops but also pulls the block it pushed backwards.
Shears are now the only way of getting wool, punching sheeps does nothing. This is because Mojang are working on making creatures more lasting in the world (they don't despawn as quickly), which makes their work of making the wool on the sheep grow back actually worth while.
Pistons can be used for making secret doors such as this:
Sick vid
Yes, I figured this out, built it and uploaded it. That gives me bragging rights!
Today's post brought to you by the letter: "heck".
|
|
|
|
≡
|
2011 Jul 1 at 23:51 UTC
|
|
|
|
I updated the servers to 1.7.2.
Here they at:
mc.superjer.com
mc.superjer.com:25566
|
|
|
|
≡
|
2011 Jul 2 at 01:57 UTC
|
|
|
|
find a mod for minecraft
its about pistons
spend houers trying to get mod to work
then pistons are added in update?
ragequitjoinbacklater
I drink to forget but I always remember.
|
|
|
|
≡
|
2011 Jul 3 at 06:21 UTC
|
|
|
|
the_cloud_system said: find a mod for minecraft
its about pistons
spend houers trying to get mod to work
then pistons are added in update?
ragequitjoinbacklater
What's the problem? Sounds like Notch solved it for you.
|
|
|
|
≡
|
2011 Jul 4 at 04:56 UTC
|
|
|
|