Page 1 of 4

Dialog 3.0 (powerful RPG dialog engine)

PostPosted: Sat Dec 26, 2009 4:56 am
by pyrometal
Hello GE users!

It's pyro again back with a 3rd edition of my Dialog engine. This version far exceeds the previous 2 versions in terms of functionality and usuabilty. Here is a list of the features its has.

FEATURES:
(1) Formatted text that types itself out
(2) Text pauses
(3) Text scrolling
(4) Answers + Answer selection
(5) Text highlighting
(6) Variable line display
(7) "Theatre Mode" (blackens all but text, for use in cutscenes)
(8) Key Press Fast-Forward
(9) Line scrolling with arrow keys.
(10) Easier formatting than previous versions.
(11) Text following
(12) GETTING DIALOG FROM FILES (best feature)
(13) etc!

screen1.PNG

Dialog3.zip
source files
UPDATED dec 26, 2009
(+ 5 dowloads previously)
(38.97 KiB) Downloaded 607 times


A very large amount of work went into the making of this engine. If used, credit would be appreciated! I got really lazy and unmotivated while writting info on how to use it because I know this is not going to be really used by anyone except maybe myself and Bee-Ant (which asked me to make this dating back several months ago)

Anyways, enjoy!

Re: Dialog 3.0 (powerful RPG dialog engine)

PostPosted: Sat Dec 26, 2009 6:57 am
by Romol
Excellent! Thanks ! :D

Re: Dialog 3.0 (powerful RPG dialog engine)

PostPosted: Sat Dec 26, 2009 8:01 am
by Bee-Ant
Just like my earlier comment...
"what the hell?"

Re: Dialog 3.0 (powerful RPG dialog engine)

PostPosted: Sat Dec 26, 2009 2:33 pm
by pyrometal
Bee-Ant wrote:Just like my earlier comment...
"what the hell?"


haha :) Glad you like it! Please report any bugs you find! I know one or two that can easily happen but can easily be avoided also. Critics are welcome!

Re: Dialog 3.0 (powerful RPG dialog engine)

PostPosted: Sat Dec 26, 2009 4:26 pm
by MrJolteon
GED? I can't download it because I don't use my old computer right now( :( ) but it looks impressive! :D
ETID oops I mean EDIT:
I just wanted to check it out so I did that on my new computer(and also installed GE :P )

Re: Dialog 3.0 (powerful RPG dialog engine)

PostPosted: Sat Dec 26, 2009 6:13 pm
by ST3v3nw1l
Cool :D :D :D :D your a Genuis
I didnt find any bugs
And its amazing!!!
Im going to use it in my new game!

Re: Dialog 3.0 (powerful RPG dialog engine)

PostPosted: Sat Dec 26, 2009 7:58 pm
by pyrometal
ST3v3nw1l wrote:Im going to use it in my new game!


Awesome :D

Re: Dialog 3.0 (powerful RPG dialog engine)

PostPosted: Sat Dec 26, 2009 9:01 pm
by Bee-Ant
ST3v3nw1l wrote:Im going to use it in my new game!

Not only you :D

Re: Dialog 3.0 (powerful RPG dialog engine)

PostPosted: Sat Dec 26, 2009 11:54 pm
by zygoth
Wow, I really like this. The ability to write out stuff in a file rather than program it in GE will be very useful. Not to mention being able to customize the background and font. This ought to be stickied or put in a special section on the site for useful functions. I also think I will use this in one of my upcoming games, probably with a little tweaking. Thanks for putting this up!

Zygo

Re: Dialog 3.0 (powerful RPG dialog engine)

PostPosted: Sun Dec 27, 2009 12:32 am
by pyrometal
Customizing the looks can take a lot of work but is entirely possible! You will need to change the value of many #define statements according to the new graphical dimensions. If you need help doing this, do ask!

Re: Dialog 3.0 (powerful RPG dialog engine)

PostPosted: Sun Dec 27, 2009 5:17 am
by Bee-Ant
There's a lag when loading the dialog. Trying to fix it now...
In java, reading external text can be done just by
Code: Select all
text(loadStrings("dialog.txt")[index],x,y);

Pyro,do you work on other tool than GE?

Re: Dialog 3.0 (powerful RPG dialog engine)

PostPosted: Sun Dec 27, 2009 6:06 am
by pyrometal
Bee-Ant wrote:There's a lag when loading the dialog. Trying to fix it now...

Not sure why... If you mean when trying to run the game, I get this also.

Bee-Ant wrote:Pyro,do you work on other tool than GE?

-DevC++
-Graphics Gale
-ModPlug tracker
-Starting Game Maker (not abandoning GE, no worries)
-And many smaller tools too

Re: Dialog 3.0 (powerful RPG dialog engine)

PostPosted: Sun Dec 27, 2009 7:04 am
by DST
I can see from all the script that this was a lot of work to make, and it shows. Excellent text demo...it should become a permanent part of the GE engine.

Re: Dialog 3.0 (powerful RPG dialog engine)

PostPosted: Sun Dec 27, 2009 7:19 am
by Bee-Ant
pyrometal wrote:-DevC++
-Graphics Gale
-ModPlug tracker
-Starting Game Maker (not abandoning GE, no worries)
-And many smaller tools too

I mean programing tool. As well as the programing language.

Re: Dialog 3.0 (powerful RPG dialog engine)

PostPosted: Sun Dec 27, 2009 2:27 pm
by pyrometal
- C/C++ with DevC++
- Java with no specific tool
- Assembly language with CodeWarrior