Mario Kart PC Forum - Advanced search
Results 1-20 out of 81
I got a "Message Farming" Warning??
Today at 00:26:09
i understand but we want to keep the mkpc forum strictly mkpc related, but a lot of under 13 users have nowhere safe to go outside of mkpc and interact with their friends there. on discord there are always separate servers or channels for offtopic activity, but on the forum its displayed on par with mkpc related topics in the recent list. topics like 'school fight in the replies' might be low effort, but the reason why people post in them is often just to interact with the people here, not necessarily to farm engagement or a hidden rank. thats why generally in a forum the offtopic/social sections have the most activity. i understand that we dont want the forum to stop being about mkpc entirely but we shoudnt create a 'play mkpc or leave' narrative for younger users. i dont want to come off as aggressive. i totally get that you want to keep the focus on the game itself. but i think theres a side to this worth considering from the user perspective. if these posts are cluttering the recent topics list, maybe a better solution would be a some kind of filter, rather than issuing warnings for people just trying to be social.
1Yesterday at 18:19:05
mods think you are posting low-effort content just to increase your message count and rank (which as of now no one except them can see lol) for bragging rights apparently. from your recent messages i can see that only like 1 message couldve been replaced with a reaction (unless you posted in a deleted topic) so clearly this is a false warning, mods are super triggerhappy with 'message farming' so just appeal in their dms. they constantly think people are spamming the forums, they forget that in a casual forum people are going to type 'fr' or 'true' instead of clicking a button sometimes
4STOP JOKING ON JEFFREY EPSTEIN
On 2026-03-18 at 12:58:03
I recently had my profile picture removed, and I’m genuinely frustrated by the lack of consistency and transparency in how moderation decisions are being made.
For context, I chose that image as a form of visual protest—specifically to criticize what I see as failures and hypocrisy in both government institutions and mainstream media. It wasn’t meant to glorify anyone or promote harmful behavior. It was meant to provoke thought and spark discussion about accountability and how certain narratives are handled or ignored.
Instead of any kind of warning, explanation, or opportunity to clarify intent, the image was just taken down. That raises a bigger concern: are we allowed to express dissent in unconventional ways, or only in ways that are deemed “acceptable” by vague and inconsistently applied rules? If context matters, then moderation should take intent into account instead of applying blanket removals.
Right now, it feels like selective enforcement and a chilling effect on expression. This kind of silent removal doesn’t build trust—it just creates confusion and resentment.
I want to be clear: I will be putting the image back. I believe in fighting censorship and defending the right to express criticism—even when it’s uncomfortable or controversial. Context and intent matter, and moderation should reflect that.
For context, I chose that image as a form of visual protest—specifically to criticize what I see as failures and hypocrisy in both government institutions and mainstream media. It wasn’t meant to glorify anyone or promote harmful behavior. It was meant to provoke thought and spark discussion about accountability and how certain narratives are handled or ignored.
Instead of any kind of warning, explanation, or opportunity to clarify intent, the image was just taken down. That raises a bigger concern: are we allowed to express dissent in unconventional ways, or only in ways that are deemed “acceptable” by vague and inconsistently applied rules? If context matters, then moderation should take intent into account instead of applying blanket removals.
Right now, it feels like selective enforcement and a chilling effect on expression. This kind of silent removal doesn’t build trust—it just creates confusion and resentment.
I want to be clear: I will be putting the image back. I believe in fighting censorship and defending the right to express criticism—even when it’s uncomfortable or controversial. Context and intent matter, and moderation should reflect that.
1
1On 2026-03-17 at 19:34:41
I completely agree with you, and I want to be very clear: there is no room for humor or levity when it comes to the actions of Jeffrey Epstein. The crimes he committed were horrific, and the gravity of the harm he caused to his victims cannot be overstated.
His actions involved the systematic trafficking, exploitation, and abuse of children and young women. This was not just a series of isolated incidents, but a calculated operation that used immense wealth and social influence to facilitate and hide predatory behavior for decades. The "bad stuff" you are referring to represents severe physical and psychological trauma that has had a lifelong impact on the survivors.
Taking this seriously is the only appropriate response. Making light of such a dark situation would be a total dismissal of the pain of those who suffered. It is important to acknowledge the reality of what happened—that a person in a position of power used that power to kidnap and exploit the most vulnerable.
You are absolutely right to call this out. The focus should remain on the gravity of these crimes and the pursuit of justice for the survivors, rather than any attempt at humor or sensationalism.
Would you like me to find information on organizations that work to support survivors of human trafficking?
His actions involved the systematic trafficking, exploitation, and abuse of children and young women. This was not just a series of isolated incidents, but a calculated operation that used immense wealth and social influence to facilitate and hide predatory behavior for decades. The "bad stuff" you are referring to represents severe physical and psychological trauma that has had a lifelong impact on the survivors.
Taking this seriously is the only appropriate response. Making light of such a dark situation would be a total dismissal of the pain of those who suffered. It is important to acknowledge the reality of what happened—that a person in a position of power used that power to kidnap and exploit the most vulnerable.
You are absolutely right to call this out. The focus should remain on the gravity of these crimes and the pursuit of justice for the survivors, rather than any attempt at humor or sensationalism.
Would you like me to find information on organizations that work to support survivors of human trafficking?
6Brainrot c'est de la m****
On 2026-02-03 at 22:01:45
'i hate ai'
🔃 translating...
'i support cutting down millions of trees to make pencilslop'
🔃 translating...
'i support cutting down millions of trees to make pencilslop'
Commandes/Commands
On 2025-03-27 at 09:19:38
I'm at time trials and I pressed 9. Nothing appeared. Is there a way to solve it?
how about you read to the end first?

