A few questions about Character addons

Crysochyon769

SatAM & AoSTH for life!
Hello!

So I had a few questions about creating character addons

1. Is there anyway to upscale the sprites in game, that way I can use Master System/Game Gear sized sprites and still have them look good?

2. Is there anyway that I can make the spindash bounce off of objects?
 
1. Is there anyway to upscale the sprites in game, that way I can use Master System/Game Gear sized sprites and still have them look good?
Yes!
You must include the flag SF_HIRES in your character's flags, and then, add the variable highresscale.

The higher the resolution of your sprites are, the lower the value of highresscale should be! (and vice versa)
If I had to guess, by default highresscale equals to 1.0.

2. Is there anyway that I can make the spindash bounce off of objects?
Um... It can do that, not only in badniks as shown below. (unless i misunderstood)
View attachment srb20106.gif
 
Yes!
You must include the flag SF_HIRES in your character's flags, and then, add the variable highresscale.

The higher the resolution of your sprites are, the lower the value of highresscale should be! (and vice versa)
If I had to guess, by default highresscale equals to 1.0.


Um... It can do that, not only in badniks as shown below. (unless i misunderstood)
View attachment 149483
Thank you dark! And about the spindash, I mean like off walls when on the ground
 

Who is viewing this thread (Total: 0, Members: 0, Guests: 0)

Back
Top