neverlosecc / source2gen

Source2 games SDK generator
http://s2gen.com
Apache License 2.0
193 stars 31 forks source link

Source2Gen is an executable + Linux support #48

Open Cre3per opened 2 months ago

Cre3per commented 2 months ago

PR #47

My dear ladies, I bring sunshine! (And a large pull request, sorry for that)

dll -> exe

The goal of this issue is to convert source2gen from an injected library to an executable. This brings several benefits

How does it work?

Linux Support

This is what makes the issue a little bigger. I don't have Windows, and I can't run games, so I had to make both changes at once.

How does it work?

Status

This is where this issue still needs help. As I don't have Windows and there is no CI, I can't make sure I'm not breaking anything. I wrote all code with Windows in mind, it should still work, but I can't test it.