midspace / midspace/Space-Engineers-Admin-script-mod
Chat commands broken in multiplayer because of the 1.105 update.
Open
@midspace is already working on this.
Since Apr 15, 2016.
bug
help wanted
investigate
question
- Dominant language
- C#
- Stars
- 43
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Works:
- /slay
- /drop #116
- /invadd #116
- /invins #116
- /invclear #116
- /destruct #121
Will cause crash in Client:
- [ ] /pasteprefab - I don't have a solution for this one. It's crashing during the paste phase which is Keen code.
Will not work as expected:
- /bomb #118
- /meteor #118
- /createroid #119
- /addvoxel #119
- /roidreplace #119
- /roidfill #119
- /rotateroid #119
- /scaleup, /scaledown
- /off
- /on - appears to work, but doesn't for other players.
Will be restricted because of how the game now delivers chunks of data:
- /listships #120
- /elistships #120
- /stop
- /tp, /tpx - players, asteroids, planets, ships.
- /tps
- /tpp - Players are also affected.
Commands not yet investigated but may be affected:
- /eject
- /smite
- /collectobejcts
- /pullobjects
- /fd, /fj, /fk, /fr, /fp
- /listbots
- /listplanets
- /listasteroids
- /delplanet
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.
Assessment
This issue has not been assessed yet.