Scroll type and Icon type GUI questions
by Michael Layfield · in Torque Game Engine · 06/09/2005 (8:48 pm) · 6 replies
Are there any source codes/tutorials on how to implement a scroll type gui (just like the inventory gui's from console RPG's) or Icon type gui (Diablo/MMORPG icon-based inventories)?
#2
I'm eventually going to be doing my own C++ version of this style of inventory for a T2D game I'm doing (doing tutorials on it as well)... will use a combined T2D & TGE for any TGE games needing the same inventory as well.
06/10/2005 (11:09 am)
There is a Drag n' Drop resource that gives you the Inventory front end :)I'm eventually going to be doing my own C++ version of this style of inventory for a T2D game I'm doing (doing tutorials on it as well)... will use a combined T2D & TGE for any TGE games needing the same inventory as well.
#3
unsure about "scroll type gui" ? Any examples ?
06/10/2005 (11:14 am)
My above post is referencing the icon type guis... unsure about "scroll type gui" ? Any examples ?
#4
Something like this:
http://www.rpgamer.com/games/mmbn/mmexe3/screens/mmexe3_019.jpg http://www.rpgamer.com/games/mmbn/mmexe3/screens/mmexe3_004.jpg
http://www.rpgamer.com/games/megaman/mmexe5ds/screens/mmexe5ds003.jpg
All your options/items are lined up vertically and you can scroll upwards or downwards to see the rest. Just like your typical console game/rpg.
Oh btw thanks for the Drag n' Drop info :)
06/10/2005 (4:55 pm)
@MatthewSomething like this:
http://www.rpgamer.com/games/mmbn/mmexe3/screens/mmexe3_019.jpg http://www.rpgamer.com/games/mmbn/mmexe3/screens/mmexe3_004.jpg
http://www.rpgamer.com/games/megaman/mmexe5ds/screens/mmexe5ds003.jpg
All your options/items are lined up vertically and you can scroll upwards or downwards to see the rest. Just like your typical console game/rpg.
Oh btw thanks for the Drag n' Drop info :)
#6
06/11/2005 (4:38 am)
Is there a ready resource here for the scroll-type gui? Cuz I have this little demo to make and I'm kinda pressed for time :)
Torque Owner Michael Brewer