Author Topic: Cars not working in the newest update?  (Read 1059 times)

I just got the brand new update however any grounded vehicle drives extremely slowly, and only drives backwards? Flying ones work just fine though. Any idea what the problem could be?

Thanks for answering!

Disable Gamemode_Speedkart when you start your server.

How exactly do you do that

*Blockland noob*

1. Press "Start a Game"
2. Choose the game mode "Custom"
3. Now you should be on the screen showing your add-ons. Scroll down until you find "GameMode_Speedkart" and click the circle next to it.
4. Press "Select" then "Launch Game"

when you click it, it's gotta turn into just the outline, not a filled in circle. then you can start the game.

What is the newest update?

Thanks for answering guys!


Brand new update?
Did you read the rest of the posts? Obviously just a simple misunderstanding about gamemodes

Did you read the rest of the posts? Obviously just a simple misunderstanding about gamemodes
Yes I did, and I know that... what the forget are you talking about? In the OP he mentioned there was a brand new update.

speedkart should not be able to be enabled on custom, so many people don't always enable it and get all these issues

speedkart should not be able to be enabled on custom, so many people don't always enable it and get all these issues
When v21 was released there was a bug where if you had Gamemode_Tutorial on you could only place 2x4 bricks.

Code: [Select]
if( $GameModeArg !$= "Add-Ons/GameMode_Speedkart/gamemode.txt" )
{
error( "Error: GameMode_Speedkart cannot be used in custom games" );
return;
}
we need this, cause seriously I've seen at least 20 topics about vehicles not working and players dying in water

When v21 was released there was a bug where if you had Gamemode_Tutorial on you could only place 2x4 bricks.
He thought there was an update?

Code: [Select]
if( $GameModeArg !$= "Add-Ons/GameMode_Speedkart/gamemode.txt" )
{
error( "Error: GameMode_Speedkart cannot be used in custom games" );
return;
}
we need this, cause seriously I've seen at least 20 topics about vehicles not working and players dying in water

it's required for making speedkart tracks though