Kuribo64
Views: 14,036,389 Home | Forums | Uploader | Wiki | Object databases | IRC
Rules/FAQ | Memberlist | Calendar | Stats | Online users | Last posts | Search
04-05-21 09:41 PM
Guest:

Main - Posts by gridatttack

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 ... 67 68 69 70 71
gridatttack
Posted on 03-20-13 05:13 PM, in L1'S DTTNHT 9: Bossy Link | #18391
I dont know...maybe Link's 'power' to find money/valuable objects by cutting grass and pots...
(or perhaps Mario's ice flower)


Posted by Polari
If I could have the power of any character in anything, I'd chose Tayuya's epic powers :3
ikr :3


____________________
[image] [image]

gridatttack
Posted on 03-21-13 03:29 PM, in Wii U Compatibility Link | #18436
Posted by AwesomeAddict
We need to make it possible for Wii U owners (like myself) to play...


Easier said than done :P

The wii U is a new console, so dont expect hacks regarding it to appear soon. Maybe wii mode might get hacked first...

____________________
[image] [image]

gridatttack
Posted on 03-21-13 03:31 PM, in Wii U Compatibility Link | #18437
Similar thread to this one:

http://kuribo64.net/?page=thread&id=653

You perhaps can ask that there... (but the answer will likely be no)

____________________
[image] [image]

gridatttack
Posted on 03-21-13 07:41 PM, in L1'S DTTNHT 9: Bossy (rev. 2 of 03-21-13 07:43 PM) Link | #18471
An opinion people dislikes?

I think Mario Kart: Super Circuit is one of the best Mario Karts, above all the other (except MK7)

____________________
[image] [image]

gridatttack
Posted on 03-22-13 12:37 AM, in Cool Bits and Things you never noticed Link | #18483
From DYKG:


[image]

I dont have the game, so I cant confirm it...
But might this event foreshadowed LM:DM?

____________________
[image] [image]

gridatttack
Posted on 03-22-13 03:12 PM, in Cool Bits and Things you never noticed Link | #18492
Posted by MarioMaster720
I wonder why it was put there. Just as scenery would be pointless since nobody is going to wait 30 seconds before the goal post :P


Well, that is named an "Easter egg"

Also I wonder, is this also true?

[image]

If it is, I wonder what other hidden things SM3DL has.

____________________
[image] [image]

gridatttack
Posted on 03-22-13 03:40 PM, in Cool Bits and Things you never noticed Link | #18498
Posted by HolyRomanEmperorTatan
Let's take a look at easter eggs:

SM64[DS]-"L is real 2401" (I don't think it says "Eternal Star".)
SMS-Book


The L is real is actually debatable. Its just a generic texture, not saying that L(uigi) is real. Ive heard that texture also appears on OoT.

Also the Book in SMS is a leftover form early version, but counts as an easter egg. (lazy nintendo for not cleaning the levels up before release xP)

____________________
[image] [image]

gridatttack
Posted on 03-23-13 12:51 AM, in L1'S DTTNHT 9: Bossy (rev. 2 of 03-23-13 12:52 AM) Link | #18521
I dont know or I dont remember.
Maybe the most recent I can remember is the last battle in the Naruto shippuden ultimate ninja 5, in which the computer was insane and could finish you in less than 30 seconds...

Mario related, perhaps it was the damn princesses shrooms in Partners in time... (but it was my fault, since I got there severely under-leveled and most of the time, I was trashed in under a minute...)

____________________
[image] [image]

gridatttack
Posted on 03-23-13 08:20 PM, in Luigi's Mansion Thread Link | #18547
Posted by Luigi#1
Somebody tell me how to put things in spoilers? I bring pleasent news.


You can use the "..." button that is to the left of the smiley button, located above where you write your post content :P

Also I decided I will get this game. Looks cool.

____________________
[image] [image]

gridatttack
Posted on 03-24-13 06:44 PM, in 3DS Friend Codes Link | #18625
4554-0649-6542

Mine. In case anyone would like to add me...

____________________
[image] [image]

gridatttack
Posted on 03-24-13 10:03 PM, in Luigi's Mansion Thread Link | #18638
I wonder, Ive heard that the ghosts lost their 'personalities', like they are just now generic ghost enemies, unlike each unique major ghost in LM1.

Is that true?

____________________
[image] [image]

gridatttack
Posted on 03-25-13 04:07 PM, in Luigi's Mansion Thread Link | #18658
Another thing I have to ask, is the level layout like LM1?
Like, you have one big mansion, and must search the keys for rooms, etc?
Or here is just different mansions (not as big as LM1), with linear progression?

____________________
[image] [image]

gridatttack
Posted on 03-28-13 09:15 PM, in Post layout guidelines -- how to make a really cool one Link | #18786
Well, you can make the mainbar textbox more darker, since its using 0.3 of darkness now.
(Maybe 0.5 might work, but maybe it would be too dark for the image, but dunno)


Also, how does my post layout looks? :3


____________________
[image] [image]

gridatttack
Posted on 03-29-13 08:00 PM, in The Birthday Wishes Thread Link | #18803
Happy Birthday Arisotura! [image]

____________________
[image] [image]

(post in restricted forum)

gridatttack
Posted on 04-03-13 03:40 PM, in The Pokémon Thread (rev. 2 of 04-03-13 03:41 PM) Link | #19102
I dont know...it looks weird & odd...
But I seriously didnt expected something like this to be announced.

____________________
[image] [image]

gridatttack
Posted on 04-09-13 02:33 PM, in Post layout guidelines -- how to make a really cool one Link | #19672
Here is how to make the text box darker:

Go to the layout in edit profile, and locate the .mainbar27 part.

Should be like this:

.mainbar27 div.main
{
margin: 15px;
padding: 15px;
background: rgba(0,0,0, 0.3);
border: 1px hidden #1D62D1;
border-radius: 1px;
color: white;
font-family: "Lucida Sans Unicode";
text-shadow: -1px -1px black, 0px -1px black, 1px -1px black, 1px 0px black, 1px 1px black, 0px 1px black, -1px 1px black, -1px 0px black;
}

Now change it to:

.mainbar27 div.main
{
margin: 15px;
padding: 15px;
background: rgba(0,0,0, 0.5);
border: 1px hidden #1D62D1;
border-radius: 1px;
color: white;
font-family: "Lucida Sans Unicode";
text-shadow: -1px -1px black, 0px -1px black, 1px -1px black, 1px 0px black, 1px 1px black, 0px 1px black, -1px 1px black, -1px 0px black;
}
(the change is marked in bold)

Should make it darker and more easy to be readable ;)

____________________
[image] [image]

gridatttack
Posted on 04-10-13 11:02 PM, in 2013 Movies Link | #19812
Hmm. I didn't noticed the finding dory one. Im interested in it :3

Also:

[image]



____________________
[image] [image]

gridatttack
Posted on 04-14-13 11:39 PM, in The Super Smash Bros Thread! Link | #20432
Posted by HolyRomanEmperorTatan
Posted by MarioMaster720
- Dr. Mario theme from Brawl


Isn't is a remix of Melee's remix? LOL. But in which stage is the theme and how do you get it?


Both Dr. Mario related themes play on Flatzone 2 IIRC.

____________________
[image] [image]

(post in restricted forum)
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 ... 67 68 69 70 71

Main - Posts by gridatttack

Page rendered in 0.084 seconds. (2048KB of memory used)
MySQL - queries: 23, rows: 230/230, time: 0.068 seconds.
[powered by Acmlm] Acmlmboard 2.064 (2018-07-20)
© 2005-2008 Acmlm, Xkeeper, blackhole89 et al.