Page 1 of 2

[TOOL] EDI TOOLS

Posted: Fri Nov 14, 2014 7:32 pm
by Leki
Edi Tools
Custom Modding Tool by Leki

Update 17.11.2014


Direct Link to Video: http://youtu.be/dOWPW6uwWx0


While working on Dawn of Lore, I found that I need some tools first.
You know that... e.g. You work on my scene, looking for the best place where to put this boulder, checking angles, shadows and then night comes and scene is different. Then you have to set Daytime in console, or there is script or floor triggee in scene etc...

I build my city and making day/night lightening in streets is pain as hell, when sun is moving. So I made slidebar gui controller to controll daytime easy and fast. Then imroved it with play button, to see whole day cycle, added human readable clocks and on/off button to let game time do his job as well...etc, etc...

But it was soo limited, because it was at fixed position and size and because I have a list of tools what I wanna make (feed party, show level map, show party position etc...). Then I found myself thinking about some Toolbox / Toolbar who can contain noticed toos. But you know me... :twisted:

Features easy to do:
- adaptable to screen size
- scalable by user
- dock/restore
- tools accesable by clicking on icon/button
- auto size based on number of tools in Toolbox

Brave ideas:
- portable and easy for use (as close as possible to "import "my_assets/plugins/editools/editool.lua")
- then just comment import in ini.lua and mod is ready for export without EdiTools
- plug and play (anyone can write tool - from simple scipt like print(party position) to complex tool like show combat log or generate map - and add it to editools)

Crazy features:
- user settings (scale, position, state) must survive STOP

Impossible feature:
- user settings (scale, position, state) must survive RELOAD/CLOSE/LOAD PROJECT


Well... I achieved all of them, so let me introduce my new
(still unfinished, but allmost ready for share) friend in LoG 2 moding:



Direct Link to Video: https://www.youtube.com/watch?v=23P_5DY ... e=youtu.be

I hope you will help me to fill EdiTools Toolbar with usefull buttons - add freely your ideas in this thread. I will share sources it in few days.

Re: [TOOL] EDI TOOLS

Posted: Fri Nov 14, 2014 7:42 pm
by Jhaelen
Impressive ! I can't wait to get a hand on this :D !

Re: [TOOL] EDI TOOLS

Posted: Fri Nov 14, 2014 7:44 pm
by ninjanerdbgm
Very cool!

Re: [TOOL] EDI TOOLS

Posted: Fri Nov 14, 2014 7:46 pm
by Drakkan
impressive work and scripting !

Re: [TOOL] EDI TOOLS

Posted: Fri Nov 14, 2014 7:47 pm
by QuintinStone
Very cool!

Some possibly useful buttons:
* Reset party back to blank
* Level +1 to all party members

Re: [TOOL] EDI TOOLS

Posted: Fri Nov 14, 2014 7:54 pm
by Leki
QuintinStone wrote:Very cool!

Some possibly useful buttons:
* Reset party back to blank
* Level +1 to all party members
Remeber, Edi Tools Toolbox can execute action from button, but it can also open another complex tool like "Party Manager", who can include buttons like "Feed party", Level up/down, reset skills etc etc).

Re: [TOOL] EDI TOOLS

Posted: Fri Nov 14, 2014 9:34 pm
by Doridion
Awesome work leki ( as usual ^^ ), sticked work ;)

Re: [TOOL] EDI TOOLS

Posted: Fri Nov 14, 2014 11:26 pm
by Drakkan
- I would welcome some funcionality to find entity by it´s ID name.
- move party in Z axis 'up ( down)
- party level up button
- quick button for spawning torch :) (its kind annoying when editing dungeon, I miss this everburning torch from Log1 automatically equiped)

Re: [TOOL] EDI TOOLS

Posted: Tue Nov 18, 2014 12:50 am
by Leki
I allmost finished first tool for EdiTools and improved main Toolbox as well. You can see mouse over and hints. Tool icon is loaded directly from custom tool so you can make your own icons for you tools. Daytim Controller is almost ready - I just wanna polish it a bit. Hope you like it. EdiTools will be out in few days and I made adding new buttons or controlls very simple, so I look forward for a lot of usefull tools mady by comunity :-)


Direct Link to Video: http://youtu.be/dOWPW6uwWx0

Re: [TOOL] EDI TOOLS

Posted: Tue Nov 18, 2014 5:58 am
by Lark
Amazing, Leki! I had no idea anyone could do such things, but I'm not surprised that you were the one to do it! This will help development greatly. Awesome work! -Lark