L2JMobius

Public Development => General Discussion => Topic started by: Usedy06 on May 20, 2026, 11:19:53 AM

Title: About source code updates
Post by: Usedy06 on May 20, 2026, 11:19:53 AM
Hello, I'm editing interludes in L2J Mobius. When a source code update arrives, after updating it in Eclipse, is it enough to copy the resulting core files to the datapack?Or is it necessary to completely update the datapack?Thanks.
Title: Re: About source code updates
Post by: Mobius on May 20, 2026, 11:59:25 AM
Core files need to be compiled.
Datapack files do not.
Title: Re: About source code updates
Post by: Usedy06 on May 20, 2026, 10:08:16 PM
Core files need to be compiled.
Datapack files do not.

Which core files do I need to copy?
Title: Re: About source code updates
Post by: Mobius on May 20, 2026, 11:28:09 PM
Which core files do I need to copy?
None? I just told you you need to compile the project.

In general, "dist" folder contains all the datapack.
Title: Re: About source code updates
Post by: Usedy06 on May 20, 2026, 11:52:25 PM
None? I just told you you need to compile the project.

In general, "dist" folder contains all the datapack.

I know that when I compile the core files, I need to copy them to the datapack. Do I need to copy all of them?

https://ibb.co/zVzf1CJH
Title: Re: About source code updates
Post by: Mobius on May 20, 2026, 11:55:22 PM
I would say yes.
Title: Re: About source code updates
Post by: CostyKiller on May 21, 2026, 10:17:21 AM
Best thing is to make all your changes in eclipse, doesn't matter if you change dp or core files. It will be easier to keep track of changes and also to keep the source updated.