• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Eluna using submodule

Status
Not open for further replies.

Rochet2

Moderator / Eluna Dev
We are now changing eluna to use one repository for the engine and the core changes are in separate core repositories.
This means that the LuaEngine folder will not be on the core repository.

New installation instructions can be found here:
https://github.com/ElunaLuaEngine/Eluna/blob/master/docs/INSTALL.md

If you have eluna and you are updating, just follow the updating section in the installation file:
https://github.com/ElunaLuaEngine/Eluna/blob/master/docs/INSTALL.md#updating

If you have custom changes on your eluna, I suggest you make a diff or a patch from them for example
Code:
git add -A
git diff head >> CustomChanges.diff
Then update eluna and apply the diff back with git apply.
There are many ways for you to have changes so I cant make an universal guide.


Read more about submodules here:
http://chrisjean.com/2009/04/20/git-submodules-adding-using-removing-and-updating/
 

Foereaper

Founder
This also mean you can update the eluna files without having to specifically update the main source you use, and vice versa. At some point we may also release a guide how to implement the engine to your own project without having to use our already setup sources.
 
Status
Not open for further replies.
Top