midspace / midspace/Space-Engineers-Admin-script-mod
Identify detail changes
Open
Nobody has claimed this yet.
enhancement
new command
- Dominant language
- C#
- Stars
- 43
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Split the slow functional part of /id (asteroid content), into a new command called /detail.
- Add some smarts into the /id to say, "more detail is available on this object by using the /detail command."
- Additionally, the need to show the total volume of the asteroid.
- Also, add a /savedetail, which will write the text from the last /id or /detail command to a text file in the script store path.
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 at the existing /id and /detail command handlers, then trace how command output relates to the script store path. Implement /savedetail so it writes the text from the latest /id or /detail command to a text file; done means that saved output is available in the script store path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- cli, game-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100