YaLTeR / OpenAG

An open-source reimplementation of Adrenaline Gamer's client library.
https://j.mp/OpenAG
Other
133 stars 39 forks source link

missing server gamedll in CMakeLists [ag.so, ag.dylib, ag.dll] #80

Closed p5-vbnekit closed 4 years ago

p5-vbnekit commented 4 years ago

Hello! How to build gamedll? It seems like Makefile in the "dlls" folder is not relevant. Or gamedll build scripts is only private? Thanks!

YaLTeR commented 4 years ago

OpenAG does not have a server library, it's a reimplementation of only the client library. All serverside code in this repository is clean HLSDK.

p5-vbnekit commented 4 years ago

https://openag.pro/latest/ag.7z Do you mean, that ag.dll,so,dylib is original ag6.6 binaries? Where's upstream for it?

YaLTeR commented 4 years ago

Yes. The source code for them was published at https://github.com/martinwebrant/agmod, but I can't say anything on whether it builds or produces a working DLL, since it's a port of the AG code onto a newer HLSDK.