Mario Kart PC Forum - Advanced search
Results 361-380 out of 520+
|| Abriel Suggestions ||
On 2024-08-02 at 13:10:37
Suggest Stuff For The MKPC Mod "Abriel", Remember! Not All Suggestions Will Be Accepted!
the ability to make custom qm tiles (if qm is gonna be in the mod)
could you clarify what qm is?- also sorry y'all for not being here for a while, i was working on something else
QUICK MODE
On 2024-07-27 at 20:28:16
EASIER CUSTOM CHARACTERS PLEASE also some more characters for the base selection
What Will Be The 64th Mario Kart Game If We Already Have Mario Kart 64??????????
On 2024-07-22 at 12:22:55
Nintendo Probably Never Will Make 64 Mario Kart Games But If They Do What Will It Be Called, Because We Already Have Mario Kart 64???????????
Super Mario Kart 64
MKPC Lounge 2022
On 2024-01-15 at 12:59:47
Hi i just figured out u can do the thing from mkwii that mkwii youtubers do when they spin out in this game by holding ctrl and left or right
Ask a totally normal guy anything.
On 2024-07-27 at 20:29:42
can you make my scratch project into an app for android devices?
coded into java
coded into java
import {
Project,
Sprite,
} from "https://unpkg.com/leopard@^1/dist/index.esm.js";
import Stage from "./Stage/Stage.js";
import Ground from "./Ground/Ground.js";
import Cube from "./Cube/Cube.js";
import PixilFrame020240622t173054 from "./PixilFrame020240622t173054/PixilFrame020240622t173054.js";
import PixilFrame020240622t173922 from "./PixilFrame020240622t173922/PixilFrame020240622t173922.js";
import PixilFrame014 from "./PixilFrame014/PixilFrame014.js";
import PixilFrame020240627t110844 from "./PixilFrame020240627t110844/PixilFrame020240627t110844.js";
import FreeIcon from "./FreeIcon/FreeIcon.js";
import PixilFrame020240701t130224 from "./PixilFrame020240701t130224/PixilFrame020240701t130224.js";
import PixilFrame020240622t2 from "./PixilFrame020240622t2/PixilFrame020240622t2.js";
const stage = new Stage({ costumeNumber: 1 });
const sprites = {
Ground: new Ground({
x: 0,
y: 0,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 2,
size: 100,
visible: false,
layerOrder: 1,
}),
Cube: new Cube({
x: -176,
y: -60,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 7,
size: 250,
visible: false,
layerOrder: 4,
}),
PixilFrame020240622t173054: new PixilFrame020240622t173054({
x: -100,
y: 0,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 1,
size: 1000,
visible: false,
layerOrder: 2,
}),
PixilFrame020240622t173922: new PixilFrame020240622t173922({
x: 100,
y: 0,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 1,
size: 800,
visible: false,
layerOrder: 3,
}),
PixilFrame014: new PixilFrame014({
x: -25.882352941176478,
y: -117.29411764705884,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 1,
size: 250,
visible: false,
layerOrder: 5,
}),
PixilFrame020240627t110844: new PixilFrame020240627t110844({
x: 0,
y: 0,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 1,
size: 300,
visible: false,
layerOrder: 6,
}),
FreeIcon: new FreeIcon({
x: 0,
y: 0,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 99,
size: 150,
visible: false,
layerOrder: 7,
}),
PixilFrame020240701t130224: new PixilFrame020240701t130224({
x: -184,
y: 127,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 1,
size: 500,
visible: false,
layerOrder: 8,
}),
PixilFrame020240622t2: new PixilFrame020240622t2({
x: 199.62689509564484,
y: 0.1183050358710318,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 1,
size: 400,
visible: false,
layerOrder: 9,
}),
};
const project = new Project(stage, sprites, {
frameRate: 30, // Set to 60 to make your project run faster
});
export default project;
Project,
Sprite,
} from "https://unpkg.com/leopard@^1/dist/index.esm.js";
import Stage from "./Stage/Stage.js";
import Ground from "./Ground/Ground.js";
import Cube from "./Cube/Cube.js";
import PixilFrame020240622t173054 from "./PixilFrame020240622t173054/PixilFrame020240622t173054.js";
import PixilFrame020240622t173922 from "./PixilFrame020240622t173922/PixilFrame020240622t173922.js";
import PixilFrame014 from "./PixilFrame014/PixilFrame014.js";
import PixilFrame020240627t110844 from "./PixilFrame020240627t110844/PixilFrame020240627t110844.js";
import FreeIcon from "./FreeIcon/FreeIcon.js";
import PixilFrame020240701t130224 from "./PixilFrame020240701t130224/PixilFrame020240701t130224.js";
import PixilFrame020240622t2 from "./PixilFrame020240622t2/PixilFrame020240622t2.js";
const stage = new Stage({ costumeNumber: 1 });
const sprites = {
Ground: new Ground({
x: 0,
y: 0,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 2,
size: 100,
visible: false,
layerOrder: 1,
}),
Cube: new Cube({
x: -176,
y: -60,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 7,
size: 250,
visible: false,
layerOrder: 4,
}),
PixilFrame020240622t173054: new PixilFrame020240622t173054({
x: -100,
y: 0,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 1,
size: 1000,
visible: false,
layerOrder: 2,
}),
PixilFrame020240622t173922: new PixilFrame020240622t173922({
x: 100,
y: 0,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 1,
size: 800,
visible: false,
layerOrder: 3,
}),
PixilFrame014: new PixilFrame014({
x: -25.882352941176478,
y: -117.29411764705884,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 1,
size: 250,
visible: false,
layerOrder: 5,
}),
PixilFrame020240627t110844: new PixilFrame020240627t110844({
x: 0,
y: 0,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 1,
size: 300,
visible: false,
layerOrder: 6,
}),
FreeIcon: new FreeIcon({
x: 0,
y: 0,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 99,
size: 150,
visible: false,
layerOrder: 7,
}),
PixilFrame020240701t130224: new PixilFrame020240701t130224({
x: -184,
y: 127,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 1,
size: 500,
visible: false,
layerOrder: 8,
}),
PixilFrame020240622t2: new PixilFrame020240622t2({
x: 199.62689509564484,
y: 0.1183050358710318,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 1,
size: 400,
visible: false,
layerOrder: 9,
}),
};
const project = new Project(stage, sprites, {
frameRate: 30, // Set to 60 to make your project run faster
});
export default project;
very confusing but did you put it on google play store?
On 2024-07-21 at 17:26:18
can you make my scratch project into an app for android devices? https://scratch.mit.edu/projects/1040711548/
3
You thought >:3
On 2024-07-28 at 21:17:37
We are all honored and delighted to have you back among us. All our members are at your disposal to facilitate your integration. In this site that is going through a transition, we are seeking new members more than ever to bring their strength to our big family and our paradise of positivity and support. We welcome you and look forward to sharing unforgettable moments together.
._.
Do not respond like that to the INCREDIBLE NUMBA WAN COACH ANDY you should be delighted he is in your presence he is a 5 star coach reviewed by 1 billion people
. _ .
How dare you change your response to be even MORE disrespectful to the NUMBA WAN COACH IN THE ENTIRE WORLD COACH ANDY
. _ .
. _ .
- _ -
silly redstone ideas [bedrock edition]
On 2024-06-27 at 15:47:05
first off 1.21 idea: use the crafter, make it craft diamonds into diamond blocks, but then make it craft them back into diamonds
1
Toad´s Game Store
On 2024-07-25 at 16:54:21
Nintendo Wii + Classic Controller = 140 coins
Nintendo Wii Game = 55 coins
A pair of Joy-Cons that can´t have drift: 90 coins
Nintendo Switch OLED = 350 coins
A New Game designed by me = 69 coins
Super Smash Bros. Ultimate = 70 coins
A Game Boy + Tetris = 100 coins
A Game Boy Game = 30 coins
ROM Hacks = 85 coins
Super Nintendo Entertainment System + Super Mario All Stars + Super Mario World = 250 coins
A SNES Game = 50 coins
Nintendo Entertainment System = 100 coins
A NES Game = 65 coins
Game Boy Advance + Kurukuru Kururin = 125 coins
A GBA Game = 30 coins
A Wii Remote = 70 coins (don´t break 100s of Wii Remotes like Poofesure if you don´t want to get broke)
A Beef Boss Wii Remote + Beef Motion Plus Inside = 90 coins
A Wii Motion Plus Inside thing = 20 coins
A Game Boy Advance SP = 110 coins
A Nintendo DS + Super Mario 64 DS = 130 coins
A NDS Game = 50 coins
A Wii U = 70 coins
A Wii U Game = 20 coins
A 3DS = 105 coins
A 3DS Game = 45 coins
250 coins for no drift joycon, ssbu and a wii u also mii topia on that wii u please (gives 250 coins and also 5 coin tip)
1
Mario Kart 8 Deluxe Tournament
On 2024-07-22 at 12:20:35
Rules:
200cc Grand Prix
No Teams
Normal Items
Hard CPU
All Vehicles
No Smart Steering
No Limit
Don't Switch
0 - 99999
Open To everyone
__________________
Ok! will check out during summer!
Happy Birthday Wargor!!!!🎂 🎂
On 2024-07-18 at 11:19:40
3
1
1
1
1
If There Was A Youtuber Smash Bros, What Would The Roster Be?
On 2024-07-15 at 21:13:14
Markiplier
Jacksepticeye
Preston
Pokimane
DanTDM
WirtualTV
Lachan
BadBoyHalo
Ayundaru
Jelly
Ninja
HugeOden1
Ali-A
iShoya
Eider
The Frustrated Gamer
DevilArtemis
Ssundee
Theodd1sout
Blitz
SSniperwolf
BOLTZ
Haminations
Zebra Gamer
Dream
JaidenAnimations
CrazyMarioBros
AwesomeMarioBros
SuperMarioLogan
Denitslava
SMG4
Bijuu Mike
DJ Cook
Cow Boi
CubeINC
ShanePlays
ZXMany
DannyB Plays
Jeremy Kinger
EDIT 1:
TerminalMontage
SocksStudios
Dabacabb
Checkpoint
Sonic Beyond
AnimationRewind
MatPat
FGTeeV
EDIT 2:
Manx Ninja Pig
GD Colon
Arrowstole
Tyler & Snowi
ShanePlays 2
Thinknoodles
EDIT 3:
Let's Game It Out
Kaka v420
StupidMarioBros
Ashton
The Boring Channel
Freggie
Animators VS Games
Alan Becker
EDIT 4:
Nathaniel Bandy
Jaymoji
Failboat
Mysticat
PewDiePie
EDIT 5:
Dumbas
Vazzkl
Imjarons
MrTop5
ZAMination
EDIT 6:
CoryxKenshin
TetrabitGaming
Jacknjellify
GeekToons
64iOS
Etika
EDIT 7:
Ishowspeed
Problems
Ninja
Dream
T-Series
A4
EDIT 8:
Koofy
Mulpan
Andersonkenya1
Lyna
BanderitaX
Skip The Tutorial
MooseCraft
Electro
How-D
Snidbert
EDIT 9:
AG Gaming
TWD98
Sandiction
Leviathan
Cryospace
Aphmau
Here we go! Partition, AeonAir, Evw, GD juniper
just realised! TPOT 12 Released and no one has said JacknJellify? THE YOUTUBE CHANNEL BFDI-TPOT HAS BEEN POSTED ON??????
mariokartzach when he realises that some people don't watch BFDI stuff:
i know but it big and bfdi is popular im pretty sure bfdi 1a has like, uhhh idk, over 65 MILLION VIEWS, also tpot 12 got 530k views in 12 HOURS...
On 2024-07-15 at 17:26:25
Markiplier
Jacksepticeye
Preston
Pokimane
DanTDM
WirtualTV
Lachan
BadBoyHalo
Ayundaru
Jelly
Ninja
HugeOden1
Ali-A
iShoya
Eider
The Frustrated Gamer
DevilArtemis
Ssundee
Theodd1sout
Blitz
SSniperwolf
BOLTZ
Haminations
Zebra Gamer
Dream
JaidenAnimations
CrazyMarioBros
AwesomeMarioBros
SuperMarioLogan
Denitslava
SMG4
Bijuu Mike
DJ Cook
Cow Boi
CubeINC
ShanePlays
ZXMany
DannyB Plays
Jeremy Kinger
EDIT 1:
TerminalMontage
SocksStudios
Dabacabb
Checkpoint
Sonic Beyond
AnimationRewind
MatPat
FGTeeV
EDIT 2:
Manx Ninja Pig
GD Colon
Arrowstole
Tyler & Snowi
ShanePlays 2
Thinknoodles
EDIT 3:
Let's Game It Out
Kaka v420
StupidMarioBros
Ashton
The Boring Channel
Freggie
Animators VS Games
Alan Becker
EDIT 4:
Nathaniel Bandy
Jaymoji
Failboat
Mysticat
PewDiePie
EDIT 5:
Dumbas
Vazzkl
Imjarons
MrTop5
ZAMination
EDIT 6:
CoryxKenshin
TetrabitGaming
Jacknjellify
GeekToons
64iOS
Etika
EDIT 7:
Ishowspeed
Problems
Ninja
Dream
T-Series
A4
EDIT 8:
Koofy
Mulpan
Andersonkenya1
Lyna
BanderitaX
Skip The Tutorial
MooseCraft
Electro
How-D
Snidbert
EDIT 9:
AG Gaming
TWD98
Sandiction
Leviathan
Cryospace
Aphmau
Here we go! Partition, AeonAir, Evw, GD juniper
just realised! TPOT 12 Released and no one has said JacknJellify? THE YOUTUBE CHANNEL BFDI-TPOT HAS BEEN POSTED ON??????
[FANFIC] THE CASTLE OF EVERMORE MKPC STORY
On 2024-07-15 at 17:28:33
The boat to this never knew building was empty. The party was traveling by boat.
Please enter your character, class, race, equipment to play along.
Please enter your character, class, race, equipment to play along.
Zach, Pretty Much Omega (Has Limits), GD Cube, All The Different GD Portals
Geometry Dash
On 2024-07-15 at 16:57:17
Update: I BEAT THE ChALLENGE AND UNLOCK ICON 3/8 OF MULPANS SET
On 2024-06-14 at 12:26:38
1. Lightniing Road
2. Supersonic
3. Chaoz Airflow
4.Toe III
So, I have beaten 16 demons
13 in Classic Mode
3 in Platformer Mode
Yea but probably only ez demons half of mine are mid or higher... Also I have not played since 2.1 so i have not tried these "Platformer" levels IDK what those are.
You’ve been living under Bathaniel Nandy’s boulders
Bathaniel Nandy: Welcome to my boulders.
Lego Mario : *appears*
On 2024-04-25 at 10:12:44
my favourite level names are electroman adventures
and theory of everything 1 and 2
and theory of everything 1 and 2
On 2024-04-22 at 10:57:31
im bad at gd i cant beat stereo madness when in normal mode but i do better on back on tracj
On 2024-04-12 at 12:15:42
Hey Guys I Made My Own Geometry Dash But I DOnt Think It is Very Good https://scratch.mit.edu/projects/992205747/
Post Your AI Generated Movie Posters Here REVIVED
On 2024-06-24 at 19:04:56
SOMEONE MAKE LOBOTOMY MOVIE WITH AI
here you go:
NEW LOBOTOMY MOVE! FEATURING FIRE IN THE HOLE AND WATER ON THE HILL VOICED BY THAT DUDE AND THE OTHER DUDE