This is a BIG template for Dr. Robotnik's Ring Racers, assembled by Guil.

The original kart sprite was made my VelocitOni.

=======================================
=THIS TEMPLATE REQUIRES AN EXTRA STEP.=
=I recommend having SLADE installed!!!=
=======================================

To use this template, drag this folder into Kartmaker as normal. Once it's done, I recommend converting the WAD to a PK3 immediately and pulling the SPRTINFO lump out of the included example PK3 and stuffing it into the root of your own PK3, then replace the word "example" with the skin name you're using. Note, it's the internal name, and not the RealName.

The SPRTINFO lump tells the game how to properly rotate the model while on banked turns and while in Tumble. Without it, the model will rotate around the top left corner instead of near the kart.

If you have misplaced, deleted, or edited the SPRTINFO file, here's a copy for you - only between the rows of equals signs are needed, not including the equals signs.

=============
Sprite2 * {
	Skin example

	Default {
		XPivot 96
		YPivot 176
	}
}
=============

If you have multiple BIG skins in one PK3, you can do this:

=============
Sprite2 * {
	Skin example

	Default {
		XPivot 96
		YPivot 176
	}

	Skin anotherexample

	Default {
		XPivot 96
		YPivot 176
	}
}
=============

You will need to follow this format to add more BIG skins, copying from "Skin" and up until the first "}" you run into afterward.

---

QUESTIONS AND ANSWERS
----------
"My character is rotating weird"
Answer: You forgot the SPRTINFO lump or you've edited it.

"I can't see my character at all"
Answer: You may have forgotten to save the sprites.png file.

"kartmaker doesn't open"
Answer: Drag the folder onto kartmaker, don't just double click it.

"dude did you just give me a character in the example pk3?"
Answer: Well yes, but actually no.
Meet "Huge Test Ellipsoid™"! It is not a real, functioning character, but it does load in-game. It just has default sounds and no HUD elements, and it doesn't really animate, but it does show the template works. I don't recommend actually playing as it, since it's just an empty kart with a circle slapped over it.