Quote:
Originally Posted by August..
FlyFF PC v21.2 who can provide a third-party library and pay for it, PM
|
Almost very third party library needed is open source and available in the public.
BugTrap:

Lua Compiled Libs + Headers:

Lua source code (to compile the lib & stuff by yourself):
Those are needed for BetaPatchClient only I think:
zlib (source code only):

libsquish (source code only):

libpng (1.6 should do fine):

freetype:

or
Miles Sound System headers should be found inside old V15 source code releases.
How to get libraries out of the source codes? Look for Visual Studio project/solution files. All of them should have targets like "static/dynamic" - compile them and implement them like you would like to.
Static: Link .lib file "into" the final binary - no need of .dll files
Dynamic: Need the also compiled .dll file for your binaries