Tyrsis / SE-Community-Mod-API

Space Engineers Community Modding API
GNU Lesser General Public License v3.0
23 stars 11 forks source link

Duplicating world folder upon save? #61

Open WildKarrade opened 9 years ago

WildKarrade commented 9 years ago

Is there any specific reason SEServerExtender would be doing this? It seems to be duplicating the save and saving to the duplicated folder with random numbers at the end for some reason when saving, instead of actually saving normally like it should. It does this with both your fork and dodexahedron's.

http://aero-tech.me/sharex/uploads/h8L84789.png config: http://pastebin.com/ztFXMydt

Tyrsis commented 9 years ago

How are you launching? Probably requires you to specify the path="...Path to Instance ..." command line.

WildKarrade commented 9 years ago

In the SEServerExtender.exe, use common program data and use the instance I created a while back. Make sure the LoadWorld path is correct and click the start button and wait for it to finish loading the world.

Given that it doesn't seem to do with with using normal worlds from what i've seen I'm guessing something breaks with procedural.

Tyrsis commented 9 years ago

It has nothing to do with procedural. Launch SeServerExtender.exe with command line parameters: path="c:\path\to\instance" instance="instance name" autostart

Replace "instance name" with the name of your instance, and path\to\instance with the path to your instance. autostart will autolaunch the server.