goldsrc-monitor
goldsrc-monitor copied to clipboard
Linux support
Can you make a Linux build?
This needs discussion, because:
- We don't have mechanism to inject libraries to process on Linux (but maybe we can implement it?)
- "Proxy mode" not implemented yet. It provides way to do all things without even injecting/hooking library. Also it will work on any platform. I'm not sure which way is easier to implement, but probably 2nd way will be easier and also more reliable. Anyway, there is a lot of refactoring needed to get rid of Windows-specific code, so it'll be not soon.
@SNMetamorph sure. Just keep it in mind, that we need a Linux version :)
@Nord1cWarr1or can some of people test it in actual GoldSrc game on Linux? By myself I can test only is it compiles or not.
@Nord1cWarr1or can some of people test it in actual GoldSrc game on Linux? By myself I can test only is it compiles or not.
I can.
1. We don't have mechanism to inject libraries to process on Linux (but maybe we can implement it?) 2. "Proxy mode" not implemented yet. It provides way to do all things without even injecting/hooking library. Also it will work on any platform. I'm not sure which way is easier to implement, but probably 2nd way will be easier and also more reliable. Anyway, there is a lot of refactoring needed to get rid of Windows-specific code, so it'll be not soon.
I did some refactoring for both these aspects. Now there is not as much needed work for adding Linux support as it can be :)
Great job man