Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonnygamingtv/unconfix
An Unturned module to Fix Unturned Console stdin issue
https://github.com/jonnygamingtv/unconfix
unturned
Last synced: about 2 months ago
JSON representation
An Unturned module to Fix Unturned Console stdin issue
- Host: GitHub
- URL: https://github.com/jonnygamingtv/unconfix
- Owner: JonnygamingTv
- Created: 2022-02-25T09:43:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T18:53:18.000Z (6 months ago)
- Last Synced: 2024-07-07T20:06:23.618Z (6 months ago)
- Topics: unturned
- Language: C#
- Homepage: https://JonHosting.com
- Size: 3.58 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UnConFix
## Unturned Console Fix
Unturned 3 Dedicated Server Console FixUnturned Console STDIN does not react on Linux, specifically tested on Xubuntu, therefor I made this (mid-2021).
Mainly useful when using child_process in e.g nodejs: https://nodejs.org/api/child_process.html#child_processspawncommand-args-options
```js
let cp = require('child_process');let childprocess = cp.spawn("./ServerHelper.sh +secureserver/server", {cwd:"/home/unturned/"});
setInterval(function(){
childprocess.stdin.write("command\n")
}, 60000);
```
(example Node.JS code)Nelson did help by telling what should be used (CommandWindow, etc) when I asked him by email! :)
UnConFix = Source project
UnConFixModule = Module to be put in your Modules folder