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!

[Image-Heavy]How to compile the source

Status
Not open for further replies.
It's a lemon thing
Joined
Dec 19, 2007
Messages
257
Reaction score
112
Repost time, I felt it's time to just leave this here...Once again.
Well it's been time for me to create a guide on something. If you fail to compile the source from this guide, I will NOT spoonfeed/help you. You shouldn't have a server when you can't even follow a simple picture guide...
I haven't got an uploaded version of visual studio pro. Just download VS6.0 Arquitect or Enterprise edition from any popular torrent website (I can't link warez).
If this guide helped you don't forget to rep me up and like this post! It's all I ask in return for my time :)

You will need:

(I do not endorse the use of modified/released source versions. These tend to have backdoors/glitches and are, mostly, highly bugged. It's also better if you simply learn and code it yourself.)
Microsoft Visual C++ 2003 Professional version
(It MUST be Professional,enterprise or architect to work. Express versions will not work.)


Doesn't matter if you already downloaded SP1 version, this must still be installed no matter what.

Once you've got them all proceed this way.

1: Extract the source on C:\SRC\

FilixXx - [Image-Heavy]How to compile the source - RaGEZONE Forums


2: Go to Official Source, all and open all.sln

FilixXx - [Image-Heavy]How to compile the source - RaGEZONE Forums


3: Visual c++ will now load your project.

FilixXx - [Image-Heavy]How to compile the source - RaGEZONE Forums


4: Go to Tools, click Options.

FilixXx - [Image-Heavy]How to compile the source - RaGEZONE Forums


5: Press Projects, VC++ Directories.

FilixXx - [Image-Heavy]How to compile the source - RaGEZONE Forums


6: On the dropdown choose "Include files".

FilixXx - [Image-Heavy]How to compile the source - RaGEZONE Forums


7: Create a new line

FilixXx - [Image-Heavy]How to compile the source - RaGEZONE Forums


8: Add the following folders "Resource","DX_SDK","BOOST_SDK".

For example you create a new line and you have the source on C:\SRC\ so it should be "C:\SRC\Resource", "C:\SRC\Official Source\DX_SDK" and "C:\SRC\Official Source\BOOST_SDK"

FilixXx - [Image-Heavy]How to compile the source - RaGEZONE Forums


In the end it should look something like this:

FilixXx - [Image-Heavy]How to compile the source - RaGEZONE Forums


9:Now back to the dropdown select "Library Files" and add "C:\SRC\Official Source\Lib"

FilixXx - [Image-Heavy]How to compile the source - RaGEZONE Forums


10: Press ok.

11: Right click AccountServer and choose properties.

FilixXx - [Image-Heavy]How to compile the source - RaGEZONE Forums


12: On the "Use of MFC" dropdown choose "use standard windows libraries"

FilixXx - [Image-Heavy]How to compile the source - RaGEZONE Forums


13: Press ok

14: Right click "Solution 'all' (8 projects) and choose properties.

FilixXx - [Image-Heavy]How to compile the source - RaGEZONE Forums


15: Go to "Configuration properties" and n the dropdown choose "NoGameguard"

FilixXx - [Image-Heavy]How to compile the source - RaGEZONE Forums


16: Set all to compile as Release and Neuz as NoGameguard

FilixXx - [Image-Heavy]How to compile the source - RaGEZONE Forums


17: Click OK

18: Right click "Solution 'all' (8 projects')" and choose rebuild solution

FilixXx - [Image-Heavy]How to compile the source - RaGEZONE Forums


19: Your source is now compiling! After all the 8 binaries are compiled go to "C:\SRC\Output" to get them.

FilixXx - [Image-Heavy]How to compile the source - RaGEZONE Forums


Hopefully someone will be able to get it compiling off this. If you need VS 2003 pro, PM me.

 
Last edited:
Custom Title Activated
Loyal Member
Joined
Sep 9, 2008
Messages
1,949
Reaction score
390
This is the most detailed, and easiest guide to compile the source code that I have seen in a while. If people cannot get it after this, then they should just stop trying. Seriously.

What more would they need? A video tutorial?
 
~FlyFF DeV~
Joined
Mar 2, 2009
Messages
579
Reaction score
113
WOW didn't know that compiling source is so hard thing o_O.

Then I am advanced :DD.
 
Junior Spellweaver
Joined
Aug 8, 2011
Messages
156
Reaction score
8
Same, when i first saw this guide (i think its easy to understand, and beginner of making own server's can now make their own with this guide)

As me, i really dont know how to compile and this is the time that a person made a really easy/understandable guide to use. (I will add this in my Bookmarks as well)

Thx alot to FilixXx for making this guide, really useful (for me, idk think to others) xD
 
Experienced Elementalist
Joined
Oct 30, 2010
Messages
225
Reaction score
42
I saw "Error 404 has just logged in" :) Oh and i liked the tutorial :D
 
i sell platypus
Loyal Member
Joined
Jun 26, 2009
Messages
2,640
Reaction score
1,326
It cannot get any simpler. A really nice, clean, and overall good looking tutorial.

#Sticked.
 
Junior Spellweaver
Joined
Aug 8, 2011
Messages
156
Reaction score
8
can i compile, using iMAC or any Mac OS ??
 
Ace of Hearts
Joined
Jul 28, 2009
Messages
739
Reaction score
104
but I needed it q_q... just kidding lol xD...

sadly knowing how things go I bet this will be a lot of help to a lot of people...
 
Flyff Developer
Loyal Member
Joined
Apr 6, 2009
Messages
1,873
Reaction score
384
but I needed it q_q... just kidding lol xD...

sadly knowing how things go I bet this will be a lot of help to a lot of people...

Yeah, I agree

I myself have had to explain compiling the source to several people and I haven't been here nearly as long as some other people (only about a year since I started working on flyff server stuff)
 
Skilled Illusionist
Joined
Jun 2, 2006
Messages
344
Reaction score
123
wth my post got deleted?
Again if you needed this guide do some hello world tutorials.
its a tip man...
Ur comment is useless, thats why it was deleted. But so is mine, so please delete both.

And I agree with Rena...

---------- Post added 30-09-11 at 12:25 AM ---------- Previous post was 29-09-11 at 11:50 PM ----------

can i compile, using iMAC or any Mac OS ??
Nope, not unless you emulate visual studio or port the source to another program, which are both impractical options.
 
Junior Spellweaver
Joined
Aug 8, 2011
Messages
156
Reaction score
8
Nope, not unless you emulate visual studio or port the source to another program, which are both impractical options.



Thanks alot, btw i will get difficult if i will try that? right?
 
i sell platypus
Loyal Member
Joined
Jun 26, 2009
Messages
2,640
Reaction score
1,326
Consider adding a debug guide as well.

xLethal said:
Crash logs explain it better than most words he could say.

Follow these steps:

1. Open WorldServer.exe in IDA Pro(free).
2. Press "G" then enter in 004923e8
3. Look at the function that contains the address(004923e8).
4. Check for anything that could cause this crash in the source, then if not, post the entire function's source here.
 
Junior Spellweaver
Joined
Nov 24, 2008
Messages
109
Reaction score
17
Thank Nice Job.

For this save many newbie question.
Advancer or Expert or a clever man don't flame at newbie more...

------
when i decide myself to see deep in flyff-source i don't know any of VS and IDE.
in the past many year ago i learn c-language by myself. but not use in VS.

Many clever man flame on a newbie like me.(some of them may be know all knowlage, when he is a baby)

I try to see all of post and all thread.
but i cannot to ask to someone, i afraid, he will flame at me.

now i know to add include file. (search google cannot tell much, it say include directory is temporary)

and i can solve some easy problem but not all.


Thank for this tutorial, although it is very late.

I read your step by step and now, I clear myself.

Although I would not be good in codeing.
But I want to have my own server.

I BUILD IT, I TRY IT, I HAPPY MY LIFE.
 
Joined
Apr 30, 2010
Messages
582
Reaction score
181
Thank Nice Job.

For this save many newbie question.
Advancer or Expert or a clever man don't flame at newbie more...

------
when i decide myself to see deep in flyff-source i don't know any of VS and IDE.
in the past many year ago i learn c-language by myself. but not use in VS.

Many clever man flame on a newbie like me.(some of them may be know all knowlage, when he is a baby)

I try to see all of post and all thread.
but i cannot to ask to someone, i afraid, he will flame at me.

now i know to add include file. (search google cannot tell much, it say include directory is temporary)

and i can solve some easy problem but not all.


Thank for this tutorial, although it is very late.

I read your step by step and now, I clear myself.

Although I would not be good in codeing.
But I want to have my own server.

I BUILD IT, I TRY IT, I HAPPY MY LIFE.

What ragezone is.
I feel the same way too! I'm with you! :blush:
 
Status
Not open for further replies.
Back
Top