neverlosecc / source2gen

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

How to use #16

Closed Sigma12456 closed 8 months ago

cpz commented 8 months ago

If you have experience coding, you'll understand. I will only respond once to such issue, then just close them.

  1. Download premake5.
  2. Navigate to the cloned repository folder in the command prompt and enter 'premake5 vs2022' and then open the project in Visual Studio 2022.
  3. Compile the code.
  4. Inject compiled DLL into the game to generate SDK.
  5. And now you have created the SDK. The SDK can be found in the folder where the game's .exe file is located.
lintangtimur commented 8 months ago

ok got it, im confused where the sdk generated, now i found it coz reading this issue. ty