On 2025-01-06 at 15:27:19
can you use on mobile? if so, how??? 

you cant open the cheat menu on mobile, unless you have a bluetooth keyboard.
On 2024-11-14 at 17:09:29
• Replace regex with splitting the cheat command to make argument handling easier
• Used a switch to make a it easier to add new commands (case "tp":)
• Added support for custom error messages, for example: return "Error!"; (return false; still works and will default to "Unspecified error.")
Refactored the cheat codes:
• /give - adds item to stash if arme is taken, this can be overridden with a 1: /give item 1
• /tp - now has some advanced syntax for teleporting:
cur - current player parameter (x / y / rot)
n+ or n- - add or decrease the current parameter by n
Examples: /tp cur 200 90 or /tp cur 50+
• /lap - minor changes:
c has been renamed to cur
n option added - disables teleporting to checkpoint, e.g /lap 1 2 n
• /pos - theta renamed to rot
• /xs, /md and /xl have been merged into 1 command: /size:
• /setsize - the player size can be set with a number (i.e float) (/size 2) or use a preset (/size xl)
• /balloon - added a 10 reserve balloon cap.
• Generally added some more descriptive error messages.
https://github.com/tmalahie/mkpc/pull/58
• Used a switch to make a it easier to add new commands (case "tp":)
• Added support for custom error messages, for example: return "Error!"; (return false; still works and will default to "Unspecified error.")
Refactored the cheat codes:
• /give - adds item to stash if arme is taken, this can be overridden with a 1: /give item 1
• /tp - now has some advanced syntax for teleporting:
cur - current player parameter (x / y / rot)
n+ or n- - add or decrease the current parameter by n
Examples: /tp cur 200 90 or /tp cur 50+
• /lap - minor changes:
c has been renamed to cur
n option added - disables teleporting to checkpoint, e.g /lap 1 2 n
• /pos - theta renamed to rot
• /xs, /md and /xl have been merged into 1 command: /size:
• /setsize - the player size can be set with a number (i.e float) (/size 2) or use a preset (/size xl)
• /balloon - added a 10 reserve balloon cap.
• Generally added some more descriptive error messages.
https://github.com/tmalahie/mkpc/pull/58
Please fix this
On 2025-11-19 at 11:10:28
what browser do you have? you probably have a old version
ImJustLimey
On 2025-11-19 at 11:12:05
'quit'
last connection date: 4 days ago
hes either ghosting you or in offline mode (more likely)
last connection date: 4 days ago
hes either ghosting you or in offline mode (more likely)
1[FANFIC] Magma Island
On 2025-08-04 at 21:15:41
DO NOT REDEEM THE CARD
1Hey, I'm the new MC1 WR Holder
On 2025-10-26 at 14:10:45
Congrats on getting the record!
Thank you, I appreciate it

quit playin boi we all know ur hills

3On 2025-10-21 at 11:11:40
Hello. If you may have seen, I just got the world record for Mario Circuit 1 SNES. just to make things clear immediately, I am not an alternate account of the player hillsrevival. The reason I'm saying this is because I notice that they have been posting on the forum talking about how close they were to the record, and suspicion may arise if I don't clear that up, So that's that. I used to be a prominent player past 2017, not infamous or banned, I just forgot my tag. This is the start of a new era and a new journey, and I'm so glad to reeenter this community. Hello everyone, and I hope to get to know you all again. if you have any questions about the record, feel free to message me on this forum.
least obvious hillsrevival alt
MKPC Veterans when they see an unexpected player set a world record

In the grand scheme of things, the speedrunning scene in mkpc is nowhere near as competitive as other games, including mainline Mario Kart titles. Maybe they are good at speedrunning in general? I'm not saying completely shut down the idea that this may be an alt, but just consider it

On 2025-10-19 at 13:41:20
Hello. If you may have seen, I just got the world record for Mario Circuit 1 SNES. just to make things clear immediately, I am not an alternate account of the player hillsrevival. The reason I'm saying this is because I notice that they have been posting on the forum talking about how close they were to the record, and suspicion may arise if I don't clear that up, So that's that. I used to be a prominent player past 2017, not infamous or banned, I just forgot my tag. This is the start of a new era and a new journey, and I'm so glad to reeenter this community. Hello everyone, and I hope to get to know you all again. if you have any questions about the record, feel free to message me on this forum.
least obvious hillsrevival alt
4cya guys
On 2025-08-17 at 00:21:44
Good riddance
???
edit: idk wtf my tired 10 pm brain was trying to cook up here either
mf falling for the lowest form of ragebait 😃
NK Team
On 2025-09-12 at 12:45:43
DISCLAIMER: None of us personally dislike Ahmad and that is something I would like all members to think.
@neptunogamermkpc gave me an idea that stuck with me, Team up to beat enough of Ahmad's records to dethrone him for the first time EVER. I want more members because right now, we have 4 which is not enough, neptuno is only a threat to ONE of Ahmad's records, @M4x1mumY33t is a threat to two of them and so is @WorldRecord so we need more firepower, if you feel like you could get a record of Ahmad's then reply to this with the current track
If you want to get one but dont have the necesssary skills, feel free to pm me, @M4x1mumY33t and @neptunogamermkpc (i will edit this to say whether you can pm WorldRecord but for now just dont)
I hope to see you on the team!
@neptunogamermkpc gave me an idea that stuck with me, Team up to beat enough of Ahmad's records to dethrone him for the first time EVER. I want more members because right now, we have 4 which is not enough, neptuno is only a threat to ONE of Ahmad's records, @M4x1mumY33t is a threat to two of them and so is @WorldRecord so we need more firepower, if you feel like you could get a record of Ahmad's then reply to this with the current track
If you want to get one but dont have the necesssary skills, feel free to pm me, @M4x1mumY33t and @neptunogamermkpc (i will edit this to say whether you can pm WorldRecord but for now just dont)
I hope to see you on the team!
dethrone him? isnt he 5th in tt already?
I need some advice real quick,
On 2025-09-24 at 19:12:54
the music works
Popular games you HATE
On 2025-09-02 at 10:41:04
I don't hate it, but I never got the hype of Hollow Knight. Pizza Tower was the better indie game to come out in both eras of their popularity imo (maybe bc PT had way more time in the oven). More stylized, more focused, a lot more experimental and interesting. Hollow Knight looks like a mobile game and moves like a flash game (I didn't play it bc I wasn't sold on it).

FFHelper
On 2025-08-29 at 21:21:15
On 2024-11-12 at 22:38:46
I've seen your program... At first, even if I read the README.md, I've a little things it seems bad... Why you haven't file named appsettings.json and your settings are into a py file ?
But Ok, you precise that on your README file.
But Ok, you precise that on your README file.
the settings are named config.json and config_converter.py is a program to convert configs from the earlier versions into the new format, i specified that in the readme. if youve mever used any older version of this tool, there is no reason for you to use this.
to change settings, you are supposed to open config.json in a text editor like notepad and change the values to your liking.
78093 pts ★ Titan
8675 pts ★ Expert