Search found 8 matches

by pawelpoz
Wed Feb 04, 2015 7:31 pm
Forum: Mod Creation
Topic: [WIP] GrimTK GUI Framework
Replies: 146
Views: 232456

Re: [WIP] GrimTK GUI Framework

Thanks i watched last demo. This is what i need!. It's f*%@ awesome! Can't wait :)
by pawelpoz
Tue Feb 03, 2015 6:42 pm
Forum: Mod Creation
Topic: [WIP] GrimTK GUI Framework
Replies: 146
Views: 232456

Re: [WIP] GrimTK GUI Framework

It is posible to do a dialog system with this framework? For example to talk with NPC or party members. Gui show posible texts to say, and you click on one of them to say a dialog sentence or something like that...
by pawelpoz
Tue Jan 13, 2015 11:34 am
Forum: Mod Creation
Topic: Dialog System | NPC System | Conversation system
Replies: 2
Views: 2924

Re: Dialog System | NPC System | Conversation system

Great :) This is exactly what i need.
by pawelpoz
Sat Jan 10, 2015 7:20 pm
Forum: Mod Creation
Topic: Dialog System | NPC System | Conversation system
Replies: 2
Views: 2924

Dialog System | NPC System | Conversation system

Hi. Im looking for a dialog script/system. Is easy to print some text on screen, but how to do a simple dialog system - how select from 3 or 4 posible texts to say not only print a static text. And how make an NPC or party member to answer for this statement. If you play for example elder scrolls or...
by pawelpoz
Sat Nov 08, 2014 11:59 am
Forum: Mod Creation
Topic: SetTimeout function in lua? How to make fadeIn after fadeOut
Replies: 2
Views: 3169

Re: SetTimeout function in lua? How to make fadeIn after fad

Thank you for reply :)

I use scripting reference, but i see only delayedCall(receiver, delay, msg) and nothing else about that :?

http://www.grimrock.net/modding/scripting-reference/
by pawelpoz
Sat Nov 08, 2014 11:42 am
Forum: Mod Creation
Topic: SetTimeout function in lua? How to make fadeIn after fadeOut
Replies: 2
Views: 3169

SetTimeout function in lua? How to make fadeIn after fadeOut

I have a problem with GameMode.fadeIn(color, length) and GameMode.fadeOut(color, length). First I want fadeOut screen, then fadeIn. But code below doesn't work, because both actions runs together (not second after first) : function fadeOutAndInEffect() GameMode.fadeOut(0, 1) GameMode.fadeIn(0, 1) en...
by pawelpoz
Tue Oct 22, 2013 10:02 am
Forum: Modding
Topic: MONSTERS by LEKI (CLOSED)
Replies: 289
Views: 265932

Re: MONSTERS by LEKI (DOWNLOAD Village Pack)

Awesome Pack :) how to use it? I dont know how to build exterior terrain and add all models to map, only can add a few of them without bugs. Can you write a short step by step tutorial or somethink? :)
by pawelpoz
Wed Apr 24, 2013 10:24 am
Forum: Modding
Topic: MONSTERS by LEKI (CLOSED)
Replies: 289
Views: 265932

Re: [SOURCE] MONSTERS by Leki (Human Bowman)

Awesome work! :) Humans in LOG, finaly! :)