Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] FlyFF PC v21.2 Official Source Code

Newbie Spellweaver
Joined
Jun 21, 2008
Messages
41
Reaction score
21
thanks for sharing. interesting for me are the tools source code which is included (Beast, Daisy, Cola,...) :)
 
Banned
Banned
Joined
Jan 9, 2008
Messages
236
Reaction score
57
Anyone willing to share compiled source?
 
Last edited:
Newbie Spellweaver
Joined
Apr 20, 2012
Messages
28
Reaction score
0
how can i able to compile this source on visual studio 2019?
 
Inactive
Joined
Jan 20, 2009
Messages
1,015
Reaction score
1,830
is there any tutorial for upgrading the source to vs2019? Thank you

Do a merge between a V15 (VS2003) & V19 (VS2019) to see the differences and then go from there.

OR

Upgrade and fix problems as they occur by using google.
 
Initiate Mage
Joined
Sep 11, 2021
Messages
4
Reaction score
0
Is there someone who can share the vs2019 upgrade of these files?
I can't compile it... (with vs2003... 2005, 2013...)
in 2003 i have some lib problems... trying to fix it, but i prefer 2019 :)
 
Newbie Spellweaver
Joined
Sep 7, 2021
Messages
33
Reaction score
7
it lacks of third party library folder, anyone manage to getting all thirdparty lib?
Yes. All the third party libs are available online. Not sure about the anti-cheat ones but that can all be disabled and even swapped with EAC as shown in development sub-section.
 
Banned
Banned
Joined
Jan 9, 2008
Messages
236
Reaction score
57










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
 
Inactive
Joined
Jan 20, 2009
Messages
1,015
Reaction score
1,830










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

Credits go to xTwighlight seeing this is just a literal copy/paste of his post on another forum.
 
Newbie Spellweaver
Joined
Sep 7, 2021
Messages
33
Reaction score
7








Anyone who knows what they are doing would know that half of the libraries aren't really needed and can be removed or swapped out with other code.
 
Back
Top