(maybe) silly question about custom code mod's

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
cflabs
Posts: 3
Joined: Wed Nov 11, 2009 7:05 am
Contact:

(maybe) silly question about custom code mod's

Post by cflabs »

Is there a way to encapsulate new data and behaviors with a plugin architecture to protect personalized quests and functions? I'm not very used to eclipse and subclipse.
If I want to make custom quests and/or functions mods, how can i prevent to loose my mods when updating from svn sources?
i shall either find my path or open one...
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: (maybe) silly question about custom code mod's

Post by janiii »

having the sources in eclipse (check out from svn), having changes at the files, and then just making a synchronize with svn. this will show you files that have been updated on svn and files that you have changed. you can control which changes go to your code. and then you just build the updated code with your changes and use it on your server.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
User avatar
ThePhoenixBird
L2j Inner Circle
L2j Inner Circle
Posts: 1857
Joined: Fri May 27, 2005 5:11 pm

Re: (maybe) silly question about custom code mod's

Post by ThePhoenixBird »

--Moved

Do not post questions on the Contributions section.
Post Reply