[TOOL] EDI TOOLS
Posted: Fri Nov 14, 2014 7:32 pm
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...
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.
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...
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.