Expected Behaviour:
Show the Stream
Actual Behaviour:
Errors (unexpected !=, and more), Game gets launched on server but no stream, UI begins to lagg
You already got an issue of that kind:
if [ ${PRE_SCRIPT} != "" ]; then
should be
if [ "${PRE_SCRIPT}" != "" ]; then
but the filed didn't got fixed - even though im new to python and cant elaborate the right version.
However everything apart from launchscript seem to be working.
Im going to change these files, will try them and provide a fixed downloadable zip if you approve.
Dont really know how to fork your project, I'm a git noob.
Once im done I will put them in this issue :)
Expected Behaviour: Show the Stream Actual Behaviour: Errors (unexpected !=, and more), Game gets launched on server but no stream, UI begins to lagg
You already got an issue of that kind:
if [ ${PRE_SCRIPT} != "" ]; then should be if [ "${PRE_SCRIPT}" != "" ]; then
but the filed didn't got fixed - even though im new to python and cant elaborate the right version. However everything apart from launchscript seem to be working.
Im going to change these files, will try them and provide a fixed downloadable zip if you approve. Dont really know how to fork your project, I'm a git noob. Once im done I will put them in this issue :)