Game Development Community

RSS Feed GUI control or function?

by Orion the Hunter · in Torque Game Builder · 01/13/2013 (5:02 pm) · 9 replies

I was wondering if there was a way to get the information of something on the Internet such as an RSS feed. Anyone got any ideas?

Thanks guys.

#1
01/15/2013 (5:03 pm)
Are you any good at PHP ? you could probably create one yourself by pulling the RSS feed down into a database or flat file and feeding it into a Torque GUI window via httpObject
#2
01/16/2013 (7:00 am)
No... I'm not too great with web codes. Only HTML.
#3
01/16/2013 (11:13 am)
There is an example of this already in the engine. The start page has a GUICtrl with an RSS feed in it. As far as I know, I believe it's still functional, we just had a bunch of problems with our RSS feed itself at some point last year.
#4
01/16/2013 (1:29 pm)
Well, for TGB, anyway. Was the GUI for T2D made with the gui editor? If so, I could look in to that.
#5
01/16/2013 (3:25 pm)
All of the GUI's are made with standard GUI elements. TGB is all scripted - but it's crazy dynamic GUI scripting, so it can be pretty hard to follow.
#6
01/16/2013 (6:10 pm)
Has anyone ever done this before? Marble Blast Gold had a Tip of the Day code so maybe we could base off of that.
#7
01/16/2013 (6:29 pm)
Top right corner of TGB there is an orange button on the tool bar - it opens a control that displays an RSS feed - so yes, it's been done before and you have the scripts to do it in your possession.
#8
01/17/2013 (10:20 am)
You were right, it is pretty crazy. So far I have the gui working the right way. The problem is getting the RSS feed to show up. After looking at the RSS gui and seeing the somewhat bizarre message, I think that there is something wrong with the location it's getting information from. This may have something to do with the Garagegames.com-TorquePowered-Garagegames.com name change. Could you give me some help? I have most of the RSS feed files in my game already.
#9
01/23/2013 (3:07 pm)
Just checking to see if there's any new help...