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

[FANFIC] Magma Island
On 2025-08-04 at 21:15:41
DO NOT REDEEM THE CARD

Guys who's your fav Mkpc player
On 2025-09-27 at 23:03:17
mike oxlong
I need some advice real quick,
On 2025-09-24 at 19:12:54
the music works
NK Team
On 2025-09-12 at 12:45:43
@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?
WATERBEAT'S A PRO
On 2025-09-09 at 12:20:40
@Waterbeat, also known as Fways is currently THE best Mario Kart PC player of all time. He's in second place the in world wide online leaderboard only because he doesn't play there often, but in the lounge leaderboard (the competitive side of Mario Kart PC) he's a Grandmaster with nearly 4500 elo (which is the highest anyone has ever gotten).
If you want to beat him, you have to show serious dedication to Mario Kart PC, whatever he does he's almost always guaranteed to come-back and win.
If you want to beat him, you have to show serious dedication to Mario Kart PC, whatever he does he's almost always guaranteed to come-back and win.
geometry dash level ahh nane
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

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
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.
On 2024-11-12 at 19:55:27
Aye so I downloaded Python 3.13.0 and extracted the folder for pyqt5 what do I do next
https://gitlab.com/iamindeedgamingashardasican279/ffhelper#python-setup

On 2024-11-12 at 18:36:46
3.0
complete recode p much from scratch. written in april/may (except the char creator), found it on my hdd a few days ago and decided to clean up, add a few things and release it.
- removed the tkinter ui
- added markdown support
- moved to a json based config system
- added a %_rainbow% tag to make a line rainbow colored
- added a gui character creator with pyqt5
- added a converter to port the old config to the new one for the 1 person that used it
- added a way more descriptive readme. still, if you have technical issues, post here or dm me.
moved from a hosted zip to git - easier to track progress
repo: https://gitlab.com/iamindeedgamingashardasican279/ffhelper
enjoy.
im no longer hosting a precompiled version, youre gonna have to install python and pyqt5 yourself.
complete recode p much from scratch. written in april/may (except the char creator), found it on my hdd a few days ago and decided to clean up, add a few things and release it.
- removed the tkinter ui
- added markdown support
- moved to a json based config system
- added a %_rainbow% tag to make a line rainbow colored
- added a gui character creator with pyqt5
- added a converter to port the old config to the new one for the 1 person that used it
- added a way more descriptive readme. still, if you have technical issues, post here or dm me.
moved from a hosted zip to git - easier to track progress
repo: https://gitlab.com/iamindeedgamingashardasican279/ffhelper
enjoy.
im no longer hosting a precompiled version, youre gonna have to install python and pyqt5 yourself.
Is this fit for the latest version of Python on Windows (3.13.0)
yes

On 2024-11-12 at 11:59:08
3.0
complete recode p much from scratch. written in april/may (except the char creator), found it on my hdd a few days ago and decided to clean up, add a few things and release it.
- removed the tkinter ui
- added markdown support
- moved to a json based config system
- added a %_rainbow% tag to make a line rainbow colored
- added a gui character creator with pyqt5
- added a converter to port the old config to the new one for the 1 person that used it
- added a way more descriptive readme. still, if you have technical issues, post here or dm me.
moved from a hosted zip to git - easier to track progress
repo: https://gitlab.com/iamindeedgamingashardasican279/ffhelper
enjoy.
im no longer hosting a precompiled version, youre gonna have to install python and pyqt5 yourself.
complete recode p much from scratch. written in april/may (except the char creator), found it on my hdd a few days ago and decided to clean up, add a few things and release it.
- removed the tkinter ui
- added markdown support
- moved to a json based config system
- added a %_rainbow% tag to make a line rainbow colored
- added a gui character creator with pyqt5
- added a converter to port the old config to the new one for the 1 person that used it
- added a way more descriptive readme. still, if you have technical issues, post here or dm me.
moved from a hosted zip to git - easier to track progress
repo: https://gitlab.com/iamindeedgamingashardasican279/ffhelper
enjoy.
im no longer hosting a precompiled version, youre gonna have to install python and pyqt5 yourself.
On 2024-01-06 at 11:38:20
>>>https://ffhelper.pages.dev/<<<
Adds BBCode automatically based on your configuration.
Saves a lot of time so you don't have to copy & paste BBCode.
It just works
For the source code and check out the gitlab repo.
This tool may be updated in the future. Feedback is appreciated.
Changelog:
Hotfix 1
Fixed the $ ignore function not working.
Hotfix 2
The script now handles UTF-8 properly.
1.1
Simple Commands have been added. (italic, underlining, bold, strikethrough)
The script will only delete $ signs at the beginning of the line.
Changed the ^ for another , in the config system to avoid confusion.
1.2
Added --replace-asterisk launch option (along with --about). If you *write like that a lot* the script will convert that into italic.
Fixed an issue where the script would prioritise characters earlier in the config file. If there's a name conflict, it will choose the longer name from the config file.
Characters that use CSS injection are now working.
1.2-fix
Provide a working version of the script.
Added -r as a shortcut for --replace-asterisk
1.3
The character names that were listed in the config are counted and listed in the output.
2.0
Added a new GUI via tkinter with veri kuul music and title name scroll
Removed launch options
The .exe version now has a cute icon <3
3.0
complete recode pretty much from scratch
removed the tkiner ui
added markdown support
moved to a json based config system
added a %_rainbow% tag to make a line rainbow colored
added gui character creator with pyqt5
added a converter to port the old config to the new one for the 1 person that used it
added a way more descriptive readme. still, if you have technical issues, post here or dm me.
3.1
complete rewrite in js.


cya 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 😃
What browsers do you use.
On 2025-08-11 at 02:01:32
ncsa mosaic.

My Wii U has an update
On 2025-07-24 at 14:00:38
Wait: in what version of the firmware are you?
5.5.6 U. I own a North American console, if that helps.
there was no update.
https://en-americas-support.nintendo.com/app/answers/detail/a_id/1436/~/wii-u-system-menu-update-history
A hidden Console for this website???
On 2025-05-11 at 09:08:38

its a secret console prompt only for hackers like tendokiddo or jey78 im sorry you're probably getting banned


Guess the Person (Game)
On 2025-07-18 at 21:15:46
2. He is mod
3. he has held a tt record
senko
