Zlmpery and TBS's Hat Gallery [Added Donkey Kong!]

Mods, guides how to use and install mods go right in here.
User avatar
Zlmpery
Posts: 339
Joined: 05 Feb 2012, 19:12
Contact:

Post » 11 Mar 2012, 00:23

Image
------------------------------------------------------------------------------------------------------------------------------------------------------------------

List of Hats:
Simply click a link to be sent to that section of the page!
ImageNinja
ImagePokéball
ImageGoomba
ImageRed Angry Bird
ImageBomberman
ImageWizard
ImageSonic
ImageSpiderman
ImageAkuma
ImageCaptain Falcon
ImageMegaman
ImageRyu
ImageMeta Knight
ImageHuge Head
ImageGoku
ImageNyan Cat
ImageBoo
ImageBlack Helmet
ImageThe Shoe
ImageMario in the Shoe
ImageThe Kid/The Guy
ImageLink
ImageSlashman
ImageCrashman
ImageGordon Freeman
ImageApple Apple
ImageTurret
ImageJango Fett
ImageHeadcrab
ImageFrog
ImageTanooki
ImageAnimated Isaac
ImageAnimated Black Helmet
ImageAnimated Ninja
ImageDaft Punk: Guy-Man
ImageDaft Punk: Thomas
ImageAnimated Nyan Cat
ImageAnimated Pacman
ImageMudkip
ImageMr. L
ImageDonkey Kong
ImageImageImageImageImageImageImageImageImageImage
ImageImageImageImageImageImageImageImageImageImage
ImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImage

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

Zlmpery and TheBloodyScreen's Hat Collection
Our first 40 hats!
ImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImage

Tutorial:
1. Download HatLoader by "canI" from viewtopic.php?f=13&t=750
2. Open the .love file with winrar or anything similar.
3. Drag the downloaded "Z&T Hats" folder into the "hats" folder.
4. Run the HatLoader .love file.
5. Select your favorite hat using the Hat Loader menu and enjoy!

Info:
-This is only for HatLoader! Download it at: viewtopic.php?f=13&t=750
-All the hats are in one group entitled "Hat Collection."
-This includes our non-animated hats, our animated hats, and our UNRELEASED Kirby follower!
-The ad.fly link contains the unreleased Kirby. Clicking it is like a free donation to me!

Download:
http://adf.ly/806773/hatbonus
http://www.mediafire.com/?9ryt89qzfa1zorr

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

Notes and Information:
Please leave a comment telling us your favourite hat!
We do take requests!If you don't like the position of a certain hat for some reason, feel free to change it yourself.
If you download and enjoy a hat or two, please leave a comment showing your appreciation. We also accept constructive criticism.

ImageImageImageImageImageImageImageImageImageImage
Pokémon Follower Pack v1.2:
ImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImage

Tutorial:
1. Download HatLoader by "canI" from viewtopic.php?f=13&t=750
2. Open the .love file with winrar or anything similar.
3. Drag the downloaded "Pokemon" folder into the "hats" folder.
4. Run the HatLoader .love file.
5. Select your favorite Pokémon using the Hat Loader menu and enjoy!

Info:
-I can never be sure if the movement of the sprites is proper. If not, please let me know!
-If you want to remove certain Pokemon, just remove the undesired lines from settings.txt!
-All sprites are from Pokemon Mystery Dungeon 2 as ripped by redblueyellow or Naokohiro from http://www.spriters-resource.com!

Download:
http://www.mediafire.com/?d345b7p3b4snrqc

ImageImageImageImageImageImageImageImageImageImage

Ninja
Wouldn't it be a lot easier to defeat Bowser if you were 100% more invisible and 100% cooler?
Hats:
ImageImage
Previews:
ImageImage
Small Hat Code:

Code: Select all

