[Fun] Post your Nyancats!

robotest
Member
Posts: 11
Joined: Tue Jul 23, 2013 00:12

Re: [Fun] Post your Nyancats!

by robotest » Post

Image

Seed is 5108588313207710926
Coords are somewhere near x=25.8, z=180.5

User avatar
Krock
Developer
Posts: 4649
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker
Location: Switzerland
Contact:

Re: [Fun] Post your Nyancats!

by Krock » Post

Seed is 1234567890
Nyan cats are everywhere naturally spawned. (with some help of notepad
Image
Look, I programmed a bug for you. >> Mod Search Engine << - Mods by Krock - DuckDuckGo mod search bang: !mtmod <keyword here>

robotest
Member
Posts: 11
Joined: Tue Jul 23, 2013 00:12

Re: [Fun] Post your Nyancats!

by robotest » Post

What DID you do???

User avatar
Evergreen
Member
Posts: 2135
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen
Location: A forest in the midwest
Contact:

Re: [Fun] Post your Nyancats!

by Evergreen » Post

robotest wrote:What DID you do???
He just changed the spawn chance in the source code. I actually did that once to test nyan cats which generate with facedir.

robotest
Member
Posts: 11
Joined: Tue Jul 23, 2013 00:12

Re: [Fun] Post your Nyancats!

by robotest » Post

I don't know where in default\mapgen.lua he modified

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

Re: [Fun] Post your Nyancats!

by Inocudom » Post

While examining the Carbone game type, I found a nyan cat in the sky:
Image
Attachments
carbone_nyan.png
carbone_nyan.png (416.11 KiB) Viewed 1002 times

User avatar
sazonov.pavlik73
Member
Posts: 68
Joined: Sat Jan 11, 2014 12:55
Location: Россия (Russian)

Re: [Fun] Post your Nyancats!

by sazonov.pavlik73 » Post

Image

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

Re: [Fun] Post your Nyancats!

by Wuzzy » Post

This nyan cat is very close to the spawn:

Image

These are the coordinates:
X=9.3
Y=9.5
Z=-55.2
seed=4352838041890793014

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

Re: [Fun] Post your Nyancats!

by Wuzzy » Post

I found a large cluster of Nyan cats while using the “singlenode” mapgen and minetest_game. Isn’t singlenode supposed to not generate anything at all?
Image
This image does not show all nyan cats, there are a few more below.

Larger image: https://i.imgur.com/iAPpr6C.png
Coordinates:
X=69.9
Y=-612.8
Z=130.7
seed=5799246404455961535
Mapgen: singlenode
Minetest: v0.4.10

User avatar
Evergreen
Member
Posts: 2135
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen
Location: A forest in the midwest
Contact:

Re: [Fun] Post your Nyancats!

by Evergreen » Post

Wuzzy wrote:I found a large cluster of Nyan cats while using the “singlenode” mapgen and minetest_game. Isn’t singlenode supposed to not generate anything at all?
https://i.imgur.com/iAPpr6C.png
This image does not show all nyan cats, there are a few more below.

Larger image: https://i.imgur.com/iAPpr6C.png
Coordinates:
X=69.9
Y=-612.8
Z=130.7
seed=5799246404455961535
Mapgen: singlenode
Minetest: v0.4.10
Ah, reminds me of the nyan hunting we did on a private skyblock server hosted by sfan5. (/home mod was installed)
So basically, we just fell and looked for nyancats as we fell. Then, we built out to approximately the position of the nyan cat. Then, we used the sneak glitch to not take any fall damage when landing on the side of the cat. Good times.

User avatar
Evergreen
Member
Posts: 2135
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen
Location: A forest in the midwest
Contact:

Re: [Fun] Post your Nyancats!

by Evergreen » Post

Two nyan cats which can be seen at the same time:

Seed:

Code: Select all

5594158023238555080
#1 (Coords: -188, 7, 162)

Image

#2 (Coords: -129, 35, -38)

Image

(Game is Carbone)
Last edited by Evergreen on Mon Jul 14, 2014 01:02, edited 3 times in total.

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

Re: [Fun] Post your Nyancats!

by Wuzzy » Post

Something is wrong with the nyan cat rainbow in Carbone …
PS: Seedz and coordz or it didn’t happen
PPS: OK, this is legit. Nice find.

User avatar
Calinou
Moderator
Posts: 3169
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou
Location: Troyes, France
Contact:

Re: [Fun] Post your Nyancats!

by Calinou » Post

The nyan cat rainbow is slightly transparent, both the head and rainbow emit LIGHT_MAX. However, due to an engine bug, nyan cat rainbows will look dark in the inventory, like any other block that uses texture alpha.

User avatar
rubenwardy
Moderator
Posts: 6972
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

Re: [Fun] Post your Nyancats!

by rubenwardy » Post

I think Nyan Cat generation is in the default mode, as does not respect single node.
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

User avatar
Calinou
Moderator
Posts: 3169
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou
Location: Troyes, France
Contact:

Re: [Fun] Post your Nyancats!

by Calinou » Post

rubenwardy wrote:I think Nyan Cat generation is in the default mode, as does not respect single node.
In Carbone, you should be able to see nyan cats around in singlenode mapgen.

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

Re: [Fun] Post your Nyancats!

by Wuzzy » Post

Here are some older Nyan Cat screenshots I have accumulated.
Coordinates and seeds are in screenshots; I am too lazy too type.

Carbone:
Image
URL: https://i.imgur.com/jd5GRqP.png

The rainbow is still “wrong”. I didn’t mean the transparency, i meant the direction. The rainbow is vertical on the front side, not horizontal


minetest_game with Ethereal mod:
Image
URL: https://i.imgur.com/RwJHQV2.png

minetest_game:
Image
URL: https://i.imgur.com/bTs3I2n.png

The last screenshot probably shows my first Nyan Cat find ever. As you can see from the version, the screenshot is very old. I thought I have already posted it here, I wonder where the post went … IIRC I pretty much bragged around my first Nyan Cat find in this thread and the screenshot thread, because I was very happy about this. Now I can’t find either post … Strange.
Last edited by Wuzzy on Sun Aug 31, 2014 22:45, edited 2 times in total.

User avatar
Calinou
Moderator
Posts: 3169
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou
Location: Troyes, France
Contact:

Re: [Fun] Post your Nyancats!

by Calinou » Post

To make clickable images, use:

Code: Select all

[url=<url-to-image>][img]<url-to-image>[/img][/url]

User avatar
ExeterDad
Member
Posts: 1717
Joined: Sun Jun 01, 2014 20:00
In-game: ExeterDad
Location: New Hampshire U.S.A

Re: [Fun] Post your Nyancats!

by ExeterDad » Post

My wife, a son, and my daughter standing on their trophy cat.
It's nose was in the wall on the right, so I had to clean it up a bit for the photo op.
Image

User avatar
cx384
Member
Posts: 653
Joined: Wed Apr 23, 2014 09:38
GitHub: cx384
IRC: cx384

Re: [Fun] Post your Nyancats!

by cx384 » Post

cool
Can your read this?

User avatar
firefox
Member
Posts: 1709
Joined: Wed Jan 14, 2015 07:34
In-game: Red_Fox
Location: Xanadu

Re: [Fun] Post your Nyancats!

by firefox » Post

I modified my "default mod" so that nyan cats appear like they do in carbone.
Then I found this:
Image
Image
*nyan*
Attachments
screenshot_3845592556.png
screenshot_3845592556.png (34.5 KiB) Viewed 1002 times
screenshot_3845096478.png
screenshot_3845096478.png (23.81 KiB) Viewed 1002 times
Last edited by firefox on Wed Jan 14, 2015 15:59, edited 1 time in total.
✨🏳️‍🌈♣️✨

u34

Re: [Fun] Post your Nyancats!

by u34 » Post

minetest 2015-01-12 20-03-42-29.jpg
minetest 2015-01-12 20-03-42-29.jpg (238.61 KiB) Viewed 1002 times
my nyancat...

User avatar
GambitMonAmi
New member
Posts: 5
Joined: Wed Dec 10, 2014 20:05
In-game: GambitMonAmi

Re: [Fun] Post your Nyancats!

by GambitMonAmi » Post

Found my first the other day in a crystal cave on Nate123's server.

User avatar
Hybrid Dog
Member
Posts: 2828
Joined: Thu Nov 01, 2012 12:46
GitHub: HybridDog

Re: [Fun] Post your Nyancats!

by Hybrid Dog » Post

Image
Attachments
screenshot_3835688561.png
screenshot_3835688561.png (98.35 KiB) Viewed 1002 times

‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪

Marshall_maz
Member
Posts: 249
Joined: Mon Jul 14, 2014 17:13
In-game: Mazal
Location: Cullinan, South-Africa

Re: [Fun] Post your Nyancats!

by Marshall_maz » Post

Finally found one :)
Co-ords and seeds in the screenshot

Image


This is the link: http://picpaste.com/screenshot_877375136-5NGOgvlG.png

User avatar
ExeterDad
Member
Posts: 1717
Joined: Sun Jun 01, 2014 20:00
In-game: ExeterDad
Location: New Hampshire U.S.A

Re: [Fun] Post your Nyancats!

by ExeterDad » Post

Marshall_maz wrote:Finally found one :)
Co-ords and seeds in the screenshot

Image


This is the link: http://picpaste.com/screenshot_877375136-5NGOgvlG.png
That's a good looking cat you've got there :D
Congrats!

Post Reply

Who is online

Users browsing this forum: No registered users and 13 guests