jurchiks wrote:In each project, there's a build.xml file.
Right-click it, choose Run As... > Ant build.
???
PROFIT!
builds in /build/projectname.zip
Yes thats right, but I think that he is expecting more than compiling. He wants to know what files should be where (setup).
If you compiled the code from both server and datapack you can access them from the workspace. (You should know where it is since at start you are asked where it should be placed). Next step is to make a folder.
1. Make a folder anywhere recommended in C:/ path, name it whatever you like e.g. I have named it l2jserver.
2. Go to workspace->L2_Gameserver->build. You will see a L2J_Server.RAR file.
3. Extract L2J_Server.RAR inside the folder which you made at start. (l2jserver for me)
4. Now go to workspace->datapack_development->build. You will see a L2J_DataPack.RAR file.
5. Extract L2J_DataPack.RAR inside the folder which you made at start. (l2jserver for me)
If you are asked to merge or replace files press ok.
Some or all of the folders in both L2J_Server.RAR and L2J_DataPack.RAR are the same and they contain different files. So basicly the setup is to merge the files of those two .RARs. Now the next step is to configure the server from l2jserver->gameserver->L2JConfig. Good luck.