SEModCommunity / SE-Community-Mod-API

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

Delete All FloatingObjects - Failure #161

Open Ansego opened 9 years ago

Ansego commented 9 years ago

Version: 0.2.9.15 Currently running 2 Servers.

Command failure: /Delete All FloatingObjects (Pretends to remove it, but type it again it will have the same count.)

Tried to set Auto Remove at 512 Objects and keep getting error. Error SEServerExtender.BeginClearObjects *(Can't copy/paste err due to Interactive Services Detection) Err Pops out one after another.

Tried to delete manually 1 by 1, that failed, keeps the same count after the type / command. And also no good when up near 3000-4000 F objects.

Also note that SEServerExtender.exe when setting up, does not seem to collect the settings for the server, ie refinery speed, weld speed and several other settings.

Hope this helps, looking forward to the next update.

ghost commented 9 years ago

Some of these issues are normal. The main-release is almost always out-of-date with the version of the game.

Try using this release. It says dev build, but it's really just an updated version of the master branch for the new game versions.

https://github.com/SEModCommunity/SE-Community-Mod-API/releases/tag/v0.2.10.12-extender-alpha

Report back if you still have issues.

Ansego commented 9 years ago

Worked perfectly thanks.

On Mon, Sep 22, 2014 at 12:09 AM, Commander-Scott notifications@github.com wrote:

Some of these issues are normal. THe main-release is almost always out-of-date with the version of the game.

Try using this release. It says dev build, but it's really just an updated version of the master branch for the new game versions.

https://github.com/SEModCommunity/SE-Community-Mod-API/releases/tag/v0.2.10.12-extender-alpha

Report back if you still have issues.

Reply to this email directly or view it on GitHub https://github.com/SEModCommunity/SE-Community-Mod-API/issues/161#issuecomment-56299768 .

fvgoulet commented 9 years ago

@Ansego, @Commander-Scott Is this issue fixed?