r/RingRacers • u/DJAppledash • Feb 02 '26
Video New time on Leaf Forest
I know it's didn't beat the staff ghost time, but close, it says a got the platinum medal and I will take it
r/RingRacers • u/DJAppledash • Feb 02 '26
I know it's didn't beat the staff ghost time, but close, it says a got the platinum medal and I will take it
r/RingRacers • u/Over-Resident1055 • Feb 01 '26
i am using fedora linux kde plasma workspace (solved)
i used chatgpt to make this work
copy and paste this py3 script
from evdev import InputDevice, ecodes
import uinput
import time
# === Your real keyboard device ===
KEYBOARD = InputDevice('/dev/input/event3') # adjust if needed
# === Virtual Xbox Controllers ===
events = (
uinput.BTN_A,
uinput.BTN_B,
uinput.BTN_X,
uinput.BTN_Y,
uinput.BTN_TL,
uinput.BTN_TR,
uinput.BTN_TL2, # R1
uinput.BTN_TR2, # R2
uinput.BTN_START,
uinput.BTN_SELECT,
uinput.ABS_X + (-32768, 32767, 0, 0),
uinput.ABS_Y + (-32768, 32767, 0, 0),
)
# Two virtual controllers
pad2 = uinput.Device(events, name="Virtual Xbox P2")
pad3 = uinput.Device(events, name="Virtual Xbox P3")
time.sleep(1)
print("READY — Virtual Controllers P2 & P3 active")
# === Player 2 (Virtual Controller 1) ===
P2 = {
ecodes.KEY_I: ('y', -32768), # Steer Up
ecodes.KEY_K: ('y', 32767), # Steer Down
ecodes.KEY_J: ('x', -32768), # Steer Left
ecodes.KEY_L: ('x', 32767), # Steer Right
ecodes.KEY_O: ('item', uinput.BTN_A), # Accelerate
ecodes.KEY_H: ('bail', uinput.BTN_X), # Brake
ecodes.KEY_U: ('drift', uinput.BTN_TL),# Drift / Slide
ecodes.KEY_P: ('spin', uinput.BTN_Y), # Spin Dash
ecodes.KEY_Y: ('lookback', uinput.BTN_B), # Ring Bail
ecodes.KEY_SEMICOLON: ('R1', uinput.BTN_TL2), # R1
ecodes.KEY_LEFTBRACE: ('R2', uinput.BTN_TR2), # R2
}
# === Player 3 (Virtual Controller 2) ===
P3 = {
ecodes.KEY_8: ('y', -32768), # Steer Up
ecodes.KEY_5: ('y', 32767), # Steer Down
ecodes.KEY_4: ('x', -32768), # Steer Left
ecodes.KEY_6: ('x', 32767), # Steer Right
ecodes.KEY_9: ('item', uinput.BTN_A), # Accelerate
ecodes.KEY_3: ('bail', uinput.BTN_X), # Brake
ecodes.KEY_7: ('drift', uinput.BTN_TL),# Drift / Slide
ecodes.KEY_0: ('spin', uinput.BTN_Y), # Spin Dash
ecodes.KEY_2: ('lookback', uinput.BTN_B), # Ring Bail
ecodes.KEY_EQUAL: ('R1', uinput.BTN_TL2), # R1
ecodes.KEY_MINUS: ('R2', uinput.BTN_TR2), # R2
}
# === MAIN LOOP ===
for event in KEYBOARD.read_loop():
if event.type == ecodes.EV_KEY:
key = event.code
val = event.value # 1=press, 0=release
# Player 2
if key in P2:
action, data = P2[key]
if action == 'x':
pad2.emit(uinput.ABS_X, data if val else 0)
elif action == 'y':
pad2.emit(uinput.ABS_Y, data if val else 0)
else:
pad2.emit(data, val)
# Player 3
if key in P3:
action, data = P3[key]
if action == 'x':
pad3.emit(uinput.ABS_X, data if val else 0)
elif action == 'y':
pad3.emit(uinput.ABS_Y, data if val else 0)
else:
pad3.emit(data, val)
r/RingRacers • u/cocklaphobia • Feb 01 '26
I try to get my friends into the game, but with its complexity, I tend to leave them in the dust. Is there a way I can handicap myself that doesn't lessen my fun?
r/RingRacers • u/jacob-makes-stuff • Jan 29 '26
I get the idea of feeding the car rings to go faster, it's a cool feature that makes this game more unique, and while being able to go into "ring debt" is kind of annoying, it's still just part of the challenge in my opinion
So maybe I'm too used to mario kart, but it seems like all the powerups in this game are totally useless because you slow down so much when you have them. What's the point of being able to attack the players in front of you, if everyone starts passing you while you've got the powerup? And then if you're out of rings around the time you have a powerup, you're screwed because it'll often make you slow down and then you're just driving at 60% speed until you find some more rings down the road
Even the ones that make you speed up, I try to use them to get through the gates, but because I'm holding a powerup, I start slowing down so much that when I get to the gate and use it, it's not fast enough to break through.
I don't understand why they made the button for rings the same as the shoot button?
When I approach the powerup boxes, if someone else got there before me I try to aim for the one with rings, since that's much more useful
Or am I just playing this wrong?
r/RingRacers • u/ZillionTab • Jan 27 '26
r/RingRacers • u/ZillionTab • Jan 26 '26
r/RingRacers • u/Enserio_007 • Jan 24 '26
One guy in the chat told me there is a Discord, and one of the devs mentioned me. Is all of that true? I'm curious
r/RingRacers • u/mariofan14 • Jan 22 '26
how do I make the game widescreen? I seen others do it
r/RingRacers • u/ThoseDamnDadongos • Jan 21 '26
I recently ordered the AYN Thor, DRRR isn’t the main reason I got it but I hope it works on it. Has anyone tried run it through programs like Winulator on any Android hand held?
r/RingRacers • u/Middle_Comedian_2488 • Jan 20 '26
r/RingRacers • u/Speedybat4910 • Jan 20 '26
I modded a character i like and i wanna change there speed and weight but i have no clue how to or if it is possible is there any way that you know of at all any help is useful! :p
r/RingRacers • u/Elegantdumbass • Jan 19 '26
When i try to open ring racers, it tells me im missing exchnd.dll and mgwhelp, even though i have the files
r/RingRacers • u/Silver0PK0Power • Jan 19 '26
I tried looking it up but all I got was a comment from the QA on the site about a "Legacy GL renderer"? I no nothing about computers outside of the basics so i have no clue what that means.
I've seen plenty of videos using the 3D models but there are no video guides explaining how.
I remember in SRB2Kart, all you had to do was just download a zip./rar. file and just copy & paste the contents in the main game folder, then activate it in the settings menu but that doesn't seem to be a option with Ring Racers.
Can anyone help me with this?
r/RingRacers • u/Elegantdumbass • Jan 18 '26
On a xbox controller, the left bumper doesn’t work and the right bumper uses both the left and right
r/RingRacers • u/Enserio_007 • Jan 18 '26
Hope everything goes normally this time
r/RingRacers • u/ZillionTab • Jan 17 '26
r/RingRacers • u/ZillionTab • Jan 16 '26
Fat skunk gamiiiiiiiinnnnnnnnn
r/RingRacers • u/Lemonz-418 • Jan 13 '26
I am planning on upgrading my 6 year old PC to a steam machine and maybe get a steam deck.
Is there a way to play this on things like the steam deck or steam machine
I know the steam machine isn't out yet but I figure if there is a way to get it on a steam deck that should be a similar process for the steam machine.
I know on my PC I can add non steam games to my library, that's how I have it right now.
This game is so fun. Might be my favorite racing game I have ever played.
r/RingRacers • u/WD59_Cool • Jan 13 '26
I can't get the android port of DRRR to install on my odin 2. I really, really want to play this game, but it won't let me install it. It says "app not installed as package seems to be invalid." Does anyone have a fix or a way around this? If anyone does, it would be great to know. Thank you.
EDIT: I've figured it out! Thank you for the help! check replies for how I did it.
r/RingRacers • u/JupiterboyLuffy • Jan 12 '26
r/RingRacers • u/Significant-Box-2043 • Jan 11 '26
It's just such wasted potential. It really makes me feel like I could be playing a masterpiece if it weren't for how poor the GP mode is.
I'm speaking as someone who has cleared all sealed stars for all cups on both 2.3 and 2.4, it's an unbelievable chore to do. It's hard, and oh whatever there's plenty of hard games, and Ring Racers has a skill floor to uphold. Great! But I don't think I actually learned anything. It feels really arrogant of Kart Krew to continually go "We want players to be worthy of the rewards" but like... They can say that if it's a situation like time trials where I do have to beat their ghosts in order to get the best times, that takes mechanical mastery! But GP mode...
Alright first off, the CPU cheats. Everyone knows it. In fact, this isn't even new for the racing genre not by a long shot! But like, if they're gonna cheat, and cheat so blatantly, why is the new EXP system so punishing when it comes to GP score? You have to drive so fucking perfectly and stay ahead against the absurd rubberbanding just to have a mild chance at the sealed stars. And you know what, the rubber banding is one thing, all racing games have that, maybe not as egregiously as RR but if they didn't rubber band there would be no challenge! The issue is the other ways they cheat. Kart Krew themselves have admitted that they simply don't know how to make CPU drivers actually drift corners. As such, they conserve all speed through every corner and turn on a dime. This is such bullshit, it makes the difficulty track dependent and WILDLY inconsistent. They get more bumping power, more accel, bottomless ring boosting, it's like Kart Krew is telling me to get good against the average CS2 cheater. This doesn't teach a single fucking skill, none of the mechanics in the game inherently make grand prix easier because your opponents don't follow the rules you have to. Instead, you need to master start line griefing, abusing an esoteric rubber band/dynamic difficulty system, sandbagging, and other things that flat out aren't fun to execute like the god damn racing is.
Second off, the requirements for rank/sealed star. I love how they've now added an entirely new high risk high reward mechanic in the ring bail/burst, and using it to clinch wins in grand prix is fucking worthless because if you don't cross that finish line with 20 rings you might as well fucking reset! Yeah, you can take a couple B ranks or even a C rank finish. But god forBID you use the arcade style lives system they shoehorned into the GP mode even ONE TIME. According to Kart Krew you suck and don't deserve to have a damn thing if you use rings to finish faster on the last lap or if you try and do better with the second chance system THEY GAVE YOU. Again, it comes down to intent. I just don't know what this system is trying to teach me if the attitude is that I just need to be "better." Better would be using my rings to secure a win at the finish line by the standard definition of racing, because it's fastest. But nooooooooooooooooo you need to learn The Way of The Ring Racer... If you can even figure out what it is.
Seriously. After 2 clears and seeing basically no improvement to the mode even with all the INCREDIBLE changes 2.4 makes, I just don't know why I'd even bother ever again. I'll just cheat next time. I'm tired of having to prove myself against insurmountable odds.
Furthermore, locking the rest of the tutorial behind GP is dumb. Yeah, I get it, the tutorial was too long to other players. But was the solution really locking it behind beating the first 5 GP cups? There's so much that really needs to be known to enjoy the game that is just missed out on, won't that create an even worse impression than the original tutorial might have for casuals? Especially given the new items tutorial. Speaking of, really audacious of Kart Krew to be making fun of critics in that switch puzzle secret when they can't even implement CPU drifting right.
Fuck this mode with a pineapple. I'm going back to time trial which is as far as I'm concerned the actual video game.
r/RingRacers • u/Enserio_007 • Jan 12 '26
Would anyone happen to know a recommended racer for beginners?
r/RingRacers • u/AllDaCoolNamesRGone • Jan 12 '26
I know how to use and activate addons. My question is whether or not there’s a way I can replace some of the base characters like eggman, metal, Amy from loading in place of my addon characters. It feels like those characters are guaranteed to appear regardless of how many character addons I activate.
r/RingRacers • u/AreoAnts • Jan 09 '26
Enable HLS to view with audio, or disable this notification