[Open Assets] Casino Night Bumper (bumper.wad)

This content may be freely modified and/or maintained by anyone.
Status
Not open for further replies.
I get that, I guess my issue there is that Sonic could abuse this to reach places he shouldn't be able to get to or reach early by effortlessly thokking into a bumper since it seems like it can send you all the way to the ceiling.
 
If you want the bumper to not be dependent on the player's speed, just remove this block of code from LUA_BUMP:

Code:
	-- Bounce the player back slightly slower than the speed at which they hit the bumper.
	local playerVelocity = FixedHypot(playermo.player.speed, playermo.momz)
	if bumperStrength < (9*playerVelocity) / (10*FRACUNIT)
		bumperStrength = (9*playerVelocity) / (10*FRACUNIT)
	end

Either that, or use Bumper v1.1
 
Status
Not open for further replies.

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

Back
Top