midspace / midspace/Space-Engineers-Admin-script-mod
Enhance the connection message system
Open
@Spcemarine is already working on this.
Since Jul 12, 2015.
enhancement
- Dominant language
- C#
- Stars
- 43
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Currently we are using key value pairs. It was good and simple for transmitting small data but it becomes more and more messy because the mod grows. That's why we need to change it to a proper way that allows us to transmit complex and huge data.
I already started to work on it but it is quite a lot. So probably I'll commit it step by step so that we can start working with the new method which is based on XML serialization.
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.