Author Topic: Can't save environment - console command not working  (Read 1861 times)

I am making a speedkart track and I want to save my environment, sadly it won't work because


Wait, I have this tab called "Saves" on my environment window, I don't know if its default or a add-on, but could it be used as a alternate to saving from the console?

You need to save your file to one of the main directories.

Try this
saveevironment("Config/environment.txt");
environment.txt should appear in the config folder.

You need to save your file to one of the main directories.

Try this
saveevironment("Config/environment.txt");
environment.txt should appear in the config folder.

That worked, thank you!