Page 1 of 1

Import Modules like log framework

Posted: Fri Sep 20, 2013 7:54 pm
by Eleven Warrior
Hi all...

In LOG2 is it possible for Scripters to just make Modules to load into your Dungeon rather than trying to get them into your (init,lua) Script.

When you have to add different scripts ie: Searchonfloor, Quickbar script, and many others.. Its really hard to implement them without Errors.
The problems is with the Onmove, OndrawGui, Onpickup, Ondie etc.... If for example you have more than 1 Onmove function the other over rights the first Onmove function as with OndrawGui etc....

For me I follow the instructions the Scripter has said, put Quickbarscript into init file and then put OnsearchFloor into your init file, this is when I run into problems.. Why because they both use the OndrawGui function.. One over rights the other as with the (above) functions.. I still don't know how to get them to work together as with other functions. It either crashes or just does not display it on the Screen or something else happens..

What imam trying to say is: If the Scripters can make modules like what the LOG FRAMEWORK does it would be easier to include multiple Modules in your Dungeon without having to edit you init.lua (which can be a nightmare for a beginner such as myself)..

So you should be able to have Onsearchfloor, Quickactionbar, log jounrnal and other Modules to your Game.. Without any editing of your init file..

I hope you understand what imam trying to say here. I for one feel embarrased when I have to keep asking the Modding Community for help on this..

Hey just import Module as with the Wallsets and others..

Thxs for your time Eleven Warrior

Re: Import Modules like log framework

Posted: Sat Sep 21, 2013 1:55 pm
by Neikun
A module support feature would be great. The ability to have a mods that will play on all custom dungeons and the base game. But they should be toggle-able in case there are compatibility issues.

Re: Import Modules like log framework

Posted: Sun Sep 22, 2013 1:04 pm
by Eleven Warrior
Yep I love that idea to Neikun , Awesome I hope they implement it.. Modules I think are the way to go.. Less Headaches LOL..