Deadmau5 head (3) + Other Mario costumes (4)

Mods, guides how to use and install mods go right in here.
Post Reply
User avatar
Sentinel
Posts: 119
Joined: 29 Mar 2012, 09:48

Post » 13 Apr 2012, 23:28

I'll add more Deadmau5 heads. (for small Mari0) I'll also try adding other cool hats just for shits & giggles.

save it as reddeadmau5.png and dont forget to add the first line of the code.
Image

Code: Select all

hat[i].x = 0
hat[i].y = -5
hat[i].height = 5
hat[i].graphic = love.graphics.newImage("graphics/SMB/hats/reddeadmau5.png")
save as blkcyandeadmau5.png, use the same x, y code above and replace filename.
Image

save as neongrndeadmau5.png.
Image

save as atlas.png (or whatever)
Image

Code: Select all

hat[i].x = 6
hat[i].y = 2
hat[i].height = 5
hat[i].graphic = love.graphics.newImage("graphics/SMB/hats/atlas.png")
save as stark.png: this one was tough coz of mario's big ass nose...
Image

Code: Select all

hat[i] = {}
hat[i].x = 6
hat[i].y = -1
hat[i].height = 5
hat[i].graphic = love.graphics.newImage("graphics/SMB/hats/stark.png")
save as snake.png
Image

Code: Select all

hat[i] = {}
hat[i].x = 4
hat[i].y = 1
hat[i].height = 5
hat[i].graphic = love.graphics.newImage("graphics/SMB/hats/snake.png")
save as vendetta.png
Image

Code: Select all

hat[i] = {}
hat[i].x = 3
hat[i].y = -4
hat[i].height = 5
hat[i].graphic = love.graphics.newImage("graphics/SMB/hats/vendetta.png")
==
Fixed missing pixels.*
Last edited by Sentinel on 08 Jun 2012, 00:52, edited 12 times in total.

User avatar
Turtle95
Posts: 1246
Joined: 21 Mar 2012, 21:48
Contact:

Post » 13 Apr 2012, 23:29

Sentinel wrote:I'll add more Deadmau5 heads.

save it as reddeadmau5.png and dont forget to add the first line of the code.
Image

Code: Select all

hat[i].x = 0
hat[i].y = -5
hat[i].height = 5
hat[i].graphic = love.graphics.newImage("graphics/SMB/hats/reddeadmau5.png")
heres a custom small mario, which doesnt work when you're wearing a hat. -_-
Image
Not to be rude, but there ARE custom Mario colors. Just throwing that at you.

User avatar
Sentinel
Posts: 119
Joined: 29 Mar 2012, 09:48

Post » 13 Apr 2012, 23:32

Can you re-create the colors I did from the recolor option? If you can do that then I did waste my time.

no worries, you didnt sound rude at all. :)

User avatar
Turtle95
Posts: 1246
Joined: 21 Mar 2012, 21:48
Contact:

Post » 13 Apr 2012, 23:42

Sentinel wrote:Can you re-create the colors I did from the recolor option? If you can do that then I did waste my time.

no worries, you didnt sound rude at all. :)
I probably can.. lemme just zoom in here. Then I'll go to options.txt and give it to you.

EDIT:

Closest I got:

playercolors:1:255,255,255,238.6,0,0,255,158,56;

EDIT2:

Oops, wrong. Meh.. I can get black hair, blue pants, and the right skin tone, but that's about it. The shoes are hair color--weird.

User avatar
12seth12
Posts: 139
Joined: 11 Mar 2012, 20:42

Post » 14 Apr 2012, 01:35

Hey, Thanks for the deadmau5 <3!~~!

User avatar
DaftMau5
Posts: 3
Joined: 20 Apr 2012, 16:22

Post » 20 Apr 2012, 16:36

I have no idea how to get these to work. Can't you give us a download?
EDIT: Nevermind I just realised these are for the normal Mari0.

Post Reply