[HAT] Link (GB and NES)

Mods, guides how to use and install mods go right in here.
Post Reply
User avatar
TheBloodyScreen
Posts: 28
Joined: 03 Feb 2012, 20:20
Contact:

Post » 18 Mar 2012, 13:47

Link

Screenshots:
Image Image Image

Downloads:
SMALL
BIG

CODE:
hatconfigs.lua

Code: Select all

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

Code: Select all

table.insert(bighat, {x = -4, y = 1, height = 8, graphic = love.graphics.newImage("graphics/SMB/bighats/link_big.png")})

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

Post » 18 Mar 2012, 18:49

If you're going to have this many hats, you may as well start a hat gallery!

User avatar
EntranceJew
Posts: 93
Joined: 05 Mar 2012, 05:37

Post » 18 Mar 2012, 19:41

Zlmpery wrote:If you're going to have this many hats, you may as well start a hat gallery!
It's kind of disheartening to look in the modding section and see everything not-hat-related get washed away in a flood of hats.

User avatar
Lexsym
Posts: 84
Joined: 04 Feb 2012, 05:32
Contact:

Post » 19 Mar 2012, 21:47

EntranceJew wrote: It's kind of disheartening to look in the modding section and see everything not-hat-related get washed away in a flood of hats.
yeah we need a hat section

brp0919
Posts: 1
Joined: 30 Apr 2012, 17:42

Post » 30 Apr 2012, 17:48

how do oyu use hats I have downloaded several and cant figure out how to use them please help! :(

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

Post » 01 May 2012, 00:26

brp0919 wrote:how do oyu use hats I have downloaded several and cant figure out how to use them please help! :(
There's a tutorial in my hat gallery.

1. Download the latest LÖVE Beta at the bottom of https://love2d.org/builds/
2. Download the Mari0 source from 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.

User avatar
renhoek
Posts: 4545
Joined: 11 Feb 2012, 10:04

Post » 01 May 2012, 12:08

brp0919 wrote:how do oyu use hats I have downloaded several and cant figure out how to use them please help! :(
1.) please please grammar
2.) dead thread is dead.

Post Reply