L2JMobius

About source code updates

Usedy06 · 7 · 111

Offline Usedy06

  • Vassal
  • *
    • Posts: 9
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.


Online Mobius

  • Distinguished King
  • *****
    • Posts: 19655
Core files need to be compiled.
Datapack files do not.


Offline Usedy06

  • Vassal
  • *
    • Posts: 9
Core files need to be compiled.
Datapack files do not.

Which core files do I need to copy?


Online Mobius

  • Distinguished King
  • *****
    • Posts: 19655
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.


Offline Usedy06

  • Vassal
  • *
    • Posts: 9
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



Online CostyKiller

  • Distinguished King
  • *****
    • Posts: 1274
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.