L2JDevs Project - Developers Community
Mods Development => Mods General Information => Mensaje iniciado por: U3Games en 19 de Marzo de 2017, 11:55:24 am
-
(http://i.imgur.com/F4DXgdw.png)
Simple and efficient!
The mod engine instantiation consists of two parts, the first is to make the mod engine be loaded on the server and finally, to incorporate the desired mods.
The mods are totally configurable from their personal configuration.
Download Mods Engine:
- L2JMods Engine V4 (Support Java 15):
- L2JDevs (http://www.l2jdevs.org/forum/index.php?action=dlattach;topic=30.0;attach=237)
- L2JServer
- L2JMobius
- L2JSunrise
- L2JaCis
- L2JMods Engine V4 (Support Java 14):
- L2JDevs (http://www.l2jdevs.org/forum/index.php?action=dlattach;topic=30.0;attach=221)
- L2JServer (http://www.l2jdevs.org/forum/index.php?action=dlattach;topic=30.0;attach=233)
- L2JMods Engine V3 (Support Java 11):
- L2JDevs Source (http://www.l2jdevs.org/forum/index.php?action=dlattach;topic=30.0;attach=125) (for version CORE (https://gitlab.com/L2JDevs/L2JDevs_Core/commit/1d5bd039932f007a5bfafd37ce34d61bd65b78bc) & DATA (https://gitlab.com/L2JDevs/L2JDevs_Data/commit/a77931fc0831c42b5bbbf7bd75cb54993e40b6e9) or higher).
- L2JServer Source for Java 11 (http://www.l2jdevs.org/forum/index.php?action=dlattach;topic=30.0;attach=126).
- L2JSunrise Source (V3 / support Java 8) (http://www.l2jdevs.org/forum/index.php?action=dlattach;topic=30.0;attach=138)
- L2JMods Engine V2 (Support Java 8):
- Donwload, support for l2jdevs and l2jserver with java 8. (http://www.l2jdevs.org/forum/index.php?action=dlattach;topic=30.0;attach=89)
Instalation Mods Engine:
- Inside the .rar, go to L2JModsEngine/libs, copy L2JModsEngine.jar and paste it inside libs folder in your server project.
- Re-compile your server files. This is really necessary because now you have the mod jar inside libs folder it'll generate the classpath (if you don't know what I'm talking about, don't worry, just know it's mandatory).
- Get the new l2jserver.jar, copy and paste it inside your server folder in game/. You have to replace the old one.
- Copy L2JModsEngine.jar again and paste it inside libs in your server.
- Inside the engine .rar, search for the folder 'game', copy and paste it in your server folder. This will add the script to initialize the engine in the following route: game/data/scripts/custom/L2JModsEngine.
- Last step! Open your scripts.cfg and paste the line custom/L2JModsEngine/L2JModsEngineStarter.java.
Instalation Mod Pack:
- Download mods in the following SECTION (http://www.l2jdevs.org/forum/index.php?board=41.0)(link is only available for subscribers).
- Paste the mod jars inside game/modsengine/mods folder.
- When you start the server, if everything went well, you'll see the configuration files generated inside mods folder.
If you have any trouble, please, contact us for help.
Enjoy it!