midspace / midspace/Space-Engineers-Admin-script-mod
creating asteroids don't work on 1.105 servers
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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