Author Topic: Speedkart gamemode File not found  (Read 714 times)

i wanted to add some addons to the normal speedkart
so i copyed the original folder and added all the stuff i needed in the gamemode.txt but when i start the gamemode it wont load anything and if i do /nexttrack it just tells me

"ERROR: File "" not found. if you are seeing this you broke something."

but i dont get whats broken, i checked the gamemode lots of times but still it wont load.

Post copied gamemode and console log.

If you've changed the name of the gamemode:


Look for this in server.cs
Code: [Select]
if($GameModeArg $= "Add-Ons/GameMode_SpeedKart/gamemode.txt")
   activatePackage(GameModeSpeedKartPackage);

And change GameMode_SpeedKart to the name you gave to the gamemode.


Also, if you haven't already, you need to change it in the gamemode.txt too. Find:
Code: [Select]
//Kart racing stuff...
ADDON Brick_ModTer_BasicPack
ADDON Brick_ModTer_InvertedPack
ADDON Brick_Modter_4xPack
ADDON Print_ModTer_Default
ADDON GameMode_SpeedKart
ADDON Server_VehicleGore
ADDON Event_Camera_Control

Again, change GameMode_SpeedKart to the name you gave to the gamemode.

If you've changed the name of the gamemode:


Look for this in server.cs
Code: [Select]
if($GameModeArg $= "Add-Ons/GameMode_SpeedKart/gamemode.txt")
   activatePackage(GameModeSpeedKartPackage);

And change GameMode_SpeedKart to the name you gave to the gamemode.


Also, if you haven't already, you need to change it in the gamemode.txt too. Find:
Code: [Select]
//Kart racing stuff...
ADDON Brick_ModTer_BasicPack
ADDON Brick_ModTer_InvertedPack
ADDON Brick_Modter_4xPack
ADDON Print_ModTer_Default
ADDON GameMode_SpeedKart
ADDON Server_VehicleGore
ADDON Event_Camera_Control

Again, change GameMode_SpeedKart to the name you gave to the gamemode.
Thank you so much you solved my problem
locking...