Page 163 of 396

Re: Ask a simple question, get a simple answer

Posted: Sat Nov 12, 2016 7:05 pm
by akroma222
Duncan1246 wrote: I think all modders in LG2 encounter the idea, an open world without a good map and without a library is a major difficulty for the player. But manage all the parameters in gtk scripts is a hard work.
Anyway, here is a first draft for the library panel (background image)
SpoilerShow
Image
As runes are my basic line to organize the texts files, the eight + one runes_circles are like respons lines in gtk showDialoguePage
When clicked , new window popup (or the same refreshed?) with the same background and the related texts...
When you will have time, your help and your look on it are required :)
Indeed, the library panel looks v cool, I will take a look at the gtk side of things over tonight/tomorrow
Will be in touch when I have something workable ;)

Re: Ask a simple question, get a simple answer

Posted: Sat Nov 12, 2016 7:59 pm
by akroma222
Also, unrelated Question -
are we able to name components somehow when we create them dynamically??
(ie - monster >> create component (Null) >> then name the Null component)

Re: Ask a simple question, get a simple answer

Posted: Sat Nov 12, 2016 8:25 pm
by minmay
Yes. GameObject:createComponent(class, name)

Re: Ask a simple question, get a simple answer

Posted: Sat Nov 12, 2016 8:39 pm
by akroma222
Brilliant :)
(sorry, should have tried that before asking - thanks again good sir)

Re: Ask a simple question, get a simple answer

Posted: Sat Nov 12, 2016 8:42 pm
by Duncan1246
akroma222 wrote: Indeed, the library panel looks v cool, I will take a look at the gtk side of things over tonight/tomorrow
Will be in touch when I have something workable ;)
Cool, because for now I don't manage to change the background images (dds, size ok but what else?)
Here is the result of my pitiful efforts....
SpoilerShow
Image

Re: Ask a simple question, get a simple answer

Posted: Sun Nov 13, 2016 6:29 am
by akroma222
Will PM you Duncan, this will take some time & tweaking to get right
(lets not clog up this quick simple thread - we can start another once we have something to share with everyone) ;)
Akroma

Re: Ask a simple question, get a simple answer

Posted: Sun Nov 13, 2016 10:50 am
by Duncan1246
akroma222 wrote:Will PM you Duncan, this will take some time & tweaking to get right
(lets not clog up this quick simple thread - we can start another once we have something to share with everyone) ;)
Akroma
Ok, grimtk thread may be used instead

Re: Ask a simple question, get a simple answer

Posted: Tue Nov 15, 2016 9:03 pm
by AndakRainor
BrainComponent:pursuit() and BrainComponent:follow() do not work with the Viper root monster, and they give a "warning: unknown monster action: move". Do you know another way to force a Viper root to start hunting the party?

Re: Ask a simple question, get a simple answer

Posted: Tue Nov 15, 2016 9:27 pm
by minmay
I'm curious how you got a ViperRootBrainComponent to stop hunting the party. The brain pursues the party endlessly as long as they are on the same level as the monster, even if they're far away, invisible, have never been seen, etc.

Re: Ask a simple question, get a simple answer

Posted: Tue Nov 15, 2016 9:37 pm
by AndakRainor
Well this one is in the "guard" state. I think I should test if the move action exists before using the correct action. I may have also a problem with the mushroom and the grimrock 1 tentacles. I use this pursuit command when my drain life bolt spell hits a monster, but obviously it is not correct in all situations.