Jump to content
  • 0

Newbie questions for aCis server


Question

Posted

Hi

I'm new in aCis administration and it's my first time with l2j server.

I use Eclipse and i have a git repository to send all my modifications (when i will know how to lol)

I have dl latest public source and compile datapack and gameserver (with build.xml files)

Capturedcran2023-04-27092153.png.1410268ee7fe7f2325ef1d4b26976d30.png

 

My questions :

 

1-When i need to modify some html/xml. I must editing them in aCis_datapack>data and run aCis_datapack>build.xml to send them to aCis_datapack>build>gameserver>data and copy them to override in my Server>gameserver>data ?

 

2-When i need to modify some .properties. I must editing them in aCis_gameserver>config and run aCis_gameserver>build.xml to send them to aCis_gameserver>build>dist>gameserver/login>config and copy them to override in my Server>gameserver/login>config ?

 

3-When i need to modify some .sh. I must editing them in aCis_gamserver>dist and run aCis_gameserver>build.xml to send them to aCis_gameserver>build>dist>gameserver/login and copy them to override in my Server>gameserver/login ?

 

4-For modify java. I don't know where i must modify, how to compile and how send my modification to my server folder.

 

I hope I was as clear as possible (my English is not perfect). Thank you in advance for your help

1 answer to this question

Recommended Posts

  • 0
Posted

depends, but ...

 

if your server is not runing in debug mode you don't have to modify content via eclipse (unless you want to keep it there or you want to do some changes in java files), otherwise just go directly to your already compiled datapack/gameserver files and do it there (notepad is all you need).

 

after changes made to java files you have to compile it once again and copy l2jserver.jar (acis_gameserver/build/) and place it in your gameserver/libs/ folder, then run the server.

  • Upvote 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...