Cannot access the custom_contents folders at all.

gorgeous_b

New Member
Joined
Oct 7, 2023
Messages
3
I did a fresh install of the MTG repo and it didn't add any of the custom content to the skill trees or something and the wiki/github has a lack of any direction on how to implement it. Do I have to move the files or add them to the skill trees manually somehow? I am confused and there isn't really any info on these issues at all.

thanks.
 

Aeryna

Moderator
Moderator
Joined
Oct 10, 2017
Messages
392
Add that content/folder to the relevant serverobjects.lua and objects.lua if they weren't done previously.

https://github.com/ModTheGalaxy/mtgserver/blob/unstable/MMOCoreORB/bin/scripts/object/serverobjects.lua
https://github.com/ModTheGalaxy/mtgserver/blob/unstable/MMOCoreORB/bin/scripts/object/allobjects.lua


And i don't what you mean with "didn't add any of the custom content to the skill trees".
That new content needs to be implemented or you will only be able to use it with admin commands like /object createitem.

And that's not an issue. System also needs some work from a developer.
 

gorgeous_b

New Member
Joined
Oct 7, 2023
Messages
3
Is there somewhere that I can read about implementing the content? Like a thread that explains how to do all this stuff or do I just have to figure it out?
 

bogdawson

Member
Joined
Oct 6, 2014
Messages
38
Add that content/folder to the relevant serverobjects.lua and objects.lua if they weren't done previously.

https://github.com/ModTheGalaxy/mtgserver/blob/unstable/MMOCoreORB/bin/scripts/object/serverobjects.lua
https://github.com/ModTheGalaxy/mtgserver/blob/unstable/MMOCoreORB/bin/scripts/object/allobjects.lua


And i don't what you mean with "didn't add any of the custom content to the skill trees".
That new content needs to be implemented or you will only be able to use it with admin commands like /object createitem.

And that's not an issue. System also needs some work from a developer.
My system has the serverobject.lua setup that is shown in the link, but I still need to change things in the tres or move/copy folders in to main scripts/objects/tangible? I am just lost and can't find any information on this.
 
Top Bottom