Game Development Community

Working towards an RPG in TGB

by Joe Rossi · 02/18/2007 (6:08 pm) · 6 comments

So I finally decided what I want to make.. it was a hard decision, but, I'm going to make an RPG with TGB. I really think RPGs are the best games. They tell a story, and they don't rely on reflexes to win. Unlike some other game genres, when I play an RPG I rarely ever feel like I've wasted my time.

I bought the Adventure Kit to get me started with the maps and art. I'm glad I did, the docs alone are worth the $100 to me as an inexperienced tilemapper. I wrote a dialogue system with all the standard features: multi-line scrolling text, clickable option text, character portraits etc. Another important part is the battle mode. Right now it's turn based, old school style. Of course, all of it is controlled by Lua :) I also commissioned artwork for the main menu, and I think it looks sweet.

And that's what's up with me right now. Hopefully I'll have something to show you in the not too distant future.

#1
02/18/2007 (6:52 pm)
I'm working on a console style rpg with TGE, if you got any questions you can ask me. I might be able to help with ideas as well.
#2
02/19/2007 (4:41 am)
Sounds great!

I'm also working on a RPG with TGB, but I'm using XML-files and TorqueScript for my dialogs :)
Haven't got as far as you have, would love som input to how you did with the multi-line scrolling text

Keep up the good work!

/ Andr
#3
02/19/2007 (8:58 am)
Thanks for the replies fellas. Mine will also be a console style RPG.

@Andre,
What I basically did for the dialogue text was used several textobjects, and "covers" that match the background and obscure the text. The covers slide to the right and the text is uncovered, giving the illusion of scrolling dialogue text found in most RPGs. I'm sure there are other ways to do it, but that was what popped into my head first and it works good enough for me.
#4
02/19/2007 (9:34 am)
@Joe -- sounds awesome, keep us posted -- also, I noted one odd thing about your comments ...

Quote:
the docs alone are worth the $100 to me as an inexperienced tilemapper

The store shows it at $39.95 -- not $100, if there is a currency conversion difference, I feel that it should be mentioned that the USD is $39.95 (not $100 -- as '$' usually denotes USD). Don't want to scare anyone off from it, it's a great content pack.
#5
02/19/2007 (7:02 pm)
Sorry David, I should have specified. I got myself the commercial license for TGB and the kit. It really is a great pack! Everyone using TGB should consider getting it.
#6
02/19/2007 (8:41 pm)
@Joe, you know -- I didn't even think to look at the commercial pricing -- I just remembered paying $40-50 for it and when I saw you say "$100" I took a quick look at the store ... my apologies, but thanks for clearing that up.