Idea for hats?

General Mar0 discussion has been moved to this subforum!
Post Reply
User avatar
theyelloworange
Posts: 3
Joined: 18 Feb 2015, 02:39

Post » 18 Feb 2015, 03:07

I have an idea for 2 new hats (this idea will probably never be taken into consideration though). Here are the pics:

Image
Image

Since these will [probably] never be added, you can add them to your own copy of mari0!
Add this to your hatconfig.lua (put it before the line that says "--30"):

Code: Select all

i = 34
hat[i] = {}
hat[i].x = 5
hat[i].y = -3
hat[i].height = 7
hat[i].graphic = love.graphics.newImage("graphics/SMB/hats/pirate.png");hat[i].graphic:setFilter("nearest", "nearest")

i = 35
hat[i] = {}
hat[i].x = 7
hat[i].y = -2
hat[i].height = 7
hat[i].graphic = love.graphics.newImage("graphics/SMB/hats/bucket.png");hat[i].graphic:setFilter("nearest", "nearest")
add this to bighatconfigs.lua (make them the last):

Code: Select all

table.insert(bighat, {x = -2, y = -5, height = 9, graphic = love.graphics.newImage("graphics/SMB/bighats/pirate.png")})

table.insert(bighat, {x = -22, y = -10, height = 9, graphic = love.graphics.newImage("graphics/SMB/bighats/bucket.png")})
add these to your hats folder:

Image
Image

and (finally) add these to your bighats folder:

Image
Image

(I made the big bucket.png file too big by mistake, but it's not a problem)

Enjoy these hats, or I will find you and force you to enjoy them.

User avatar
TurretBot
Posts: 4412
Joined: 15 Mar 2012, 23:18
Contact:

Post » 18 Feb 2015, 03:40

I assume you haven't heard about Mari0: SE's forum-only beta and its custom hats feature?

I'm not sure if we're supposed to openly greet new users with it, but generally they've known about it before their first post, you seem to be an exception though ^^;

Regardless welcome to the forum, and I like your bucket hat. Pirate hat could use some work.

User avatar
theyelloworange
Posts: 3
Joined: 18 Feb 2015, 02:39

Post » 18 Feb 2015, 22:06

I heard about the custom hats feature in Mari0 SE, but I never really used it. This is for Mari0 1.6 so I'll try to make the hats in SE. Also, thanks for the welcome.

User avatar
espioner
Posts: 114
Joined: 09 May 2015, 01:10
Contact:

Post » 05 Jul 2016, 16:21

1 awesome smile face hat
2 head steve
3 road hat
4 indiana jones hat
5 cat hat
6 dog hat
7 foot hat
8 hamburgur hat
9 hand hat
10 fish hat
11 shark hat
12 siri hat
13 black cat hat
14 popcorn hat
15 frankstain hat
16 pingu hat
17 elephant hat
18 firefighter hat
19 fire hat
20 water hat
21 sword hat
22 block hat
23 bread hat
24 computer hat
25 mouse hat
26 leaf hat
27 pan hat
28 cake hat

User avatar
espioner
Posts: 114
Joined: 09 May 2015, 01:10
Contact:

Post » 05 Jul 2016, 16:37

29 tree hat
30 number hat
31 notebook hat
32 wall hat
33 tablet hat
34 orange hat
35 hair hat
36 coofe hat
37 world hat
38 cellphone hat
39 pig hat
40 straw hat
41 neon hat
42 bat hat
43 fan hat
44 tomato hat
45 hair hat
46 thor hat
47 scissor hat
48 butt hat
49 ninja hat
50 iron hat
51 portal hat
52 weapon hat
53 sun hat
54 weed hat
55 frog hat
56 sanke hat
57 drew hat
58 mlg hat
59 facebook hat
60 pen hat

User avatar
Mari0_Player
Posts: 224
Joined: 23 Sep 2013, 00:48

Post » 05 Jul 2016, 21:37

"road hat"
Don't you think that would be a little big?

ruda93
Posts: 3
Joined: 07 Jul 2016, 07:50
Contact:

Post » 07 Jul 2016, 08:01

i should try

User avatar
espioner
Posts: 114
Joined: 09 May 2015, 01:10
Contact:

Post » 07 Jul 2016, 21:57

"road hat"
Don't you think that would be a little big?
Image

User avatar
HugoBDesigner
Posts: 2188
Joined: 19 Sep 2012, 02:23
Contact:

Post » 07 Jul 2016, 22:44

That's not a road, that's a tire

User avatar
espioner
Posts: 114
Joined: 09 May 2015, 01:10
Contact:

Post » 07 Jul 2016, 23:56

sry

User avatar
Hatopher YeaH!
Posts: 36
Joined: 10 May 2016, 20:18

Post » 20 Oct 2016, 01:41

ruda93 wrote:i should try
Did you do any hat?

Post Reply