L2JMobius

Public Development => General Discussion => Topic started by: Qimath on August 10, 2022, 09:14:09 PM

Title: proper way to edit files
Post by: Qimath on August 10, 2022, 09:14:09 PM
Hello,

To get started properly, I'd like to understand what the proper way to edit files is?
Say I'm editing files to customize skills, features, npc, dialogues or UI elements. How do I ensure those modifications won't be overwritten when upgrading to a new release, applying hotfixes, mods, or anything?

Thank you very much
Title: Re: proper way to edit files
Post by: nasseka on August 10, 2022, 10:08:23 PM
Add 2 projects. Yours and bitbucket. Use bitbucket as main update, the other is to be your server. Use patches or a program to compare files and add what you wish from the updates. Usually patches won't work due to the customization. I use WinMerge for comparing, pretty ez to use imo.
Title: Re: proper way to edit files
Post by: Qimath on August 10, 2022, 11:03:06 PM
Thanks, I'll check it out!

Any difficulties when it comes to updating to a newer version?
do you compare file by file with this software, and is there any cases where you'd end up not being able to update it?