Game Development Community

Vlad I's Forum Posts

Thread Post Date Posted
Why is Torque 3D completely ignored? Just to answer the OP, my thoughts: Perhaps Unity or other engines have more tutorials, almost on... read more 08/21/2012 (2:13 am)
No Doc searching I use Firfox and it doesn't work for me.... read more 08/17/2012 (12:56 am)
No Doc searching Yeah weird, seems like search is broken.... read more 08/16/2012 (1:42 am)
No Doc searching http://tdn.garagegames.com/wiki/TGB/Reference:_t2dSceneObject_Mounting_Methods... read more 08/15/2012 (1:55 pm)
No Doc searching Can this be any of use? http://tdn.garagegames.com/wiki/Special:Search?search=setPosition&ful... read more 08/15/2012 (1:53 pm)
No Doc searching Hmmm, it all works for me, I can access the online tutorial base and everything else, as for the off... read more 08/15/2012 (12:17 pm)
[newb]So i think i might bite the bullet and get torque 2D Luis, you mean there will be a new T2d=TGB+iTorque2d for the same price?... read more 08/13/2012 (2:34 am)
Newbie in da house! That is the spirit! And with this kind of attitude you will definitely succeed! Work hard and list... read more 08/11/2012 (3:49 am)
Getting started You put this at the end of your game.cs file, read carefully [quote]Add this function to the end of... read more 08/11/2012 (1:42 am)
Getting started As we all did you get started by going through the tutorials thus get accustomed with the product yo... read more 08/10/2012 (1:11 pm)
TGB Mock Database Majicpanda you'll need to save all the objects you want to save into a file on level end, and load t... read more 08/10/2012 (12:55 am)
Working with Multiplayer? I'm also curious about it.... read more 08/09/2012 (6:21 am)
Animation with transparency in ogg, ogv or any supported format ? oh btw .mov supports alpha, but TGb only uses .ogg and .ogv... read more 08/05/2012 (6:48 am)
Animation with transparency in ogg, ogv or any supported format ? Rpahut you are correct. So as I thought it is not possible to do it in TGB with any video format. ... read more 08/05/2012 (6:47 am)
Animation with transparency in ogg, ogv or any supported format ? what is the list of all video file formats supported by TGB?... read more 08/04/2012 (2:06 pm)
Animation with transparency in ogg, ogv or any supported format ? Then how do you know you can? Any video sample? ... read more 08/04/2012 (1:54 pm)
Please help spread the word about Spriter, a fantastic 2d game animation tool! So, what's the news? Can you update us please. I'm very keen on that app. Specially if you make it w... read more 08/02/2012 (2:08 pm)
Looking to Help a Team or you Help Make one for an MMORPG original post... read more 07/28/2012 (4:06 am)
Looking to Help a Team or you Help Make one for an MMORPG I'm afraid your google translator is broken. OP made my day! :) Good luck... read more 07/28/2012 (1:17 am)
I need a studio name :D forget about N and PI names ok? It sounds some like industrial. Try to use 2 words. I like Cat. C... read more 06/18/2012 (12:24 am)
[SOLVED by workaround]How to edit a line in a file? Alpha-Kand I ditched it. I don't want to scrap a good level I spent my time working hard on it. H... read more 05/29/2012 (10:41 am)
[SOLVED]Trying to delete all objects of a specific class. Thanks Justin !!! Brilliant! Just when I was gonna give up! :) Damn, it only took these two small ... read more 05/22/2012 (4:39 pm)
[SOLVED]Trying to delete all objects of a specific class. Can I use something like this [code](%this).Boxes.safeDelete(); [/code] Why wouldn't it delete al... read more 05/22/2012 (12:50 pm)
[SOLVED]Trying to delete all objects of a specific class. "Boxes" is a class, "Bullet_word" is a name of the object using class "Boxe... read more 05/22/2012 (12:36 pm)
[SOLVED]Trying to delete all objects of a specific class. Ok, to make $sceneItemsLeft2 absolutely zero when I come back onlevelLoaded I removed function HoPt0... read more 05/21/2012 (6:03 pm)
[SOLVED]Trying to delete all objects of a specific class. Ok I've been banging my head on this one nearly 3 days. Thank you guys for your help. Here is what... read more 05/21/2012 (10:52 am)
[SOLVED]Trying to delete all objects of a specific class. Harry changig the loop didnt help either. Also, I only now noticed console giving me " Unkno... read more 05/20/2012 (5:54 am)
[SOLVED]Trying to delete all objects of a specific class. Justin, unfortunately changing just to Class didn't help either. ... read more 05/18/2012 (12:56 pm)
[SOLVED]Trying to delete all objects of a specific class. Hey Michael! Bullet is a Text Object I created in tgb editor using class "Boxes". There... read more 05/18/2012 (12:36 pm)
Christian Game Developers Conference 2012 Are atheists allowed? I'd hate to miss this one this year.... read more 05/18/2012 (9:18 am)
[SOLVED]Trying to delete all objects of a specific class. %object.safeDelete() doesn't help I still get the same Object Bullet(2025) Bullet -> Boxes -&... read more 05/18/2012 (8:40 am)
New Game Concept Needs New Game Studio The negative advice is usually the most useful one. Remember it , if you haven't learnt it so far. ... read more 05/17/2012 (2:26 am)
3 Tileable images needed [paid] Nice to see a proper job offer.... read more 05/17/2012 (2:12 am)
Looking for a team of game developers/programmers Ok, I'm interested. What is the pension scheme like? Any tax benefits? Where do I apply? Do you pro... read more 05/17/2012 (2:10 am)
Looking for a team of game developers/programmers Highly budgeted? Huh "I am simply the creative director and have direct contacts to third part... read more 05/16/2012 (1:09 pm)
New Game Concept Needs New Game Studio OP you'd better go to gamedev.net they love delusional students like you. There is no concept, ther... read more 05/16/2012 (12:57 pm)
[SOLVED by workaround]How to edit a line in a file? And this is what I use for loading : [code] function loadInventory() { //now let us ch... read more 05/16/2012 (3:53 am)
[SOLVED by workaround]How to edit a line in a file? Hey Justin! Your code looks similar to mine. Here is what I have for saving: [code] function endL... read more 05/16/2012 (3:39 am)
Cannot load from AppData folder *Updated code, still stuck* I'm going through that http://docs.garagegames.com/tgb/official/ FileIO tutorial and having the same... read more 05/15/2012 (3:11 pm)
Is there a way to get a list of all objects and everything else in console when you run the game? Is there a way to access .sav file and change IconCage01ImageMap for another IconCageWithScorpions01... read more 05/15/2012 (8:23 am)
Is there a way to get a list of all objects and everything else in console when you run the game? How would go about this? I can get rid off the empty cage and bring the full of scorpions one to t... read more 05/15/2012 (8:14 am)
Is there a way to get a list of all objects and everything else in console when you run the game? The thing is the inventory system deletes items from the inventory only by the use of mouse, this is... read more 05/15/2012 (7:48 am)
Is there a way to get a list of all objects and everything else in console when you run the game? At the moment I'm stuck. One idea was to make a schedule after onMouseDown and quickly assign Cage0... read more 05/15/2012 (7:29 am)
Is there a way to get a list of all objects and everything else in console when you run the game? It is impossible to track the numbers they all change to different ones, every time I go to any scen... read more 05/15/2012 (7:09 am)
Is there a way to get a list of all objects and everything else in console when you run the game? Yes, you are correct as usual :). Some numbers came up 3 to be exact 2270,2271,2272 these are 3 item... read more 05/15/2012 (7:01 am)
Is there a way to get a list of all objects and everything else in console when you run the game? I have this function in ItemSystem.cs [code]function RemoveItem(%this) { $cursorObject.safeDel... read more 05/15/2012 (6:23 am)
Is there a way to get a list of all objects and everything else in console when you run the game? Hi Patrick! Very neat function! thnx. But unfortunately it doesn't resolve my problem. In the cons... read more 05/15/2012 (6:16 am)
[SOLVED]fade In, fade out possessed by demon ! Justin! thanks, now it works with no bugs or errors. I wouldn't have thought of including fade in a... read more 05/11/2012 (1:44 am)
[SOLVED]fade In, fade out possessed by demon ! Thanks for helping me on this one Justin! I'm trying your method without succes. Nothing happens an... read more 05/10/2012 (3:11 pm)
[RESOLVED] A few questions about Mounting and Link Points Chris, you can remove the Link Points by right click on them in the LinkPoint Editor.... read more 05/09/2012 (8:19 am)