skins

Mods, guides how to use and install mods go right in here.
Post Reply
sirex
Posts: 7
Joined: 17 Mar 2014, 01:08

Post » 01 Jun 2014, 02:45

I forgot how to add skins D: please remind me how

MF064DD
Posts: 719
Joined: 20 May 2014, 00:08

Post » 01 Jun 2014, 15:58

1. If you have Mari0 SE, download a skin/skin pack. They should be right here: viewtopic.php?f=8&t=4040

2. Make sure the skin is an SE skin. If so, open the zip file and go to your mappacks in Mari0 and press M. (this is my short cut)

3. Once you do that make a new folder called "Characters".
Image
4. Put the folder in the zip file in the Characters folder.

5. Go to Options/Skins, and select your character.

BTW, don't be confused by the Mac screen, it works the same way on Windows, too.

User avatar
Danny
Posts: 207
Joined: 26 Oct 2013, 05:22

Post » 16 Jun 2014, 02:26

my skins keep showing up invisable

User avatar
Mari0Maker
Posts: 1348
Joined: 07 Apr 2012, 17:10
Contact:

Post » 16 Jun 2014, 13:14

Danny wrote:my skins keep showing up invisable
Then you're probably doing something wrong. Could you upload the skins so I can check to see what the problem is?

User avatar
Danny
Posts: 207
Joined: 26 Oct 2013, 05:22

Post » 16 Jun 2014, 19:23

ok, one thing first, im kinda new on forums and dont know how to upload images :/

User avatar
Mr.Q.Marx?
Posts: 849
Joined: 15 May 2012, 18:35

Post » 16 Jun 2014, 20:39

On imgur.com go to upload images: computer.
You have to select your image and upload.
Now copy the box on the right marked 'BBCode' and post that here.

User avatar
Danny
Posts: 207
Joined: 26 Oct 2013, 05:22

Post » 16 Jun 2014, 23:29

Image
Image

User avatar
Mari0Maker
Posts: 1348
Joined: 07 Apr 2012, 17:10
Contact:

Post » 17 Jun 2014, 12:31

I actually need the config.txt file too, I should have mentioned that earlier.
Just copy and paste the text from it into the code tags. If you don't have a config.txt file, then that is the problem.

User avatar
Danny
Posts: 207
Joined: 26 Oct 2013, 05:22

Post » 17 Jun 2014, 18:54

Code: Select all

{
	"colorables": [
		"hat",
		"hair",
		"skin"
	],

	"defaulthat": 0,
	
	"defaultcolors": [
		[
			[224,32,0],
			[136,112,0],
			[252,152,56]
		],
		
		[
			[255,255,255],
			[0,160,0],
			[252,152,56]
		],
		
		[
			[0,0,0],
			[200,76,12],
			[252,188,176]
		],
		
		[
			[32,56,236],
			[0,128,136],
			[252,152,56]
		]
	],

	"smalloffsetX": 6,
	"smalloffsetY": 3,
	"smallquadcenterX": 11,
	"smallquadcenterY": 10,

	"shrinkquadcenterX": 9,
	"shrinkquadcenterY": 32,
	"shrinkoffsetY": -3,
	"shrinkquadcenterY2": 16,

	"growquadcenterY": 4,
	"growquadcenterY2": -2,

	"duckquadcenterY": 22,
	"duckoffsetY": 7,

	"runframes": 3,
	"jumpframes": 1,
	"customframes": 3,

	"smallquadwidth": 20,
	"smallquadheight": 20,
	"smallimgwidth": 240,
	"smallimgheight": 80,

	"bigquadcenterY": 20,
	"bigquadcenterX": 9,
	"bigoffsetY": -3,
	"bigoffsetX": 6,

	"bigquadwidth": 20,
	"bigquadheight": 36,
	"bigimgwidth": 240,
	"bigimgheight": 144,

	"hatoffsets": {
		"idle": [0,0],
		"running": [[0,0],[0,0],[-1,-1]],
		"sliding": [0,0],
		"jumping": [[0,-1]],
		"falling": [0,0],
		"climbing": [[2,0],[2,-1]],
		"swimming": [[1,-1],[1,-1]],
		"grow": [-6,0]
	},
	
	"bighatoffsets": {
		"idle": [-4,-2],
		"fire": [-5,-4],
		"running": [[-5,-4],[-4,-3],[-3,-2]],
		"sliding": [-5,-2],
		"jumping": [[-4,-4]],
		"falling": [-4,-2],
		"climbing": [[-4,-4],[-4,-4]],
		"swimming": [[-5,-4],[-5,-4]],
		"ducking": [-5,-12],
		"grow": [-6,0]
	}
}
Last edited by Danny on 17 Jul 2014, 02:37, edited 1 time in total.

User avatar
Mari0Maker
Posts: 1348
Joined: 07 Apr 2012, 17:10
Contact:

Post » 17 Jun 2014, 21:42

It appears like this for me:
Image
The problem is that your sprites look more like they're built for Mari0 1.6, and plus that config is for Mario. So, you're going to have to fix the spritesheets and config for it to work properly.

User avatar
Danny
Posts: 207
Joined: 26 Oct 2013, 05:22

Post » 18 Jun 2014, 03:13

Image
Image

it fits the mario spritesheet so the config should work

User avatar
Sunset_Moth
Posts: 781
Joined: 02 Sep 2012, 23:22
Contact:

Post » 18 Jun 2014, 16:33

the question is are they using SE
I don't see them saying that anywhere, am I blind?

User avatar
Danny
Posts: 207
Joined: 26 Oct 2013, 05:22

Post » 18 Jun 2014, 18:21

yes, im using se, sorry if i was unclear

User avatar
Mari0Maker
Posts: 1348
Joined: 07 Apr 2012, 17:10
Contact:

Post » 19 Jun 2014, 00:31

The sprites work now! So now you can play as your character. https://dl.dropboxusercontent.com/u/926 ... /danny.zip
Just copy the folder that is extracted from that .zip, and put it in appdata/LOVE/mari0_se/characters/, and just change your character ingame.

User avatar
Danny
Posts: 207
Joined: 26 Oct 2013, 05:22

Post » 19 Jun 2014, 04:38

thanks dude!

Post Reply