Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Q&A #1

Closed
FrankFeenix opened this issue Apr 23, 2021 · 6 comments
Closed

Q&A #1

FrankFeenix opened this issue Apr 23, 2021 · 6 comments
Assignees
Labels
question Further information is requested

Comments

@FrankFeenix
Copy link

How to run this project under C++? Thanks

@ClaudiuHKS
Copy link
Owner

Windows or linux?

@FrankFeenix
Copy link
Author

Windows

@ClaudiuHKS
Copy link
Owner

ClaudiuHKS commented Apr 24, 2021

  1. Install Microsoft Visual Studio Community 2019 or direct link.
  2. Do what you see in this picture.
  3. Download hl2sdk-csgo or direct link.
  4. Download metamod-source-master or direct link.
  5. Unzip the zipped files to your local drive. Do not change the folder names. The folder locations must the be same as shown here.
  6. Double click the .sln file.
  7. Select Release - Original.
  8. Under Release - Original click then Configuration Manager... to make sure you build for Release - CS GO.
  9. Into the Solution Explorer right click on stub_mm and select Build or Rebuild.

@ClaudiuHKS
Copy link
Owner

ClaudiuHKS commented Apr 24, 2021

The resulted .dll file will then need Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019 or direct link.
If it will fail to load, missing Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019 on that system, is the problem.

@ClaudiuHKS
Copy link
Owner

ClaudiuHKS commented Apr 24, 2021

libtier0.so & libvstdlib.so are copied from hl2sdk-csgo\lib\linux. They are only for Linux, anways, just saying.

@FrankFeenix
Copy link
Author

thx

@ClaudiuHKS ClaudiuHKS pinned this issue Apr 24, 2021
@ClaudiuHKS ClaudiuHKS self-assigned this Apr 24, 2021
@ClaudiuHKS ClaudiuHKS added the question Further information is requested label Apr 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants