[Tutorial]How to get the Aion Emu
1-Download:
http://tortoisesvn.net/downloads
2-Install Tortoise SVN and restart your computer.
3-Make a folder where you want to install your Aion ServerFile.
4-Right Click on the New Folder that you've just created.
5-Click on SVN Checkout and in the URL of repository
paste on this: http://subversion.assembla.com/svn/ae-go/
6-Click on OK, This might take a while so be patient.
7-Use the source as you want :P
8-Have Fun!
Credits: minikevin12 from RaGEZONE
Re: [Tutorial]How to get the Aion Emu
hey, how to compile the aion? whew, is it visual studio? visual c++ or c#? /sigh need your fast reply...
Re: [Tutorial]How to get the Aion Emu
Eclipse, ant, NetBeans anything you wish...
Re: [Tutorial]How to get the Aion Emu
i tried net beans but its harder cuz its 3 project, ant is perfect there is a guide somewhere here
Re: [Tutorial]How to get the Aion Emu
Re: [Tutorial]How to get the Aion Emu
best is for beginners is USE NOVO EASY for it.. and this not a tutor its nothing no beginning no end
seen better tutors in pass
Re: [Tutorial]How to get the Aion Emu
for one he just gave u the basic know how on what to use... if you want to learn how to do it then read from this link "deleted"
i'll still give him cridet an the person that did the other teachin of doin it
Re: [Tutorial]How to get the Aion Emu
I dont think that RaGEZONE has permitted outsider's links 0.0
Re: [Tutorial]How to get the Aion Emu
hey this TUT* wat so bad.. i seen very much better TUTS* befor this..
this here only say nothing
Re: [Tutorial]How to get the Aion Emu
ive wrote this in not even 3 min lol
Re: [Tutorial]How to get the Aion Emu
Is there a certain Aion server development website? I've read somewhere that there are a few.. Just curious to know..
Re: [Tutorial]How to get the Aion Emu
well im a noob, but for all people who do not know how to compile this is what I did:
first download the "ant" file madiafire
now the batch file mediafire
now you need to create a new folder example in the desktop now into that folder create a new folder whit the name: aion-emu
put in the trunk folder of the game file server
change the name of AE-go_GameServer to AE_GameServer and AE-go_LoginServer to AE_LoginServer
now put the two batch file in the create folder
and put the ant folder in the same
must be...
new folder
....ant
....aion-emu
.........trunk
.............AE_LoginServer
.............AE_GameServer
....Compile GS
....Compile LS
right-clik in Compile GS and edit need to change this line
Code:
cd aion-emu\sandbox\AE_GameServer
to
cd aion-emu\trunk\AE_GameServer
save and
now click in the two compile file for compile :laugh:
and all done
remember you need java download
if you have this problem when you compile
Code:
Unable to find a javac compiler; com.sun.tools.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK It is currently set to "C:\Program Files\Java\jre6"
go to C:\Program Files\Java\jdk1.6.0_20\lib
copy the file tools.jar
and paste in
C:\Program Files\Java\jre6\lib\ext
and compile :laugh:
the files compiled are in AE_GameServer/build/dist/ and AE_LoginServer /build/dist/
that all i hope they help
sorry for my bad english :ott1: i only want share something :tongue:
Re: [Tutorial]How to get the Aion Emu
Re: [Tutorial]How to get the Aion Emu
for what client version is this?
Re: [Tutorial]How to get the Aion Emu
Yes, thaks! finally got it fixxed