midspace / midspace/Space-Engineers-Admin-script-mod
/tpp sometimes spawns you inside blocks
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 43
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
If a player is in a cockpit or cryotube and you /tpp to them you will spawn directly behind that block. Often this space is occupied by another block, killing you instantly if the grid is moving or within a couple seconds if you are unable to wiggle your way out.
It would be nice if /tpp checked for free space into which to teleport you and adjusted the destination if the default was not free.
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 /tpp command entry point and trace how the destination behind a cockpit or cryotube is selected. Reproduce the issue with an occupied space behind the target, then identify how free space can be checked and the destination adjusted. Done means teleporting does not place a player inside a block or cause immediate damage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- game-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100