-
Notifications
You must be signed in to change notification settings - Fork 127
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
Failed to build Azure Sheep and Opfor server dll for GoldSrc (Cmake, MSVC) #141
Comments
I recommend to use cmake if you have modern MSVC version. |
I used MSVC 2019 and cmake, server dll compiled ok, but I still wanna compile client dll, i found no appropriate cmakelists or wscript (does not contain new asheep files), I cannot continue without it. |
Azure Sheep was made on an old hlsdk version without full client weapon prediction. So client does not have duplicated weapons code. |
Got you. If I use cl_dll cmakelists which is from the branch, regenerate the solution, the compile errors are the following:
Maybe I should forget about GoldSrc and try to compile the launcher for Android first? |
Oh, I forgot... There was fix in master branch. |
You need to link hl.def to server library. |
Thank you, that helped. Game works. Though I was alarmed by the message:: GAME SKILL LEVEL:1 |
Our client does not have vgui interface and handlers for some messages. |
Also I have problem compiling Opfor: |
|
@Alex3474247 It would be better to create one issue per bug. |
When I tried to compile it using the compile.bat script, I added files from asheep folder there, I got some errors in the client.cpp file, that are below:
What's wrong here?
The rest files compiled without errors.
also I could not find correct makefile to compile client dll in asheep branch.
I want to test it in game to look if what unfinished things are still left.
Upd: Compiled ok with cmake and msvc 2019.
The text was updated successfully, but these errors were encountered: