Mario Kart PC Forum - Advanced search
Results 1-20 out of 43

My offline progress has been erased and I don’t know how
MKPC State of Inactivity
On 2025-04-08 at 15:51:23
It's suddenly gone so quiet..
me when there's no forum post for 12 minutes
Not just forums, but mkpc as a whole
there was more activity in mar 2025 than in p much every month of 2022/2023 - both more users and messages. dont blame it on 'forum grinders' or 'forum kids' - several people had even bigger monthly message counts in the past
we still play at least 3-4 mogis a week
the game isnt less active when you play less or people lose interest in rts

accidental bans possible?
On 2025-04-09 at 20:23:01
@MaximBrady play online together ranked in a private room, will either of us get banned for quote on quote "using alts to point farm"? i don't want to be playing with my friend and get banned because the system thinks it's my alt or vice versa because we have the same ip
If me and my friend you're manually banned.
PM a mod who isnt on do not disturb or wait for a mod to see this topic and you should get unbanned.
AMAZING bugs! (DO NOT FIX PLEASE)
On 2025-03-18 at 22:35:11
I found out that if you set your CC to NaN (using inspect) you don't have any speed limit, and when I used the bullet bill, it just gave me 300 km/h. Seeing the infinite acceleration is pretty funny! (I made a course that abuses NaN cc)
why do you think this is a bug? you entered broken and unintended values by modifying the game and expected it to handle this well?
Join the "FromMKW" group!
A final word.
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

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

My android is somewhat dead...
Did POW block got removed???
I would like to become a moderator
So…. I’m back…
What are these world records doing?
On 2025-03-18 at 13:55:07
He was a moderator
blud is NOT the ones who know 😃
those who dont know: 😃
those who know: 💀







On 2025-03-18 at 10:12:49
What exactly are they doing, and how exactly is it done?
they are well known cheaters that use speedhack
we are deleting their times asap but they just submit them again
if you see their times again please report it in the report topic.

DOECHII JUST WON BEST RAP ALBUM OF THE YEAR OMFG!!!!!
How do you become a News/Challenge publisher?
Need Help: Custom Track Maker (Pls)
On 2025-02-26 at 14:46:02
I use Internet Explorer 6 on my PC and it hasn't been too favorable to the editor.
mkpc doesnt support IE6 because the browser only supports ES3 (ecmascript 3, released 1999) but most of mkpc's code uses ES5 (released 2008 ), with the mkpc game running on ES6 (released 2015). You could try updating to IE9 or newer and that could make the editor work, but the game itself won't work unlesds you update to a 'normal' browser