MultiMC... Hates?... BTW

A place to talk to other users about the mod.
Post Reply
User avatar
Detritus
Posts: 398
Joined: Thu Aug 23, 2012 3:00 am
Location: Oz

MultiMC... Hates?... BTW

Post by Detritus »

Okay, so I noticed something funny when using MultiMC:
When you set the name of your new instance to BTW, something amusing happens. I'll leave it to you to find out for yourself if you care that much, but I'll put the results in a spoiler, in case you want to see.
Spoiler
Show
Image
Image
All parts should go together without forcing. You must remember that the parts you are reassembling were disassembled by you. Therefore, if you can't get them together again, there must be a reason. By all means, do not use a hammer.
User avatar
Magnavode
Posts: 42
Joined: Fri Sep 14, 2012 6:51 pm

Re: MultiMC... Hates?... BTW

Post by Magnavode »

Funny little easter egg. Don't think it implies hate though.

Anyway here's the source code on GitHub.
User avatar
Battosay
Posts: 2043
Joined: Mon Jul 04, 2011 7:37 pm

Re: MultiMC... Hates?... BTW

Post by Battosay »

Ahah :D

Code: Select all

wxString InstIconList::getRealIconKeyForEasterEgg ( wxString key, wxString name )
{
if (key == "default")
{
if (name.Lower().Contains("btw") ||
name.Lower().Contains("better then wolves") || // Because some people are stupid :D
name.Lower().Contains("better than wolves"))
{
return "herobrine";
}
else if (name.Lower().Contains("direwolf"))
{
return "enderman";
}
}
return key;
}
User avatar
Graphite
Posts: 390
Joined: Sun Mar 18, 2012 3:12 am

Re: MultiMC... Hates?... BTW

Post by Graphite »

Love the "because people are stupid" comment :P
tom_savage
Posts: 258
Joined: Tue Aug 21, 2012 1:48 pm

Re: MultiMC... Hates?... BTW

Post by tom_savage »

Hahaha, that's pure awesomesauce.

Love the comment.
Six
Posts: 599
Joined: Sat Jun 02, 2012 6:27 am

Re: MultiMC... Hates?... BTW

Post by Six »

Haha, that's great. I started using MultiMC just after TC3 came out, which was the previous version or two of it and this wasn't there yet.
User avatar
Gears
Posts: 146
Joined: Tue Dec 04, 2012 8:21 pm
Location: California

Re: MultiMC... Hates?... BTW

Post by Gears »

That made me chuckle a bit. Is that the only thing MultiMC does with better than wolves?

It would have been cooler though if they changed the icon to the BTW logo.
FlowerChild wrote:For example, I'm feeling such a whim right now, and look forward with anticipation to the feeling of satisfaction that shall come from acting upon it.
Former Drill Sergeant and cranky gamer
User avatar
Detritus
Posts: 398
Joined: Thu Aug 23, 2012 3:00 am
Location: Oz

Re: MultiMC... Hates?... BTW

Post by Detritus »

Mmm, it's a nice little joke xD
All parts should go together without forcing. You must remember that the parts you are reassembling were disassembled by you. Therefore, if you can't get them together again, there must be a reason. By all means, do not use a hammer.
User avatar
wizardglick
Posts: 53
Joined: Sun Jun 17, 2012 5:58 pm

Re: MultiMC... Hates?... BTW

Post by wizardglick »

Heh. I noticed that it changed, but I did not make the connection. Thanks!
Mr_Hosed
Posts: 583
Joined: Wed Sep 21, 2011 1:16 am

Re: MultiMC... Hates?... BTW

Post by Mr_Hosed »

Actually, the herobrine logo seems rather appropriate for a BTW instance concidering how sadistic steve has become under FC's tutelage ;)
Post Reply