table.insert(hat, {x=6, y=2, height = 2, graphic = love.graphics.newImage("graphics/SMB/hats/ninja_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = -2, y = 1, height = 5, graphic = love.graphics.newImage("graphics/SMB/bighats/ninja_big.png")})
Download:
http://www.mediafire.com/?ncrxixibb8uil2p

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Pokéball
Mario had trouble catching his first Pokémon. He has never been the same since.
Hats:
ImageImage
Previews:
ImageImage
Small Hat Code:

Code: Select all

table.insert(hat, {x=6, y=0, height = 5, graphic = love.graphics.newImage("graphics/SMB/hats/poke_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = -2, y = 0, height = 5, graphic = love.graphics.newImage("graphics/SMB/bighats/poke_big.png")})
Download:
http://www.mediafire.com/?52ea85ubi33i9mg

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Goomba
The result of one of GLaDOS' horrific experiments.
Hats:
ImageImage
Previews:
ImageImage
Small Hat Code:

Code: Select all

table.insert(hat, {x=3, y=-2, height = 8, graphic = love.graphics.newImage("graphics/SMB/hats/goomba_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = -3, y = 1, height = 8, graphic = love.graphics.newImage("graphics/SMB/bighats/goomba_big.png")})
Download:
http://www.mediafire.com/?y2ab4ola7sk1b33

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Red Angry Bird
I'm fairly certain that Mario did not agree to this.
Hats:
ImageImage
Previews:
ImageImage
Small Hat Code:

Code: Select all

table.insert(hat, {x=2, y=-2, height = 8, graphic = love.graphics.newImage("graphics/SMB/hats/bird_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = -4, y = 1, height = 8, graphic = love.graphics.newImage("graphics/SMB/bighats/bird_big.png")})
Download:
http://www.mediafire.com/?f0ubxmafbxhshsn

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Bomberman
Provides an excellent disguise and excellent face protection!
Hats:
ImageImage
Previews:
ImageImage
Small Hat Code:

Code: Select all

table.insert(hat, {x=1, y=-1, height = 8, graphic = love.graphics.newImage("graphics/SMB/hats/bomb_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = -6, y = 1, height = 8, graphic = love.graphics.newImage("graphics/SMB/bighats/bomb_big.png")})
Download:
http://www.mediafire.com/?mpqyq5p0rdm8dv3

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Wizard
Now all you need is a wand and a beard.
Hats:
ImageImage
Previews:
ImageImage
Small Hat Code:

Code: Select all

table.insert(hat, {x=4, y=-4, height = 8, graphic = love.graphics.newImage("graphics/SMB/hats/wizard_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = -3, y = -4, height = 8, graphic = love.graphics.newImage("graphics/SMB/bighats/wizard_big.png")})
Download:
http://www.mediafire.com/?qb9g1g1laft1zov

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Sonic as requested by RockyRoadpie
Wouldn't Mario prefer Sonic's legs?
Hats:
ImageImage
Previews:
ImageImage
Small Hat Code:

Code: Select all

table.insert(hat, {x=2, y=-2, height = 8, graphic = love.graphics.newImage("graphics/SMB/hats/sonic_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = -6, y = -3, height = 13, graphic = love.graphics.newImage("graphics/SMB/bighats/sonic_big.png")})
Download:
http://www.mediafire.com/?pwpt566o3k99vyt

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Spiderman as requested by Svetsunov
Can he swing, from a web? No he can't, he's Mario.
Hats:
ImageImage
Previews:
ImageImage
Small Hat Code:

Code: Select all

table.insert(hat, {x=5, y=-2, height = 8, graphic = love.graphics.newImage("graphics/SMB/hats/spider_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = -4, y = -3, height = 13, graphic = love.graphics.newImage("graphics/SMB/bighats/spider_big.png")})
Download:
http://www.mediafire.com/?ijcxaaaxad7mv55

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Akuma as requested by Nilsser
Mario hoped that stealing Akuma's face would improve his fighting abilities. He was wrong.
Hats:
ImageImage
Previews:
ImageImage
Small Hat Code:

Code: Select all

table.insert(hat, {x=1, y=-3, height = 8, graphic = love.graphics.newImage("graphics/SMB/hats/akuma_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = -5, y = 0, height = 13, graphic = love.graphics.newImage("graphics/SMB/bighats/akuma_big.png")})
Download:
http://www.mediafire.com/?upqln81v3j3uxd7

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Captain Falcon
FALCON STOMP!
Hats:
ImageImage
Previews:
ImageImage
Small Hat Code:

Code: Select all

table.insert(hat, {x=5, y=-2, height = 8, graphic = love.graphics.newImage("graphics/SMB/hats/falcon_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = -4, y = -3, height = 13, graphic = love.graphics.newImage("graphics/SMB/bighats/falcon_big.png")})
Download:
http://www.mediafire.com/?czj25w9ian7dsvb

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Megaman as requested by rokit boy
Mario only wanted this so he could feel "mega."
Hats:
Image
Previews:
ImageImage
Small Hat Code:

Code: Select all

table.insert(hat, {x=5, y=-2, height = 8, graphic = love.graphics.newImage("graphics/SMB/hats/megaman_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = -4, y = -3, height = 13, graphic = love.graphics.newImage("graphics/SMB/bighats/megaman_big.png")})
Download:
http://www.mediafire.com/?cu612e2uovrdqkx

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Ryu as requested by legowifi
Mario just likes the cool headband.
Hats:
ImageImage
Previews:
ImageImage
Small Hat Code:

Code: Select all

table.insert(hat, {x=3, y=-2, height = 8, graphic = love.graphics.newImage("graphics/SMB/hats/ryu_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = -6, y = -4, height = 13, graphic = love.graphics.newImage("graphics/SMB/bighats/ryu_big.png")})
Download:
http://www.mediafire.com/?o4f1t65se5kx11c

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Meta Knight as requested by Svetsunov
Mario Knight provides epic sword-fighting and stomping abilities!
Hats:
ImageImage
Previews:
ImageImage
Small Hat Code:

Code: Select all

table.insert(hat, {x=3, y=-3, height = 8, graphic = love.graphics.newImage("graphics/SMB/hats/nyan_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = -3, y = -2, height = 13, graphic = love.graphics.newImage("graphics/SMB/bighats/nyan_big.png")})
Download:
http://www.mediafire.com/?1wuwgd34ggu1gt3

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Huge Head
Mario got tired of changing his head so often, he just keeps it like this.
Hats:
ImageImage
Previews:
ImageImage
Small Hat Code:

Code: Select all

table.insert(hat, {x=0, y=2, height = 8, graphic = love.graphics.newImage("graphics/SMB/hats/head_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = -5, y = 0, height = 13, graphic = love.graphics.newImage("graphics/SMB/bighats/head_big.png")})
Download:
http://www.mediafire.com/?ydas69d3ya3ohaa

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Goku as requested by supermarioportal2
Now imagine Mario. But with hair that changes color.
Hats:
ImageImage
Previews:
ImageImage
Small Hat Code:

Code: Select all

table.insert(hat, {x=3, y=-4, height = 8, graphic = love.graphics.newImage("graphics/SMB/hats/goku_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = -3, y = -4, height = 13, graphic = love.graphics.newImage("graphics/SMB/bighats/goku_big.png")})
Download:
http://www.mediafire.com/?11euue1v1r9099k

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Nyan Cat as requested by supermario1221
Unfortunately, this version of the famous Nyan does not include a poptart.
Hats:
ImageImage
Previews:
ImageImage
Small Hat Code:

Code: Select all

table.insert(hat, {x=3, y=-3, height = 8, graphic = love.graphics.newImage("graphics/SMB/hats/nyan_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = -3, y = -2, height = 13, graphic = love.graphics.newImage("graphics/SMB/bighats/nyan_big.png")})
Download:
http://www.mediafire.com/?wwccqrm9ge0v8xa

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Boo by Zlmpery as requested by 12seth12
Turn around! Here comes Boo!
Hats:
ImageImage
Previews:
ImageImage
Small Hat Code:

Code: Select all

table.insert(hat, {x=4, y=-1, height = 8, graphic = love.graphics.newImage("graphics/SMB/hats/boo_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = -3, y = -2, height = 13, graphic = love.graphics.newImage("graphics/SMB/bighats/boo_big.png")})
Download:
http://www.mediafire.com/?k861vj7qxv8nryd

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Black Helmet
Just a simple black Helmet.
Hats:
Image
Previews:
Image
Small Hat Code:

Code: Select all

table.insert(hat, {x = 3, y = -5, height = 4, graphic = love.graphics.newImage("graphics/SMB/hats/helm_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = -2, y = -4, height = 8, graphic = love.graphics.newImage("graphics/SMB/bighats/helm_big.png")})
Download:
http://jaydee.gamerhalle.com/hatgallery/blackhelmet.rar

------------------------------------------------------------------------------------------------------------------------------------------------------------------

The Shoe
it's The Shoe.
Hats:
Image
Previews:
Image
Small Hat Code:

Code: Select all

table.insert(hat, {x = 3, y = 1, height = 8, graphic = love.graphics.newImage("graphics/SMB/hats/shoe_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = -3, y = -10, height = 8, graphic = love.graphics.newImage("graphics/SMB/bighats/shoe_big.png")})
Download:
http://jaydee.gamerhalle.com/hatgallery/Shoe%20hat.rar

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Mario in the Shoe
He's stuck in the shoe!
Hats:
Image
Previews:
Image
Small Hat Code:

Code: Select all

table.insert(hat, {x = 3, y = -10, height = 8, graphic = love.graphics.newImage("graphics/SMB/hats/marioinashoe_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = -3, y = -10, height = 8, graphic = love.graphics.newImage("graphics/SMB/bighats/marioinashoe_big.png")})
Download:
http://jaydee.gamerhalle.com/hatgallery ... %20Hat.rar

------------------------------------------------------------------------------------------------------------------------------------------------------------------

The Kid/The Guy
he wanna be the Guy.
Hats:
Image
Previews:
Image
Small Hat Code:

Code: Select all

table.insert(hat, {x = 5, y = -1, height = 8, graphic = love.graphics.newImage("graphics/SMB/hats/kid_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = -2, y = 1, height = 8, graphic = love.graphics.newImage("graphics/SMB/bighats/kid_big.png")})
Download:
http://jaydee.gamerhalle.com/hatgallery ... %20Hat.rar

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Link
The other video game hero who's going to rescue a Princess again and again.
Hats:
Image
Previews:
Image
Small Hat Code:

Code: Select all

table.insert(hat, {x = 4, y = -1, height = 8, graphic = love.graphics.newImage("graphics/SMB/hats/link_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = -4, y = 1, height = 8, graphic = love.graphics.newImage("graphics/SMB/bighats/link_big.png")})
Download:
http://jaydee.gamerhalle.com/hatgallery/Link%20Hat.rar

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Slashman
First Megaman, now Mari0.
Hats:
Image
Previews:
Image
Small Hat Code:

Code: Select all

table.insert(hat, {x = 0, y = -10, height = 8, graphic = love.graphics.newImage("graphics/SMB/hats/Slash_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = -5, y = -7, height = 8, graphic = love.graphics.newImage("graphics/SMB/bighats/Slash_big.png")})
Download:
http://jaydee.gamerhalle.com/hatgallery/Slash%20Hat.rar

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Crashman
First Megaman, now Mari0.
Hats:
Image
Previews:
Image
Small Hat Code:

Code: Select all

table.insert(hat, {x = 1, y = -3, height = 8, graphic = love.graphics.newImage("graphics/SMB/hats/crash_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = -5, y = 1, height = 8, graphic = love.graphics.newImage("graphics/SMB/bighats/crash_big.png")})
Download:
http://jaydee.gamerhalle.com/hatgallery/Crash%20Hat.rar

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Gordon Freeman as requested by Pyr0saur
Double the Valve!
Hats:
ImageImage
Previews:
ImageImage
Small Hat Code:

Code: Select all

table.insert(hat, {x=6, y=-1, height = 8, graphic = love.graphics.newImage("graphics/SMB/hats/gordon_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = -2, y = 0, height = 13, graphic = love.graphics.newImage("graphics/SMB/bighats/gordon_big.png")})
Download:
http://www.mediafire.com/?9baz78emkeh7nix

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Apple Apple
That's it.
Hats:
Image
Previews:
ImageImage
Small Hat Code:

Code: Select all

table.insert(hat, {x=4, y=-4, height = 8, graphic = love.graphics.newImage("graphics/SMB/hats/Apple_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = 0, y = -8, height = 13, graphic = love.graphics.newImage("graphics/SMB/bighats/Apple_big.png")})
Download:
http://jaydee.gamerhalle.com/hatgallery/AppleHats.rar

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Turret
"Hey. Please put me down." Thanks to Elbow for the turret sprite!
Hats:
ImageImage
Previews:
ImageImage
Small Hat Code:

Code: Select all

table.insert(hat, {x=6, y=-2, height = 8, graphic = love.graphics.newImage("graphics/SMB/hats/turret_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = -2, y = -1, height = 13, graphic = love.graphics.newImage("graphics/SMB/bighats/turret_big.png")})
Download:
http://www.mediafire.com/?6em4718nq7y8dd6

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Jango Fett as requested by legowifi
Jeez, Zlmpery. That's a helmet, not a hat!
Hats:
ImageImage
Previews:
ImageImage
Small Hat Code:

Code: Select all

table.insert(hat, {x=5, y=-7, height = 8, graphic = love.graphics.newImage("graphics/SMB/hats/jango_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = -3, y = -5, height = 13, graphic = love.graphics.newImage("graphics/SMB/bighats/jango_big.png")})
Download:
http://www.mediafire.com/?e43zaa55ppsb11t

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Headcrab as requested by Svetsunov
"Have you ever seen such a magnificent species?"
Hats:
ImageImage
Previews:
ImageImage
Small Hat Code:

Code: Select all

table.insert(hat, {x=2, y=-3, height = 8, graphic = love.graphics.newImage("graphics/SMB/hats/headcrab_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = -5, y = -1, height = 13, graphic = love.graphics.newImage("graphics/SMB/bighats/headcrab_big.png")})
Download:
http://www.mediafire.com/?tpgywt5rgu1tb1v

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Frog
The frog is disappointed in you because you didn't download him.
Hats:
ImageImage
Previews:
ImageImage
Small Hat Code:

Code: Select all

table.insert(hat, {x=3, y=-6, height = 8, graphic = love.graphics.newImage("graphics/SMB/hats/frogio_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = -4, y = -6, height = 13, graphic = love.graphics.newImage("graphics/SMB/bighats/frogio_big.png")})
Download:
http://www.mediafire.com/?xo9b0bzux44p7u9

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Tanooki as requested by RumblezMan
Mario was actually pretty happy when he realized this hat didn't come with a tail.
Hats:
ImageImage
Previews:
ImageImage
Small Hat Code:

Code: Select all

table.insert(hat, {x=4, y=-2, height = 8, graphic = love.graphics.newImage("graphics/SMB/hats/tanooki_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = -3, y = -2, height = 13, graphic = love.graphics.newImage("graphics/SMB/bighats/tanooki_big.png")})
Download:
http://www.mediafire.com/?5xhsvyo2ze6it3w

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Animated Isaac
You will cry your enemies to death.
Hats:
ImageImage
Previews:
ImageImage

Tutorial:
1. Download HatLoader by "canI" from viewtopic.php?f=13&t=750
2. Open the .love file with winrar or anything similar.
3. Drag the downloaded "isaac" folder into the "hats" folder.
4. Run the HatLoader .love file and enjoy!

Download:
http://www.mediafire.com/?2ioma7idmddfj3r

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Animated Black Helmet
Just a simple animated helmet.
Hats:
Image
Previews:
ImageImage

Tutorial:
1. Download HatLoader by "canI" from viewtopic.php?f=13&t=750
2. Open the .love file with winrar or anything similar.
3. Drag the downloaded "helmet" folder into the "hats" folder.
4. Run the HatLoader .love file and enjoy!

Download:
http://www.mediafire.com/?8cbb4j6qpatvvpp

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Animated Ninja
This one makes you 300% cooler.
Hats:
ImageImage
Previews:
ImageImage

Tutorial:
1. Download HatLoader by "canI" from viewtopic.php?f=13&t=750
2. Open the .love file with winrar or anything similar.
3. Drag the downloaded "ninja" folder into the "hats" folder.
4. Run the HatLoader .love file and enjoy!

Download:
http://www.mediafire.com/?167ygi6hddle5dl

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Animated Daft Punk: Guy Man
One half of Daft Punk!
Hats:
ImageImage
Previews:
ImageImage

Tutorial:
1. Download HatLoader by "canI" from viewtopic.php?f=13&t=750
2. Open the .love file with winrar or anything similar.
3. Drag the downloaded "daft1" folder into the "hats" folder.
4. Run the HatLoader .love file and enjoy!

Download:
http://www.mediafire.com/?mt8qak1bba2zms6

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Animated Daft Punk: Thomas
The other half of Daft Punk! Note: The previews aren't the entire animation.
Hats:
ImageImage
Previews:
ImageImage

Tutorial:
1. Download HatLoader by "canI" from viewtopic.php?f=13&t=750
2. Open the .love file with winrar or anything similar.
3. Drag the downloaded "daft2" folder into the "hats" folder.
4. Run the HatLoader .love file and enjoy!

Download:
http://www.mediafire.com/?n12poavhbpkle42

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Animated Nyan Cat as requested by LightningFire
I bet Mario enjoys this more than the Nyan Cat face...
Hats:
ImageImage
Previews:
ImageImage

Tutorial:
1. Download HatLoader by "canI" from viewtopic.php?f=13&t=750
2. Open the .love file with winrar or anything similar.
3. Drag the downloaded "nyan" folder into the "hats" folder.
4. Run the HatLoader .love file and enjoy!

Download:
http://www.mediafire.com/?q34wrotdau76w23

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Animated Pacman Mask
Om nom nom nom nom nom nom nom. (This hat includes a fast version and a slow version.)
Hats:
ImageImage
Previews:
ImageImage

Tutorial:
1. Download HatLoader by "canI" from viewtopic.php?f=13&t=750
2. Open the .love file with winrar or anything similar.
3. Drag the downloaded "pacman" folder into the "hats" folder.
4. Run the HatLoader .love file and enjoy!

Download:
http://www.mediafire.com/?wa7f7bce7fh2w61

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Mudkip
So I herd u liek mudkipz.
Hats:
ImageImage
Previews:
ImageImage
Small Hat Code:

Code: Select all

table.insert(hat, {x=5, y=-6, height = 8, graphic = love.graphics.newImage("graphics/SMB/hats/mudkip_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = -2, y = -4, height = 13, graphic = love.graphics.newImage("graphics/SMB/bighats/mudkip_big.png")})
Download:
http://www.mediafire.com/?o51kx22q3r93oh6

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Mr. L as requested by supermarioportal2
“The Green Thunder strikes like lightning!”
Hats:
ImageImage
Previews:
ImageImage
Small Hat Code:

Code: Select all

table.insert(hat, {x=6, y=2, height = 8, graphic = love.graphics.newImage("graphics/SMB/hats/mrl_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = 0, y = 0, height = 4, graphic = love.graphics.newImage("graphics/SMB/bighats/mrl_big.png")})
Download:
http://www.mediafire.com/?hak1ep8aq6fvqih

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Donkey Kong as requested by LightningFire
FACT: The gorilla in the original "Donkey Kong" is not actually Donkey Kong.
Hats:
ImageImage
Previews:
ImageImage
Small Hat Code:

Code: Select all

table.insert(hat, {x=2, y=-3, height = 8, graphic = love.graphics.newImage("graphics/SMB/hats/dk_small.png")})
Big Hat Code:

Code: Select all

table.insert(bighat, {x = -3, y = 0, height = 13, graphic = love.graphics.newImage("graphics/SMB/bighats/dk_big.png")})
Download:
http://www.mediafire.com/?xf4xpe1v9tx8lxb

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Step-By-Step Tutorial to Install Our Hats:
1. Download the latest LÖVE Beta at the bottom of https://love2d.org/builds/
2. Download the Mari0 source at the bottom of http://www.stabyourself.net/mari0#download
3. Open the .Love file with WinRAR or an equivalent.
4. Open hatconfigs.lua with notepad or an equivalent.
5. Paste the hat code provided at the bottom of the document.
6. Open bighatconfigs.lua with notepad or an equivalent.
7. Past the bighat code provided at the bottom of the document.
8. Drag the big hat picture into graphics/SMB/bighats/
9. Drag the hat picture into graphics/SMB/hats/
10. Run the .love file.

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Please leave a comment that shows your appreciation, gives suggestions, or reports bugs!
Last edited by Zlmpery on 14 Aug 2013, 11:17, edited 138 times in total.

User avatar
Zlmpery
Posts: 339
Joined: 05 Feb 2012, 19:12
Contact:

Post » 11 Mar 2012, 10:01

~Reserved
Last edited by Zlmpery on 01 Apr 2012, 02:14, edited 1 time in total.

RockyRoadpie
Posts: 3
Joined: 11 Mar 2012, 10:20

Post » 11 Mar 2012, 10:22

:) Nice job. I have a suggestion: You should do a creeper or something from Minecraft. It would be quite interesting. Another one could be a sonic head or something.

User avatar
Zlmpery
Posts: 339
Joined: 05 Feb 2012, 19:12
Contact:

Post » 11 Mar 2012, 10:27

RockyRoadpie wrote::) Nice job. I have a suggestion: You should do a creeper or something from Minecraft. It would be quite interesting. Another one could be a sonic head or something.
A creeper hat? There already is one. :P
viewtopic.php?f=13&t=813

However a sonic head might be an idea...

RockyRoadpie
Posts: 3
Joined: 11 Mar 2012, 10:20

Post » 11 Mar 2012, 10:31

Zlmpery wrote:
RockyRoadpie wrote::) Nice job. I have a suggestion: You should do a creeper or something from Minecraft. It would be quite interesting. Another one could be a sonic head or something.
A creeper hat? There already is one. :P
viewtopic.php?f=13&t=813

However a sonic head might be an idea...
Nice...I seriously had no idea about the creeper thing.

User avatar
MonkeyMan12
Posts: 29
Joined: 11 Mar 2012, 01:29

Post » 11 Mar 2012, 11:30

This is great! The layout is good. The spelling is good. I like how you did the text. This is brilliant!

BUT 1 problem i had was there was no download for just a pack of ALL of them. I found it annoying having to download them individually.

Keep going with these!

User avatar
Chemical Plant Zone
Posts: 11
Joined: 11 Mar 2012, 04:21

Post » 11 Mar 2012, 20:40

RockyRoadpie wrote::) Nice job. I have a suggestion: You should do a creeper or something from Minecraft. It would be quite interesting. Another one could be a sonic head or something.
I have a Sonic head, though I'm not releasing it. I'd like it to be personal, and also I want to see what Zlmpery makes. :p

User avatar
Zlmpery
Posts: 339
Joined: 05 Feb 2012, 19:12
Contact:

Post » 11 Mar 2012, 20:53

MonkeyMan12 wrote:This is great! The layout is good. The spelling is good. I like how you did the text. This is brilliant!

BUT 1 problem i had was there was no download for just a pack of ALL of them. I found it annoying having to download them individually.

Keep going with these!
Thanks! I was actually going to release a rar file for every 10 hats. It will include the hats folder, the bighats folder, my hatconfigs.lua, and my bighatconfigs.lua!
Also, thanks for hinting that you like all of them!
Chemical Plant Zone wrote:
RockyRoadpie wrote::) Nice job. I have a suggestion: You should do a creeper or something from Minecraft. It would be quite interesting. Another one could be a sonic head or something.
I have a Sonic head, though I'm not releasing it. I'd like it to be personal, and also I want to see what Zlmpery makes. :p
Heheh. We'll just have to wait and see.

User avatar
FluffiMasta
Posts: 6
Joined: 08 Mar 2012, 14:44

Post » 11 Mar 2012, 21:35

Awesome heads, man.

User avatar
Nilsser
Posts: 24
Joined: 08 Mar 2012, 17:16

Post » 11 Mar 2012, 21:40

dude your files are lil bit messed like scripts and download url u need to fix it ok
bye the way you are good at making these

User avatar
Zlmpery
Posts: 339
Joined: 05 Feb 2012, 19:12
Contact:

Post » 11 Mar 2012, 21:54

Nilsser wrote:dude your files are lil bit messed like scripts and download url u need to fix it ok
bye the way you are good at making these
Thanks, I fixed the ninja link. What do you mean by scripts?

User avatar
Nilsser
Posts: 24
Joined: 08 Mar 2012, 17:16

Post » 11 Mar 2012, 23:33

aa i ment those lines what u add to hatconfig or bighatconfig seems it ok now
if you are out of material can you make these too
http://www.geek.com/wp-content/uploads/ ... tsheet.gif

User avatar
Zlmpery
Posts: 339
Joined: 05 Feb 2012, 19:12
Contact:

Post » 11 Mar 2012, 23:37

Nilsser wrote:aa i ment those lines what u add to hatconfig or bighatconfig seems it ok now
if you are out of material can you make these too
http://www.geek.com/wp-content/uploads/ ... tsheet.gif
Wow, 25 of em? Could you please tell me your favourite so I can make that one?

User avatar
Chemical Plant Zone
Posts: 11
Joined: 11 Mar 2012, 04:21

Post » 11 Mar 2012, 23:50

The only problem I have with Sonic is that the small head is from Sonic Pocket Adventure while the big head is from Sonic 1/CD. It clashes a lot, so I recommend that you reshade either the PA sprite to 1/CD style or vice versa. Other than that, good work. The big head looks a lot better than mine; mine is huge.

User avatar
Shasow
Posts: 25
Joined: 10 Mar 2012, 09:50

Post » 12 Mar 2012, 00:06

Zlmpery wrote:
Nilsser wrote:aa i ment those lines what u add to hatconfig or bighatconfig seems it ok now
if you are out of material can you make these too
http://www.geek.com/wp-content/uploads/ ... tsheet.gif
Wow, 25 of em? Could you please tell me your favourite so I can make that one?
:O The one on the bottom right is amazing. Could you make that for me?

User avatar
Zlmpery
Posts: 339
Joined: 05 Feb 2012, 19:12
Contact:

Post » 12 Mar 2012, 00:24

Shasow wrote:
Zlmpery wrote:
Nilsser wrote:aa i ment those lines what u add to hatconfig or bighatconfig seems it ok now
if you are out of material can you make these too
http://www.geek.com/wp-content/uploads/ ... tsheet.gif
Wow, 25 of em? Could you please tell me your favourite so I can make that one?
:O The one on the bottom right is amazing. Could you make that for me?
Wow, those ones are giving me some trouble. I don't think I can do it. :(

RockyRoadpie
Posts: 3
Joined: 11 Mar 2012, 10:20

Post » 12 Mar 2012, 05:59

Do you think you could make these compatible with the hat installer mod? It's kinda hard to install them....

User avatar
Zlmpery
Posts: 339
Joined: 05 Feb 2012, 19:12
Contact:

Post » 12 Mar 2012, 06:04

RockyRoadpie wrote:Do you think you could make these compatible with the hat installer mod? It's kinda hard to install them....
To make it compatible with Hat Loader all you have to do is put it into a different format. If you find that to hard, I'll do it my self and add it to each hat.

User avatar
Svetsunov
Posts: 27
Joined: 12 Mar 2012, 04:39

Post » 12 Mar 2012, 06:20

I'm not sure how easy it would be to sprite this but a Spiderman hat/mask would be really sweet.

Nice work, these are extremely impressive.

User avatar
Zlmpery
Posts: 339
Joined: 05 Feb 2012, 19:12
Contact:

Post » 12 Mar 2012, 06:38

RockyRoadpie wrote:Do you think you could make these compatible with the hat installer mod? It's kinda hard to install them....
There, I made them compatible. Just use the supplied HatLoader code. I also wrote a tutorial!

User avatar
Nilsser
Posts: 24
Joined: 08 Mar 2012, 17:16

Post » 12 Mar 2012, 07:41

dude please make the 2 and 5 from the first line

User avatar
Nilsser
Posts: 24
Joined: 08 Mar 2012, 17:16

Post » 12 Mar 2012, 07:43

also i wanted to ask what depends x and y and height how many pixels

User avatar
rokit
Posts: 2095
Joined: 03 Feb 2012, 00:47

Post » 12 Mar 2012, 10:17

Bomberman one is my fav :D

User avatar
Zlmpery
Posts: 339
Joined: 05 Feb 2012, 19:12
Contact:

Post » 12 Mar 2012, 10:35

Added a spiderman hat! Please check it out!

User avatar
rokit
Posts: 2095
Joined: 03 Feb 2012, 00:47

Post » 12 Mar 2012, 10:51

COOL! Oh god, goomba giving me the evil eye!

User avatar
Nilsser
Posts: 24
Joined: 08 Mar 2012, 17:16

Post » 12 Mar 2012, 16:13

spiderman is cool dude!! Please make 2 and 5 from the first line those with hair up from this page
http://www.geek.com/wp-content/uploads/ ... tsheet.gif
please!!

User avatar
rokit
Posts: 2095
Joined: 03 Feb 2012, 00:47

Post » 12 Mar 2012, 16:54

Nilsser wrote:spiderman is cool dude!! Please make 2 and 5 from the first line those with hair up from this page
http://www.geek.com/wp-content/uploads/ ... tsheet.gif
please!!
these are megaman skins

User avatar
Nilsser
Posts: 24
Joined: 08 Mar 2012, 17:16

Post » 12 Mar 2012, 19:03

i know but i think he could cut out them and make for mari0 i think these are cool

User avatar
Zlmpery
Posts: 339
Joined: 05 Feb 2012, 19:12
Contact:

Post » 12 Mar 2012, 20:20

Nilsser wrote:spiderman is cool dude!! Please make 2 and 5 from the first line those with hair up from this page
http://www.geek.com/wp-content/uploads/ ... tsheet.gif
please!!
Those are "megaman-inspired" street fighter sprites. I just needed to confirm. Is the 2nd one Akuma and the fifth one Blanka?
http://streetfighter.wikia.com/wiki/Akuma
http://streetfighter.wikia.com/wiki/Blanka

User avatar
Nilsser
Posts: 24
Joined: 08 Mar 2012, 17:16

Post » 12 Mar 2012, 20:47

i know yes please make these it would be awsome !!

User avatar
Nilsser
Posts: 24
Joined: 08 Mar 2012, 17:16

Post » 12 Mar 2012, 20:50

akuma is awsome blanka has a cool face ok if dont think to make blanka make sagat

User avatar
Zlmpery
Posts: 339
Joined: 05 Feb 2012, 19:12
Contact:

Post » 13 Mar 2012, 00:41

Just released Akuma! Check it out at the bottom of the topic!

User avatar
simmons2714
Posts: 22
Joined: 04 Mar 2012, 21:47

Post » 13 Mar 2012, 02:27

Thats awesome but you dont give very good instuctions on where to put the hats and the bighatconfigs.lua and the hatconfigs.lua files. I'm on mac and I cant use the the hat loader app because its an .exe file and mac doesn't use those.

User avatar
Zlmpery
Posts: 339
Joined: 05 Feb 2012, 19:12
Contact:

Post » 13 Mar 2012, 02:44

simmons2714 wrote:Thats awesome but you dont give very good instuctions on where to put the hats and the bighatconfigs.lua and the hatconfigs.lua files. I'm on mac and I cant use the the hat loader app because its an .exe file and mac doesn't use those.
After you open mari0_1.4.love using WinRAR or 7zip, just drag both the files into it. It should be the same place where 5 folders are and the .lua files. Here's a pic:
Image
Notice that bighatconfigs.lua is there.

User avatar
Nilsser
Posts: 24
Joined: 08 Mar 2012, 17:16

Post » 13 Mar 2012, 15:10

dude these hats rooock!!!!!!

User avatar
rokit
Posts: 2095
Joined: 03 Feb 2012, 00:47

Post » 13 Mar 2012, 19:23

wizard is dead.
EDIT: He is back!

User avatar
Svetsunov
Posts: 27
Joined: 12 Mar 2012, 04:39

Post » 14 Mar 2012, 09:52

You sir, win a cookie.

These are amazing.

User avatar
Zlmpery
Posts: 339
Joined: 05 Feb 2012, 19:12
Contact:

Post » 14 Mar 2012, 11:08

rokit boy wrote:wizard is dead.
EDIT: He is back!
Heheh. Yeah, that image didn't have transparencies so I deleted it and forgot to replace it! Fortunately, he's back.
Svetsunov wrote:You sir, win a cookie.

These are amazing.
Yay! *Eats cookie.*
Got any suggestions for new hats?

User avatar
rokit
Posts: 2095
Joined: 03 Feb 2012, 00:47

Post » 14 Mar 2012, 18:30

A suggestion:
MEGAMAN HELMET THING.

User avatar
LightningFire
Posts: 1828
Joined: 10 Mar 2012, 17:24
Contact:

Post » 14 Mar 2012, 21:36

Ok seriously, those are the best hats EVER! Good job! And yesterday, I tried to make a hat, or I should say, mane of my avatar, and failed MISERABLY :( sooo...... can you either tell me the easiest way to make it OR can you make it?

EDIT: oh, and can you make a mushroom/fire flower/starman hat(s)

User avatar
Zlmpery
Posts: 339
Joined: 05 Feb 2012, 19:12
Contact:

Post » 15 Mar 2012, 00:48

supermario1221 wrote:Ok seriously, those are the best hats EVER! Good job! And yesterday, I tried to make a hat, or I should say, mane of my avatar, and failed MISERABLY :( sooo...... can you either tell me the easiest way to make it OR can you make it?

EDIT: oh, and can you make a mushroom/fire flower/starman hat(s)
I was thinking of making a toad hat, so that pretty much fills the mushroom category. However, a flower hat and a starman hat probably wouldn't cover Mario's entire head.
rokit boy wrote:A suggestion:
MEGAMAN HELMET THING.
A megaman helmet? To be honest, the Akuma head and the Captain Falcon head are based on it. I may make a megaman helmet, however I've already seen one.
Edit: The spiderman hat is based on Megaman as well. :P

Coming Soon:
Toad Hat
Megaman Mask

User avatar
Zlmpery
Posts: 339
Joined: 05 Feb 2012, 19:12
Contact:

Post » 15 Mar 2012, 09:06

I added megaman! Download the new hat now!

User avatar
legowifi
Posts: 10
Joined: 09 Mar 2012, 20:56

Post » 16 Mar 2012, 04:29

Zlmpery wrote:
Nilsser wrote:aa i ment those lines what u add to hatconfig or bighatconfig seems it ok now
if you are out of material can you make these too
http://www.geek.com/wp-content/uploads/ ... tsheet.gif
Wow, 25 of em? Could you please tell me your favourite so I can make that one?
Ryu, please!

User avatar
Zlmpery
Posts: 339
Joined: 05 Feb 2012, 19:12
Contact:

Post » 16 Mar 2012, 06:47

legowifi wrote:
Zlmpery wrote:
Nilsser wrote:aa i ment those lines what u add to hatconfig or bighatconfig seems it ok now
if you are out of material can you make these too
http://www.geek.com/wp-content/uploads/ ... tsheet.gif
Wow, 25 of em? Could you please tell me your favourite so I can make that one?
Ryu, please!
I'll try my best!

User avatar
Svetsunov
Posts: 27
Joined: 12 Mar 2012, 04:39

Post » 16 Mar 2012, 06:47

Perhaps a meta knight mask? That would be sick.

User avatar
Zlmpery
Posts: 339
Joined: 05 Feb 2012, 19:12
Contact:

Post » 16 Mar 2012, 07:00

Svetsunov wrote:Perhaps a meta knight mask? That would be sick.
I cannot believe I did not think of making a mask for my favourite brawl character. Well second, behind Pikachu. :D

User avatar
Zlmpery
Posts: 339
Joined: 05 Feb 2012, 19:12
Contact:

Post » 16 Mar 2012, 08:55

Added Ryu from street fighter! Download now!

User avatar
legowifi
Posts: 10
Joined: 09 Mar 2012, 20:56

Post » 16 Mar 2012, 18:34

Ryu, please!
I'll try my best!
Thanks man, I'm Brazilian and I like your hats!

User avatar
Zlmpery
Posts: 339
Joined: 05 Feb 2012, 19:12
Contact:

Post » 17 Mar 2012, 01:35

I added Meta Knight! His small hat took me a while because of the strange shape, so please download to show your appreciation!

User avatar
LightningFire
Posts: 1828
Joined: 10 Mar 2012, 17:24
Contact:

Post » 17 Mar 2012, 02:06

Can you put the text files with the hats? And what's up with all the other hats in the folder? I like them, but I don't want to put the codes in all of them :P

Post Reply