-
Writing an Emu :P
Hey guys im new to Aion and i saw there are many Emu's so i thought well lets improove my Socket programming :P
I wanted to start slowly to write an Emu from the scratch up, my Programming language is mainly C# but since im learning C++ atm, i will write the Emu in C++.
Sadly its the first Time i want to try something like that, and dont really know where to start and what is needed (some databases ect & client patches?), so i thought ill post it here and maybe some1 can show me a lil instruction where to start :P (my programming skills are kinda enough for it.)
-
Re: Writing an Emu :P
Well... C++ is a difficult language to write correctly, you're better off with learning C or something. You'll wanna look into existing Aion codebases and see what you can pick up. You'll also wanna learn about the data protocols, the in game features, etc, etc.
If you're looking for a high performance language that's easy to learn and write, have a look at Go (http://golang.org).
-
Re: Writing an Emu :P
I already started this can be closed here but thanks! :D