Author Topic: Changing maps in Gamemode_Speedkart  (Read 2098 times)

1. How do you make sure the map YOU made is saved into the Map Cycle that operates like default?

You put the .bls into the Gamemode_Speedkart/saves folder iirc

Thanks. I'll try it out.

all you need to do is have a SpeedKart_name mod

look at how the default ones are set up and it'll build the list of tracks automagically

You put the .bls into the Gamemode_Speedkart/saves folder iirc
At a complete loss here.

Where WOULD you find this in the Blockland folder?

Does the speedkart gamemode even have a save switcher?

At a complete loss here.

Where WOULD you find this in the Blockland folder?
the add-ons folder

Does the speedkart gamemode even have a save switcher?
yes

Oh I lied then Add-Ons/SpeedKart_*/save.bls
As it turns out the SpeedKart gamemode will change according a very stupid system. Go into the add-ons folder, make an add-on and name it SpeedKart_Trackname and put the .bls in there, be sure to change its name to save.

Oh I lied then Add-Ons/SpeedKart_*/save.bls
As it turns out the SpeedKart gamemode will change according a very stupid system. Go into the add-ons folder, make an add-on and name it SpeedKart_Trackname and put the .bls in there, be sure to change its name to save.
Into the Gamemode_Speedkart folder? If not, please tell me where.

Zipped or unzipped?

Nah just in the add-ons folder. Doesn't have to be zipped. An example would be if you made rainbow road. Lets say you saved it as RainbowRoad.bls go into the add-ons folder and make a folder called SpeedKart_Rainbow_Road then inside that folder copy over RainbowRoad.bls and rename it to save.bls

HOpefully this is my final question. (Very dumb ones)

How do you make sure where the start line is?

How can I get the same exact start like the Default Speedkart maps?

Using spawn bricks I believe? I say load up the default map, and check the events it uses, and it should use default spawn bricks as well.

How do I exactly load a map that isn't in my save folder?

Sorry for late reply. Your commands that you can use are: /TrackList /SetTrack /NextTrack

Sorry for late reply. Your commands that you can use are: /TrackList /SetTrack /NextTrack
I already knew that. But that isn't answering my question.

How exactly do I load a save file onto the Custom Gamemode?