midspace / midspace/Space-Engineers-Admin-script-mod

creating asteroids don't work on 1.105 servers

Open
#119 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
43
Forks
12
PR merge metrics
No merged PRs in 30d

Description

All commands which create an asteroid in game, will not work on 1.105 servers.
(All the below have been tested and confirmed as not working.)

/createroid can be converted to server only.
/addvoxel can be converted to server only.
/roidreplace can be converted to server only.
/roidfill can be converted to server only.

/rotateroid might need to be restricted to offline only. Some investigation of performance needs to be checked.

/createroidsphere is fine, as this is offline only already.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the handlers for /createroid, /addvoxel, /roidreplace, /roidfill, and /rotateroid, then compare their behavior on 1.105 servers with the already offline-only /createroidsphere. Confirm that the listed commands work or are restricted appropriately, and verify whether /rotateroid needs the requested performance investigation.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
game-dev
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.