Sonic Sprite Sheet

broken image


  1. Sonic Sprite Character Creator
  2. Dark Sonic Sprite Sheet

The problem I have with these sprites is that, they're inconsistent with the classic games, see, in Sonic 1 and Sonic CD, Sonic's fur was more of a light purple than blue, indicating that he's probably in his preteens, in Sonic 2 he's a darker shade of blue and looks different in some places, meaning that he's a young teenager, and in Sonic 3 & Knuckles he looks like a younger version of the. Create Sprite Sign in. Create Sprite Sign in.

Here, you'll find many sprites sheets dealing about Sonic the hedgehog and its related universe. Most of them come from DPI website (webmastered by Psy Guy), but the versions I offer here are better and easier to use (same transparent background color -- blue color : 0 0 255 RGB values -- on all sheets, all available in GIF and 24-bit PNG -- transparent 24-bit PNGs automatically appear transparent when opened In Paint Shop Pro and some other software like GIMP and Fireworks mainly).

Want to submit a sprite sheet? Just read above:

If you have some sprite sheets to give me, don't hesitate: sonic-discovery@fr.st for my e-mail address. But remember that I want high quality sprite sheets in 24-bit PNG if possible with no horrible dithering and mainly no white color background (generally that sucking 255 255 255) on your sprite sheets!!! If the sprites were incorrectly ripped, they have chances to feature the same white as your background color, making extractions and copy-paste operations harder than they should be. Also, even if you choose a different white for your background color, there are chances to commit mistakes when extracting the sprites, when playing with your GIF transparent color or even when making your sprite sheet (temptation to pick the background color to color your sprites is huge^^). So, choose a different color background from your sprites and avoid putting some blue 0 0 255 on the sprites themselves because that's the default background color I use when I prepare your sprite sheets to be hosted. Hope you took note af all of this :P.

< Custom character tutorial
Custom character tutorial[view]

Disney pin serial number database. Chapter 1: Overview • Chapter 2: S_SKIN • Chapter 3: Sprites • Chapter 4: Character select

This article or section is outdated and has not been updated to reflect the release of SRB2 v2.2.

Please help the Wiki by correcting or removing any misinformation, as well as adding any new information to the page. Delphi ds150e keygen activation.

A custom character consists of a series of sprites that make up the visual design of the character itself in-game. Through an abridged naming system for sprites, it is possible to create a complete character with only around 177 sprites on average. This chapter gives an overview of how a character's sprites are created and added to the character's WAD or PK3 file. Note that this tutorial only covers the technical aspects of sprite creation; it will not teach you how to make good sprites.

  • 1Creating sprites
  • 2Importing sprites

Creating sprites

Spriting a character is the hardest and most tedious task that you will face when creating a custom character for SRB2. It is also a very time-consuming process – it is not uncommon for this part of creating your character to take months to complete.

Recommended programs

The following is a selection of graphics editing programs available that you can use to create your character's sprites with:

  • Microsoft Paint: This is a simple graphics editing program that is included with all versions of Windows (not included with Mac or Linux). This program is very popular among spriters and is highly recommended for basic sprite editing.
  • Paint.NET: An more advanced tool containing features that Microsoft Paint has as well as a few extras that aid in creating sprite animations. Recommended if you don't want to buy Photoshop. Not available for Mac or Linux.
  • Photoshop: A multi-purpose graphics editing software. Very hard to use if you don't know what you're doing. Not recommended for beginners.
  • GIMP: A free graphics editing program that is supported on Windows, Mac and Linux.
  • GraphicsGale: An animation graphic editor, specially designed for creating sprites and pixel art. Only Windows is supported, however.
  • Aseprite: An animated sprite editor and pixel art tool. A free trial version is available for download, but files cannot be saved with it; you will have to pay for the full version or manually compile it in order to use it for sprite editing.

Technical information

A sample sprite.

