Hello! Just wanted to mention, "and or" statements in SRB2 Lua are kinda borked.
-- ((li.backsector and li.backsector.valid) and P_IsClimbingValid(slidemo.player, climbangle) or true)
-- Workaround is changing this to an if
canclimb = true
if((li.backsector and li.backsector.valid))then...
Made in Godot.
A quick tool for down scaling high resolution images using a method attempting to mimic Paint Shop Pro.
It takes a base image and an alpha mask. (palette is optional)
Download on Github.
I had been working on this in the release candidate versions, since they made and exposed a much needed player variable. (stunned)
Now it should feel more correct, hopefully.
Also a way to toggle the flattening style locally! If you use models only, or just prefer the SRB2K styled sprites...
So release version i made the mistake of using the DEAD frame for squishing when a character doesn't have an animation... when i should have just made it behave like SRB2K and squish the sprite! so now it squishes models correctly i guess.
flattening.lua
A small mod that replaces getting instantly killed by crushers with a silly flattened state.
To give skins a flattened frame they must have an animation named "FLAT", which should have L and R frames. Otherwise it will squish your idle sprite.
Sorry for getting back so late! I was not notified of comments under my mod, I will make sure to try and check here more often.
Thank you! Maybe sometime in the future I could split them up from the main pack, but until the next version of Ring Racers I plan to keep them in the same file for...
ChrisFurry submitted a new resource:
ChrisFurry's Ring Racers Mega Collection - Currently a character mod with a few animated skin colors but planned to be more in the future.
Read more about this resource...
1742604155
oh okay i accidentally submitted it twice, the system confused me a bit...
ChrisFurry's Ring Racers Mega Collection is a mod containing only Characters and skin colors currently, but will be updated to have a gamemode after the next major Ring Racers update.
CONTENT WARNING: Swears, middle fingers, possible flashing lights.
If you came here for Fancy Pants Man only...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.