Advanced Search

Author Topic: Skin Making Question  (Read 2474 times)

0 Members and 1 Guest are viewing this topic.

June 01, 2014, 12:18:03 PM
Read 2474 times

Offline William0918

  • Standard Member
  • Date Registered: June 01, 2014, 12:11:27 PM

    • View Profile
Skin Making Question
« on: June 01, 2014, 12:18:03 PM »
I'm making my first skin, and its based on the AVGN, but one thing I have to ask. Do I have to name the PNG files after the name of the skin?

June 01, 2014, 02:09:08 PM
Reply #1

Offline Russel

  • MM8BDM Extender

  • Doc Croc
  • **********
  • Date Registered: December 17, 2010, 11:11:25 PM

    • View Profile
Child's play, really; once you understand...
« Reply #1 on: June 01, 2014, 02:09:08 PM »
Skin sprite names are based on a four letter convention, followed by a frame index specified by another letter, followed by a rotation direction specified by a number 1-8.

For my Wheel Gator skin, my sprite names were WGAT, the standing frame for the Megaman Class is A, and the front rotations is 1.
The resulting file name was WGATA1.png.

You may know most of the rest of this, but I'm putting it here for reference anyhow.
The Megaman Class frames are as follows:
A - Standing/idle [Spawn state in DECORATE]
BCDE - Walking [See state]
FG - Firing [Missile state]
H - Pain/Death [Usually does not have a full set of rotations]

Rotation number reference:

Frames given more than one rotation indicator will be used in both locations, when used to refer to opposite sides of the actor, the sprite will be mirrored.
As such, WGATA2A8 would take the sprite as it is for A2 frame [diagonal facing left] and mirror it for A8 [diagonal facing right.]

...I hope that helped, I'm unsure how I can be more specific without including a full sprite list of my example there.

June 01, 2014, 02:17:43 PM
Reply #2

Offline William0918

  • Standard Member
  • Date Registered: June 01, 2014, 12:11:27 PM

    • View Profile
Re: Skin Making Question
« Reply #2 on: June 01, 2014, 02:17:43 PM »
Ok, I get it now.

June 01, 2014, 02:21:37 PM
Reply #3

Offline William0918

  • Standard Member
  • Date Registered: June 01, 2014, 12:11:27 PM

    • View Profile
Re: Skin Making Question
« Reply #3 on: June 01, 2014, 02:21:37 PM »
But another problem is I'm using Paint.NET for making the skin itself. But sometimes, I have the paintbrush to color 1 square, but sometimes, it does 2 squares.

June 01, 2014, 02:30:12 PM
Reply #4

Offline LlamaHombre

  • MM8BDM Extender
  • ***********
  • Date Registered: November 15, 2010, 09:19:04 PM

    • View Profile
    • My Famitracker Covers
Re: Skin Making Question
« Reply #4 on: June 01, 2014, 02:30:12 PM »
Try using a tool like the pencil instead.

June 01, 2014, 02:31:05 PM
Reply #5

Offline William0918

  • Standard Member
  • Date Registered: June 01, 2014, 12:11:27 PM

    • View Profile
Re: Skin Making Question
« Reply #5 on: June 01, 2014, 02:31:05 PM »
Thx, now it works

June 01, 2014, 02:58:27 PM
Reply #6

Offline William0918

  • Standard Member
  • Date Registered: June 01, 2014, 12:11:27 PM

    • View Profile
Re: Skin Making Question
« Reply #6 on: June 01, 2014, 02:58:27 PM »
But another big problem is some sprites are the same.

June 01, 2014, 02:59:58 PM
Reply #7

Offline Russel

  • MM8BDM Extender

  • Doc Croc
  • **********
  • Date Registered: December 17, 2010, 11:11:25 PM

    • View Profile
Re: Skin Making Question
« Reply #7 on: June 01, 2014, 02:59:58 PM »
That isn't an issue. The second and fourth walking frames of the Megaman skin, and several other skins in both core and custom are the same.

June 01, 2014, 04:49:34 PM
Reply #8

Offline William0918

  • Standard Member
  • Date Registered: June 01, 2014, 12:11:27 PM

    • View Profile
Re: Skin Making Question
« Reply #8 on: June 01, 2014, 04:49:34 PM »
Ok, I am making my own pk3 with the skin, but I need to figure out the offsets for each sprite. What are the offsets for each sprite?

June 01, 2014, 05:47:20 PM
Reply #9

Offline Russel

  • MM8BDM Extender

  • Doc Croc
  • **********
  • Date Registered: December 17, 2010, 11:11:25 PM

    • View Profile
Re: Skin Making Question
« Reply #9 on: June 01, 2014, 05:47:20 PM »
Which compiler [program] are you using to make the pk3?
Usually, you can simply highlight all the sprite files and right click and click modify offsets [In SLADE, it's under graphics, in SLumPEd, it's just right there.]
Hit the radio button [dot] for automatic offsets and set that to Monster. Click Ok.
Then right click the sprites again and click set offset and under set position, check relative and set the y coordinate [second textbox] to 4. Click Ok again.
Your sprites should now be aligned properly.

If you need pictures to see what I mean, I can provide them.