The usual dimensions (image size) of a sprite for a character are 70×70 pixels, with the actual character size being roughly 40×63 (Sonic's size).

Cyan (palette color #255) is commonly used as a background color for sprites – this is because lump editors such as XWE automatically convert all instances of cyan to transparent pixels when sprites are loaded. However, SLADE does not do this unless it is specified to do so.

To allow your character to switch skin colors, the parts of your character that you want to change color in each sprite should all use a specific range of colors in the palette. This should be a range of colors that aren't used by body parts or clothes that you don't want to change color, and one that allows your character to look correct in the skin color you want your character to use in Single Player (as well as in other skin colors, if possible).

For instance, the main color of all of Sonic, Tails' and Knuckles' sprites is green (or palette colors #96 through #111) rather than blue, orange or red, respectively. This green range is also the one most commonly used by custom characters, as it is considered the easiest color range to work with. If you don't want your character to use this range of colors, use the startcolor parameter in the character's S_SKIN lump to choose a different range of colors to work with. Note that this will always be a range of 16 colors, with startcolor determining the first color in the range.

The prefcolor parameter is then used to determine the default skin color used by your character in Single Player. Ideally, you should test out how your character's sprites appear in this skin color for best results. Refer to the previous chapter of the tutorial for more details on setting up your character's skin color in the S_SKIN lump.

Keep in mind that the actual size of the sprite file does not matter, as the sprite offsets can be modified in your chosen lump editor. What actually matters is the size of the character minus the transparent (or cyan) pixels.

Importing sprites

Once you have created your character's sprites (or at least a portion of them), you now need to add them to the WAD or PK3 file containing your character's lumps. This section explains how to import your sprites and how to name the lumps within the WAD or PK3 file.

SLADE

An example of how the S_SKIN lump and the sprites should appear in a WAD file's lump list. Click to view an enlarged version of the image.

To import the images for your character in a blank WAD or PK3 file, click Archive → Import Files in the menu bar, browse to the folder where your images are located, select them and hit enter. If you are importing sprites into a file already containing placeholder sprites, you can alternatively replace them directly one-by-one by clicking Entry → Import; this will directly replace the lump for the old sprite with your imported sprite.

The next task is to convert all sprites to the correct format; typically your imported sprites will be in a format such as 'Graphic (PNG)' or '(BMP)' in the WAD or PK3 file – if these lumps are not converted, they will crash the game if SRB2 attempts to access them. Select all imported lumps at once, right-click on them, and select Gfx → Convert to.. The conversion window will pop up. Select 'Doom Gfx (Paletted)' as the format to convert to and make sure SRB2's palette (which should be 'Existing/Global' if you have set up srb2.srb as your Base Resource, otherwise use 'Sonic (SRB2)') is selected. If the sprites contain a cyan background rather than actual transparent pixels, enable 'Enable Transparency' in the window to automatically convert them for you. Press Convert All to convert all the images at once.

If it is necessary to rename the lumps to follow the sprite naming format, right-click on them and click Rename Entry. If multiple sprite lumps are being renamed at once, the text characters that differ between them will be given as asterisks (*) in the 'Rename' window that pops up. For instance, PLAYA1 and PLAYA5 will appear as PLAYA*; lump selections such as PLAYA1 and PLAYA2A8 will appear as PLAYA*** in the 'Rename' window. Note: From SLADE v3.1.1 onwards, sprites for the ^ frame cannot be mass-renamed, as SLADE uses carets (^) as part of its extra formatting features for renaming multiple sprite lumps at once. These sprites must be renamed individually instead.

If your S_SKIN lump is not already present in your WAD or PK3 file, but is ready to be added at this stage, you can import it here too – click Entry → Move Up (shortcut: Ctrl+U) to push up the position of the S_SKIN lump until it is immediately above the first sprite.

Sheet

XWE

Sonic Sprite Character Creator

In order to import your character's sprites into the WAD or PK3 file, you need to set up XWE to use SRB2's palette if you haven't already. If you don't do this, the images will be converted into the standard Doom palette, which is different from SRB2's palette, and their colors will be messed up as a result. This article explains how to set up the palette in XWE.

To import the images for your character in a blank WAD or PK3, Click Entry → Load in the menu bar, browse to the folder where your images are located, select them and hit enter. If you are importing sprites into a file already containing placeholder sprites, you can alternatively replace them directly one-by-one by clicking Entry → Replace; this will directly replace the lump for the old sprite with your imported sprite.

Unlike SLADE, XWE will automatically convert the images into the Doom Graphics Format, and will automatically convert all cyan pixels in them into transparent pixels as soon as the images are loaded into the file.

If it is necessary to rename the lumps to follow the sprite naming format, right-click on them and click Rename Entry. If multiple sprite lumps are being renamed at once, the text characters that differ between them will be given as asterisks (*) in the 'Rename' window that pops up. For instance, PLAYA1 and PLAYA5 will appear as PLAYA*; lump selections such as PLAYA1 and PLAYA2A8 will appear as PLAYA*** in the 'Rename' window.

If your S_SKIN lump is not already present in your WAD or PK3 file, but is ready to be added at this stage, you can import it here too – click Entry → Move Up (shortcut: Ctrl+U) to push up the position of the S_SKIN lump until it is immediately above the first sprite.

Naming format

See also: Sprite > Format

As with all sprites, character sprites must have a lump name of the format SNAMXx. How this format is used slightly differs for character sprites, however:

  • SNAM is a prefix corresponding to the name of the stance that the player is currently in, i.e STND for standing or ROLL for rolling.
  • X designates the frame that a sprite belongs to; see the Frame list below for determining which frames to place your sprites in for each animation for the character.
  • x designates a sprite's rotation. It is a number between 1 and 8, starting with the front view at 1 and then continuing clockwise – for example, 2 is the diagonal front-left view, 5 is the back view and 8 is the diagonal front-right view.

As with normal sprites, the condensed naming system can be used to condense 8 rotations into five sprites instead of eight. For example, the standing frame of the player would consist of the following five sprites:

However, if the frame has non-symmetrical features, using the condensed naming system will cause these features to be flipped as well. For example, if the character carried a weapon on their right hand, it would also appear on their left hand by error when the game flips the sprite, as if they were 'switching hands'. This problem is solved by falling back into the uncondensed naming structure for any frames where this problem occurs, i.e., SNAMA1 through SNAMA8 as eight separate sprites.

If your character appears the same from all angles for a particular frame, a single sprite can be used with a rotation of 0 (e.g., SNAMA0) – this means the game will use the sprite for all 8 rotations in the frame. This trick is generally used only for frames used by super transformation, death, and the Level End Sign/Extra Life Monitor icons.

Frame list

This is the full list of sprite frames that exist for all characters in SRB2. Note that you do not need to give a character all of these frames, only the frames that would be applicable to their abilities.

STNDStanding
WAITBoredom
WALKWalking
ROLLSpinning
SPINSpindash charge
SPNGSpring falling up
RUN_Running
GASPGrab a bubble
PAINHurt
STUNHurt while invincible
DEADDead
DRWNDrowning
EDGEOn the edge
FALLFalling
RIDEItem hang/Tails pickup
SIGNLevel End Sign face1
LIFEExtra Life Monitor face1
TRNSA0Super/NiGHTS transformation 1
TRNSB0Super/NiGHTS transformation 2
TRNSC0Super/NiGHTS transformation 3
TRNSD0Super/NiGHTS transformation 4
TRNSE0Super/NiGHTS transformation 5
TRNSF0Super/NiGHTS transformation 6
TRNSG0Super/NiGHTS transformation 7
CNT1Continue
CNT2Continue rising
CNT3Continue spinning
CNT4Player 2 continue
XTRAA0HUD head icon
XTRAB0Character select art
XTRAC0Small continue icon
XTRAD0Ending Constellation 1
XTRAE0Ending Constellation 2
XTRAF0Ending Constellation 3
NFLTNiGHTS idle
NFLYALARNiGHTS flight
NDRLALARNiGHTS drill
NPULALARNiGHTS entering Ideya Capture
NSTNALARNiGHTS hurt
FLT_CA_FLOAT/Super Sonic floating
FLY_CA_FLY flight
SWIMCA_FLY/CA_GLIDEANDCLIMB when used underwater, or CA_SWIM
TIRECA_FLY tired
GLIDCA_GLIDEANDCLIMB gliding
CLNGCA_GLIDEANDCLIMB clinging to a wall
CLMBCA_GLIDEANDCLIMB climbing
LANDCA_GLIDEANDCLIMB landing, CA_BOUNCE land
MLEECA2_MELEE attack
MLELCA2_MELEE landing
TWINCA_TWINSPIN twinspin
FIRECA2_GUNSLINGER fire
BNCECA_BOUNCE in air
DASHSF_DASHMODE dash

There are also sprite frames that none of the default characters use, instead using other frames in their place. These animations are listed below:

Dark Sonic Sprite Sheet

Frame prefixUsage
SKIDSkidding
FRUNCA_FLOAT when moving at running speed
NATKAttacking the Ideya Capture
JUMPJumping. If not present, uses spin frames if the character can spin, otherwise uses spring frames. Note that the animation switches to FALL frames when the player starts falling.

In order to create sprites for the super form, put them under a S_SUPER marker and give them the same prefixes.

1 To figure out the correct sprite offsets for these frames, you can refer to the offsets of the Level End Sign/Extra Life Monitor sprites, as well any existing character's own sprite offsets for these frames.

Sheets

XWE

Sonic Sprite Character Creator

In order to import your character's sprites into the WAD or PK3 file, you need to set up XWE to use SRB2's palette if you haven't already. If you don't do this, the images will be converted into the standard Doom palette, which is different from SRB2's palette, and their colors will be messed up as a result. This article explains how to set up the palette in XWE.

To import the images for your character in a blank WAD or PK3, Click Entry → Load in the menu bar, browse to the folder where your images are located, select them and hit enter. If you are importing sprites into a file already containing placeholder sprites, you can alternatively replace them directly one-by-one by clicking Entry → Replace; this will directly replace the lump for the old sprite with your imported sprite.

Unlike SLADE, XWE will automatically convert the images into the Doom Graphics Format, and will automatically convert all cyan pixels in them into transparent pixels as soon as the images are loaded into the file.

If it is necessary to rename the lumps to follow the sprite naming format, right-click on them and click Rename Entry. If multiple sprite lumps are being renamed at once, the text characters that differ between them will be given as asterisks (*) in the 'Rename' window that pops up. For instance, PLAYA1 and PLAYA5 will appear as PLAYA*; lump selections such as PLAYA1 and PLAYA2A8 will appear as PLAYA*** in the 'Rename' window.

If your S_SKIN lump is not already present in your WAD or PK3 file, but is ready to be added at this stage, you can import it here too – click Entry → Move Up (shortcut: Ctrl+U) to push up the position of the S_SKIN lump until it is immediately above the first sprite.

Naming format

See also: Sprite > Format

As with all sprites, character sprites must have a lump name of the format SNAMXx. How this format is used slightly differs for character sprites, however:

  • SNAM is a prefix corresponding to the name of the stance that the player is currently in, i.e STND for standing or ROLL for rolling.
  • X designates the frame that a sprite belongs to; see the Frame list below for determining which frames to place your sprites in for each animation for the character.
  • x designates a sprite's rotation. It is a number between 1 and 8, starting with the front view at 1 and then continuing clockwise – for example, 2 is the diagonal front-left view, 5 is the back view and 8 is the diagonal front-right view.

As with normal sprites, the condensed naming system can be used to condense 8 rotations into five sprites instead of eight. For example, the standing frame of the player would consist of the following five sprites:

However, if the frame has non-symmetrical features, using the condensed naming system will cause these features to be flipped as well. For example, if the character carried a weapon on their right hand, it would also appear on their left hand by error when the game flips the sprite, as if they were 'switching hands'. This problem is solved by falling back into the uncondensed naming structure for any frames where this problem occurs, i.e., SNAMA1 through SNAMA8 as eight separate sprites.

If your character appears the same from all angles for a particular frame, a single sprite can be used with a rotation of 0 (e.g., SNAMA0) – this means the game will use the sprite for all 8 rotations in the frame. This trick is generally used only for frames used by super transformation, death, and the Level End Sign/Extra Life Monitor icons.

Frame list

This is the full list of sprite frames that exist for all characters in SRB2. Note that you do not need to give a character all of these frames, only the frames that would be applicable to their abilities.

STNDStanding
WAITBoredom
WALKWalking
ROLLSpinning
SPINSpindash charge
SPNGSpring falling up
RUN_Running
GASPGrab a bubble
PAINHurt
STUNHurt while invincible
DEADDead
DRWNDrowning
EDGEOn the edge
FALLFalling
RIDEItem hang/Tails pickup
SIGNLevel End Sign face1
LIFEExtra Life Monitor face1
TRNSA0Super/NiGHTS transformation 1
TRNSB0Super/NiGHTS transformation 2
TRNSC0Super/NiGHTS transformation 3
TRNSD0Super/NiGHTS transformation 4
TRNSE0Super/NiGHTS transformation 5
TRNSF0Super/NiGHTS transformation 6
TRNSG0Super/NiGHTS transformation 7
CNT1Continue
CNT2Continue rising
CNT3Continue spinning
CNT4Player 2 continue
XTRAA0HUD head icon
XTRAB0Character select art
XTRAC0Small continue icon
XTRAD0Ending Constellation 1
XTRAE0Ending Constellation 2
XTRAF0Ending Constellation 3
NFLTNiGHTS idle
NFLYALARNiGHTS flight
NDRLALARNiGHTS drill
NPULALARNiGHTS entering Ideya Capture
NSTNALARNiGHTS hurt
FLT_CA_FLOAT/Super Sonic floating
FLY_CA_FLY flight
SWIMCA_FLY/CA_GLIDEANDCLIMB when used underwater, or CA_SWIM
TIRECA_FLY tired
GLIDCA_GLIDEANDCLIMB gliding
CLNGCA_GLIDEANDCLIMB clinging to a wall
CLMBCA_GLIDEANDCLIMB climbing
LANDCA_GLIDEANDCLIMB landing, CA_BOUNCE land
MLEECA2_MELEE attack
MLELCA2_MELEE landing
TWINCA_TWINSPIN twinspin
FIRECA2_GUNSLINGER fire
BNCECA_BOUNCE in air
DASHSF_DASHMODE dash

There are also sprite frames that none of the default characters use, instead using other frames in their place. These animations are listed below:

Dark Sonic Sprite Sheet

Frame prefixUsage
SKIDSkidding
FRUNCA_FLOAT when moving at running speed
NATKAttacking the Ideya Capture
JUMPJumping. If not present, uses spin frames if the character can spin, otherwise uses spring frames. Note that the animation switches to FALL frames when the player starts falling.

In order to create sprites for the super form, put them under a S_SUPER marker and give them the same prefixes.

1 To figure out the correct sprite offsets for these frames, you can refer to the offsets of the Level End Sign/Extra Life Monitor sprites, as well any existing character's own sprite offsets for these frames.

Custom character tutorial[view]

Chapter 1: Overview • Chapter 2: S_SKIN • Chapter 3: Sprites • Chapter 4: Character select

Retrieved from 'https://wiki.srb2.org/w/index.php?title=Custom_character_tutorial/Sprites&oldid=112314'




broken image