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

Load in the Custom? You can do serverDirectSaveFileLoad(%filepath,3,"",2,1); in the console.

Load in the Custom? You can do serverDirectSaveFileLoad(%filepath,3,"",2,1); in the console.
Loading in a Default Speedkart map while in Custom.

I need to do this in order to get the Speedkart starting line.

serverDirectSaveFileLoad("add-ons/Gamemode_Speedkart/save.bls",3,"",2,1);


Then copy the save.bls from the gamemode_speedkart into your saves folder.

Thanks that worked lol. I don't know why I didn't think of this.