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

Borderland [Feedbacks]
On 2024-06-23 at 12:03:59
Je viens de finir l'épisode 3, toujours aussi sympa à suivre tout ça ! Le jeux deviennent de plus en plus stratégiques tout en restant hardcores, ça rend vraiment l'histoire intéressante, je sais pas du tout quelle stratégie j'adopterais si j'étais dans ces conditions ! (Ce qui est sûr c'est que je serais mort de trouille
)
Et le suspense est toujours là, on se demande à chaque instant quel personnage va y passer
Continue comme ça c'est du super boulot

Et le suspense est toujours là, on se demande à chaque instant quel personnage va y passer

Continue comme ça c'est du super boulot



On 2024-03-09 at 13:43:45
Je viens de binge-read (si un tel mot existe
) les derniers épisodes c'est très sympa !
Beaucoup de morts sur la fin, on sent que tu t'es lâché
un peu triste pour Kyle mais c'était sûr qu'un des persos principaux allait finir par y passer !
Et sinon pas mal de révélations au dernier épisode c'est cool d'en apprendre plus, même si je me demande toujours qui sont réellement derrière ces jeux et pourquoi ils le font... Ma théorie est que Elena est pas seule dans cette affaire et que y a un truc plus gros qui se cache derrière, mais j'ai encore du mal à imaginer comment on peut en arriver là, faut quand même être un sacré psychopathe 😅
En tout cas GG mec, c'est super bien écrit, l'histoire se suit bien, on s'attache aux persos et le scénario est plutôt cohérent, même si un peu extrême par moment !
Hâte de voir la saison 2

Beaucoup de morts sur la fin, on sent que tu t'es lâché

Et sinon pas mal de révélations au dernier épisode c'est cool d'en apprendre plus, même si je me demande toujours qui sont réellement derrière ces jeux et pourquoi ils le font... Ma théorie est que Elena est pas seule dans cette affaire et que y a un truc plus gros qui se cache derrière, mais j'ai encore du mal à imaginer comment on peut en arriver là, faut quand même être un sacré psychopathe 😅
En tout cas GG mec, c'est super bien écrit, l'histoire se suit bien, on s'attache aux persos et le scénario est plutôt cohérent, même si un peu extrême par moment !
Hâte de voir la saison 2


On 2024-02-04 at 11:39:19
Très cool ces épisodes, y a une vibe à la hunger games ou squid games que j'aime beaucoup ! Curieux de voir combien de temps vont survivre les persos principaux, vu la gueule des épreuves c'est sûr qu'il y en a qui vont y passer 
J'aime bien aussi le mystère autour de l'origine des jeux, on se demande qui sont les organisateurs et quelles sont leurs motivations 🤔
Bref y a de l'action du suspense et une pointe de mystère, et le tout est plutôt bien écrit c'est très sympa à suivre ! Continue comme ça bg ❤️

J'aime bien aussi le mystère autour de l'origine des jeux, on se demande qui sont les organisateurs et quelles sont leurs motivations 🤔
Bref y a de l'action du suspense et une pointe de mystère, et le tout est plutôt bien écrit c'est très sympa à suivre ! Continue comme ça bg ❤️



Report a wrong translation
On 2019-07-08 at 08:18:27
Fixed 

On 2019-04-28 at 00:27:42
Thanks everyone 
I fixed all the mistakes you mentionned.
Just one thing I didn't quite understand:
Which images are you talking about exactly?

I fixed all the mistakes you mentionned.
Just one thing I didn't quite understand:
6. Almost none of the images have been changed for English.
Which images are you talking about exactly?
On 2019-03-19 at 23:51:03
All mistakes have been corrected, thanks for reporting them 

On 2018-12-16 at 23:33:25
Thanks, it's fixed 

On 2018-09-01 at 10:00:20
the birthday of [username}
Correction: "It's Thanks

On 2018-03-03 at 11:05:57
dammit
On 2012-06-25 at 14:38:59
Hello everyone 
As I said in the homepage, I am the creator of the whole game, and that's also me who translated it. But I'm not perfect. I can only speak the English I've learnt at school. Therefore there must be a few mistakes.
If you see something wrong or something that does not sound English, please tell me here.
Just tell me the page where the error is, with the wrong translation and a good one.
Thanking you in anticipation. It would help me a lot.

As I said in the homepage, I am the creator of the whole game, and that's also me who translated it. But I'm not perfect. I can only speak the English I've learnt at school. Therefore there must be a few mistakes.
If you see something wrong or something that does not sound English, please tell me here.
Just tell me the page where the error is, with the wrong translation and a good one.
Thanking you in anticipation. It would help me a lot.
















Commandes/Commands
On 2024-11-23 at 21:17:36
New commands available in the last release 
I updated the 1st message accordingly

I updated the 1st message accordingly
soon to be added:
• 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
• 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



[NSFK & NSFW] report people with innapropriate/mean usernames
On 2020-03-17 at 22:40:46
Deleted

MKPC COUNTER 7th birthday !!!
On 2023-10-25 at 22:08:14
IT'S MKPC COUNTER 6TH BIRTHDAY TODAY !!!
Oooooh that's right! The coincidence is very astonishing, like the timing is so perfect omg


On 2023-10-25 at 20:02:26

1 million! 1 f*cking million!!
Yaaaaaaaaaay!










We did it guys! Thanks everyone for being so many to join and support this community!

I can't believe we reached this number that quickly, like in beginning of 2022 we were not even at 500k, we doubled the number of visitors in barely 1.5 years, that's amazing!!!

Yes there are still lots of dramas, yes there are still things to improve both in the game and in the community, but the core community of mkpc is amazing, and is meant to last long despite all of that! Thanks to all of you guys for still being there after all these years

Hopefully the site keeps growing and in the right direction









On 2022-09-29 at 23:01:58

We did it!! 600,000!

That's awesome, we managed to gain 100k new visitors within barely 6 months! A few years ago it would have taken twice that time! MKPC is growing, and its growth is also accelerating!

Thanks everyone for being more and more to come to this site





On 2022-03-20 at 12:42:40













On 2022-03-19 at 15:23:26
On 2021-08-15 at 21:11:36
We did it!!! \o/ 











On 2021-08-12 at 09:21:56