Mario Kart PC Forum - Advanced search
Results 1-20 out of 83
What is your roblox username?
On 2022-02-06 at 18:44:03
Why would I tell you mine!?
Which Mario Kart Games Do You Have?
On 2022-02-08 at 15:33:02
Mario Kart 64
Mario Kart supercircuit
Mario Kart DS
Mario Kart Wii
Mario Kart 7
Mario Kart 8 lastly I have Mario Kart tour ihave all of them
There is nothing in the spoiler, also you double-posted. I commented on the other person who answered after you (Too lazy to get their name ) Read the message to prevent this from happening
On 2022-02-08 at 15:31:18
Mario kart 7
Mario kart 8 / deluxe
Mario kart live home circuit
and CTGP-R
You double posted. To prevent that from happening, when going back to a previous page, a form resubmission error will pop-up, most people don't read it so they just click the blue button, which causes the text to be submitted again. Instead, click the useful "Back to this topic" button so you can see your message, or if you want to go to home, just reset your link to mkpc home, which for most of you, should be the first link suggested when typing "m"
On 2022-02-06 at 15:45:17
Super Mario kart (emulator)
Mario kart 64
Mario kart Wii
Mario kart 7
Mario kart 8
Mario kart 8 dx
Mario kart live home circuit
🏁
Hey, where did your other stats go!?
I only see Mario for the forum.
he was banned for saying weird stuff in the online mode lol
If he was banned, his account would still exists.
Im not banned lol
Still, where are your other stats
On 2022-02-05 at 21:38:50
Super Mario kart (emulator)
Mario kart 64
Mario kart Wii
Mario kart 7
Mario kart 8
Mario kart 8 dx
Mario kart live home circuit
🏁
Hey, where did your other stats go!?
I only see Mario for the forum.
On 2022-02-05 at 21:37:21
Mario Kart 7
Mario Kart 8 Deluxe
Mario Kart Home Circuit
Mario Kart PC
Well obviously you have MKPC
On 2022-01-31 at 15:08:57
Oh, I am trying to use hakchi to add MKSC and MKDS to my snes mini. I accidently made the controllers not work... and an error keeps popping up saying that it's not fully connected to the pc. I still can get them both on the ds lite, but it means spending more money. When I can, I am going to get double dash for the wii.
On 2022-01-31 at 03:48:29
This is the list of Mario Kart games I have so far:
Main Games:
SMK (Switch Online)
MK64 (Switch Online)
MKWII
MK7
MK8 (Deluxe)
Others:
Mario Kart Live Home Circuit
Main Games:
SMK (Switch Online)
MK64 (Switch Online)
MKWII
MK7
MK8 (Deluxe)
Others:
Mario Kart Live Home Circuit
Contribution
On 2022-02-24 at 01:54:57
Maybe another time...
Yeah... Clearly it's not an easy project, especially since it has existed for a long time. But as I said, maybe you can start small? Like fixing translation issues or improving the design of some pages?
Also if you're just willing to help me, I see some other stuff you can do that doesn't require code. For example the screenshots of the homepage are a bit outdated, it would be cool to update them so that it looks more than the current version of the game
I'm also making a racing game lol. I stopped coding it for a while because I find mkpc, and I thought it was way easier to make tracks (because we still need a Mario kart maker) I'm going back to it because I can add more complicated mechanics. (The game is in 2d, but had 3d like mechanics. )
you say "2d" as in top-down, pseudo-3d, or side-view?
top-down
On 2022-02-22 at 18:59:01
Maybe another time...
Yeah... Clearly it's not an easy project, especially since it has existed for a long time. But as I said, maybe you can start small? Like fixing translation issues or improving the design of some pages?
Also if you're just willing to help me, I see some other stuff you can do that doesn't require code. For example the screenshots of the homepage are a bit outdated, it would be cool to update them so that it looks more than the current version of the game
I'm also making a racing game lol. I stopped coding it for a while because I find mkpc, and I thought it was way easier to make tracks (because we still need a Mario kart maker) I'm going back to it because I can add more complicated mechanics. (The game is in 2d, but had 3d like mechanics. )
On 2022-02-22 at 18:56:46
Maybe another time...
Yeah... Clearly it's not an easy project, especially since it has existed for a long time. But as I said, maybe you can start small? Like fixing translation issues or improving the design of some pages?
Also if you're just willing to help me, I see some other stuff you can do that doesn't require code. For example the screenshots of the homepage are a bit outdated, it would be cool to update them so that it looks more than the current version of the game
I'm learning PHP, but I could try fixing translations or fixing up the home page, I just need the file location.
I am also busy coding games on Khan Academy (My name is also Uranium Coder)
On 2022-02-14 at 15:53:02
https://mkpc.malahieude.net/scripts/mk.js
But yeah, as you can see it's quite complex
If you want to contribute, maybe you can start small? Like fixing translation errors, or improving some design. SAP who started contributing recently is also doing this kind of stuff for now.
Also if you want to learn backend development, there are a lot of tutorials out there! I personally like TutorialPoint's ones. They go straight to the point with examples and are easy to follow even for beginners.
To learn MKPC stack specifically, it essentially uses PHP and MySQL for the backend, you have a good tutorial here: https://www.tutorialspoint.com/php/index.htm
If you want to learn more modern tech, I suggest looking at node.js and express framework. For example here: https://www.tutorialspoint.com/expressjs/index.htm
Good luck
This seems so complicated, I'm just gonna abort for now XD
Maybe another time...
On 2022-02-14 at 03:19:31
Thanks! I could try to add translation (once I find the files)
On 2022-02-11 at 03:04:27
Oh, do I need any apps or need to know a specific code? (I know my name is UraniumCoder but I only am good at Proc.js, javascript, and HTML.)
Well MKPC is primarily written in javascript and PHP. The game itself is in JS (PHP is for the backend), so if you only know JS it could be enough to implement stuff on the game.
However as I said the codebase is quite complex so it will probably be quite difficult for you to contribute. But I'm interested to know what updates ideas you have, if some are not too complex maybe you can start with that
I looked at a js file, and from my perspective it looked like some kind of server, API, or something very complicated. Do you know which js file I need to look at, and how much js I need to be good at? I can make games with proc.js, but not with js, as I need certain complicated CSS code. Should I just avoid this and forget about it? I don't think I'm advanced enough to do this stuff... Also, where could I learn back-end programing? I am really interested in it and couldn't find good tutorials.
On 2022-02-10 at 16:07:50
Oh, do I need any apps or need to know a specific code? (I know my name is UraniumCoder but I only am good at Proc.js, javascript, and HTML.)
Well MKPC is primarily written in javascript and PHP. The game itself is in JS (PHP is for the backend), so if you only know JS it could be enough to implement stuff on the game.
However as I said the codebase is quite complex so it will probably be quite difficult for you to contribute. But I'm interested to know what updates ideas you have, if some are not too complex maybe you can start with that
I can't find the full HTML, but I just wanted to see what things I could do with my knowledge.
One Idea I had was to upload multiple files to create several levels in the course, and special objects that make you go up, or down. This would probably just benefit the map to be cleaner, but could also make interesting courses.
On 2022-02-10 at 02:17:44
Oh, do I need any apps or need to know a specific code? (I know my name is UraniumCoder but I only am good at Proc.js, javascript, and HTML.)
Well MKPC is primarily written in javascript and PHP. The game itself is in JS (PHP is for the backend), so if you only know JS it could be enough to implement stuff on the game.
However as I said the codebase is quite complex so it will probably be quite difficult for you to contribute. But I'm interested to know what updates ideas you have, if some are not too complex maybe you can start with that
How do I access the code, and if I do, what <script> tag holds the game code.
On 2022-02-08 at 15:35:15
https://github.com/tmalahie/mkpc
However it requires some good knowledge in programming, especially web development. MKPC codebase is quite complex so you'll probably have some difficulties implementing things. What updates are you thinking about?
Oh, do I need any apps or need to know a specific code? (I know my name is UraniumCoder but I only am good at Proc.js, javascript, and HTML.)
EDIT: HTML is web development, but I am not that great with HTML, but it is very easy to learn I think.
On 2022-02-08 at 00:12:49
If an MKPC employee or whatever sees this, I would like to become a contributor.
How come?
I would like to update it.
...But why? Elaborate, please.
I would like to update the game and add more things.
What kind of information do you need
On 2022-02-07 at 16:43:47
If an MKPC employee or whatever sees this, I would like to become a contributor.
How come?
I would like to update it.
On 2022-02-07 at 00:40:08
If an MKPC employee or whatever sees this, I would like to become a contributor.