Page 1 of 1

Adding new gameserver files.

Posted: Fri Aug 06, 2010 9:27 am
by Quibol
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 4396:
L2JDP Revision 7646:

I got fresh server with wirking GMShop, NPC buffer and Luxury GK. I wanted to add Seed of Destruction Instance and i found those patch files:
http://l2jserver.com/forum/download/file.php?id=1815
but i dunno how to patch them. Inside this Zip pack are 2 files: SoDdb.patch and SoDGS.pach. I can manualy add datapack from first patch, but i got problem when trying to serch where to add files from the second one (Config.java, gameserver.java, GraciaSeedManager.java, GraciaSeeds.properties). I got Eclipse but i dunno how to work on it.
Ty for any help with that.

Re: Adding new gameserver files.

Posted: Fri Aug 06, 2010 9:45 am
by Raikkon35

Re: Adding new gameserver files.

Posted: Fri Aug 06, 2010 10:00 am
by Quibol
y i read that already but still idk where to find this:( "workspace" / L2_GameServer / java / net / sf / l2j / where ever.) i dont have any of this path in my PC.
Oh and i think i should have something like this: "workspace"/gameserver/java/com/l2jserver - but i dont have something like this.

Re: Adding new gameserver files.

Posted: Fri Aug 06, 2010 10:02 am
by Aikimaniac
Quibol wrote:y i read that already but still idk where to find this:( "workspace" / L2_GameServer / java / net / sf / l2j / where ever.) i dont have any of this path in my PC.
o.O you must apply any patch in eclipse or tortoise (i recommend eclipse) where you can see source files of DP or core..

Re: Adding new gameserver files.

Posted: Fri Aug 06, 2010 10:04 am
by Quibol
Aikimaniac wrote:
Quibol wrote:y i read that already but still idk where to find this:( "workspace" / L2_GameServer / java / net / sf / l2j / where ever.) i dont have any of this path in my PC.
o.O you must apply any patch in eclipse or tortoise (i recommend eclipse) where you can see source files of DP or core..
Is that mean that eclipse will create me this path somewhere on my PC? And it will be work with this path?

Re: Adding new gameserver files.

Posted: Fri Aug 06, 2010 10:16 am
by Aikimaniac
Quibol wrote:
Aikimaniac wrote:
Quibol wrote:y i read that already but still idk where to find this:( "workspace" / L2_GameServer / java / net / sf / l2j / where ever.) i dont have any of this path in my PC.
o.O you must apply any patch in eclipse or tortoise (i recommend eclipse) where you can see source files of DP or core..
Is that mean that eclipse will create me this path somewhere on my PC? And it will be work with this path?
no...you download sources of DP and core and then you apply patch on them which you have downloaded.

Re: Adding new gameserver files.

Posted: Fri Aug 06, 2010 11:17 am
by Raikkon35
You need sources, not nightly. Maybe this is for you.

http://www.l2jserver.com/wiki/Setup_Eclipse_and_SVN

Re: Adding new gameserver files.

Posted: Fri Aug 06, 2010 4:00 pm
by Quibol
Raikkon35 wrote:You need sources, not nightly. Maybe this is for you.

http://www.l2jserver.com/wiki/Setup_Eclipse_and_SVN
I got already updated SVN. How can i now make connection between SVN and nightly files? Or i should make something else?

Re: Adding new gameserver files.

Posted: Fri Aug 06, 2010 5:47 pm
by Raikkon35
Er... better tell us how you get your server files.

Nightly is a zip that contain compiled server files that you can download from l2jserver.com, but you can´t modify it because it is compiled, not source.

You only need to download files through Eclipse' svn tool, patch/modify it and build. Read l2j wiki.