Game Development Community

Ronny Bangsund's Forum Posts

Thread Post Date Posted
Level load performance Floyd-Steinberg dithering will help you get good-looking PVRs. Try TexturePacker if you don't have t... read more 05/20/2012 (11:26 pm)
Hardware Requirements for Torque 3D 1.2 Asus have the top mobo: [url]http://www.anandtech.com/show/5833/asus-p8z77v-deluxe-review-know-your-... read more 05/20/2012 (11:35 am)
Hardware Requirements for Torque 3D 1.2 I specced out an Intel system with AMD Radeon, and that worked out really well for the person using ... read more 05/18/2012 (3:24 pm)
ObjectiveC problem Sometimes it has to do with the order of includes, sometimes including too many times - check that y... read more 05/17/2012 (5:55 pm)
ObjectiveC problem What's the name of the source file? If you're mixing C++ (Torque's innards) with Obj-C you need to n... read more 05/17/2012 (8:53 am)
Serious issue in T2D 1.7.6 on Mac Have you tried with two monitors? It fullscreens on the wrong one for me (Mich knows).... read more 05/08/2012 (11:20 pm)
What would you like to see addressed in Torque 2D? @Luis: I think that's pretty much guaranteed. When is the question :) ... read more 05/08/2012 (4:45 pm)
Can't save scenes and tilemaps.T2D If you've disabled UAC you've actually disabled UAC dialogs. Some things will still be silently bloc... read more 05/07/2012 (8:40 am)
Any Mac Os utility for making images for animations in iTorque 2D from video files? Use TexturePacker to assemble the individual frames into sprite sheets. The individual frames are c... read more 05/03/2012 (3:48 am)
DRIVE: Advanced Vehicles Kit thread @deepscratch: You should checksum the zip, test it, upload and test the checksum at the other end. Y... read more 04/28/2012 (9:15 am)
The TDN wish list It doesn't automatically log me in. Having to write style tags in a wiki is also wrong. The styling ... read more 04/25/2012 (3:23 am)
The site wish list I started a separate list for TDN: [url]http://www.garagegames.com/community/forums/viewthread/13040... read more 04/24/2012 (3:46 pm)
XCode question - clean dso on run? Add it as a build step in your target. To figure THAT out you'll have to dig through the Xcode manua... read more 04/22/2012 (1:23 pm)
Stationary image? Just make it! Here's a mainScreen.gui from a desktop project: [code] %guiContent = new GuiContr... read more 04/22/2012 (1:18 pm)
Build T3D into .swf file, possible? This isn't a weekend project to port, you know. The WHOLE ENGINE has to be rewritten for the Flash A... read more 04/22/2012 (1:08 pm)
Major problem in Editor - Panels don't work right Try deleting all contents from ~ /Library/Application Support/GarageGames/ and restart t... read more 04/21/2012 (10:58 am)
When selling your game(s) do you pay taxes? Are you a registered company? Kickstarter is income of some sort. It can't be used as venture capital (at least there are laws aga... read more 04/20/2012 (8:02 pm)
And so it begins once again. In case anybody's not followed the trials, the bastard is so batshit insane nobody's talking about h... read more 04/20/2012 (7:14 pm)
When selling your game(s) do you pay taxes? Are you a registered company? Taxes can be really, really complicated. If you're talking about selling from the US to the US your ... read more 04/20/2012 (7:10 pm)
And so it begins once again. @Bryce: Non-issue. This is in Norway. Not a litigation-happy nation of religious fanatics. We don't ... read more 04/19/2012 (3:43 pm)
Compiling game with 1.7.5 engine with SDK 10.6 = audio stop working I discovered that this has been a known problem for some time, but also tricky to reproduce. This pa... read more 04/08/2012 (5:26 am)
Learning Torque Web Site being Built @Michael: You should probably hang out on IRC. No use making a community site if you don't see all a... read more 03/28/2012 (2:21 am)
Compiling game with 1.7.5 engine with SDK 10.6 = audio stop working I think both libvorbis and libogg have issues with LLVM. I noticed it already in LLVM-GCC when tryin... read more 03/27/2012 (11:38 am)
iTorque 2d 1.5.1 Release?? They're already working on something even better for asset management/organisation/speed/ease of use... read more 03/25/2012 (10:56 pm)
Help: Horrible performance of TGB / TGB games since ~2 weeks ago They'll fix it when they discover something else breaks ;) Most likely it's the OpenGL drivers wh... read more 03/25/2012 (10:53 pm)
Daz 3D Site Security Concerns I was thinking of evil hardware hackers with listening devices hooked up to your cables :)... read more 03/24/2012 (8:15 pm)
Daz 3D Site Security Concerns Nobody's safe. Evil hackers are everywhere!... read more 03/24/2012 (8:11 am)
Help: Horrible performance of TGB / TGB games since ~2 weeks ago Reinstalling TGB wouldn't really change anything. You can try deleting all cached data for the engin... read more 03/23/2012 (6:18 pm)
Daz 3D Site Security Concerns Running mixed content can open a site up for man in the middle attacks, especially when both types r... read more 03/23/2012 (6:12 pm)
Learning Torque Web Site being Built I choose depending on which is easiest to make modules for. Joomla is extremely tricky; it doesn'... read more 03/23/2012 (5:55 pm)
Daz 3D Site Security Concerns The error means that some of the content comes from a regular web connection, and some comes from SS... read more 03/23/2012 (3:26 am)
Learning Torque Web Site being Built In my experience Joomla messes things up the most (major sports store here have seen constant issues... read more 03/23/2012 (12:52 am)
Remove image size limit The libpng included with TGB is from 2001. The latest version is 1.5.9. Time for an update :) ... read more 03/20/2012 (11:05 pm)
force 16 bit and PNG 16 / RGB4444 PVR has the weakness that it reduces colours in the simplest possible way when scaling down to 4-bit... read more 03/17/2012 (2:25 pm)
From the demo (Torque3D) The tools demo is simply a demo of the editor. It's what you get from the T3D product page if you cl... read more 03/16/2012 (4:43 pm)
A few general questions about itorque2d Of course you can make multiple level games! Loading a new level is as easy as calling the loadLevel... read more 03/15/2012 (7:31 pm)
Complex Image Maps Worth It? TexturePacker produces all sorts of sprite sheets. Make it pack tightly with 1px border, and TGB sho... read more 03/13/2012 (12:13 am)
Complex Image Maps Worth It? No, TGB doesn't do any serious packing. But it WILL round up to the nearest power of two, just to te... read more 03/12/2012 (9:17 pm)
Considering T3D, price + source over UDK or CryEngine 3 SDK Since you get source the answer is always "YES!" to everything. But there's a qualifier; y... read more 03/11/2012 (1:05 am)
Complex Image Maps Worth It? An old Intel GPU might have a 2048x2048 limit. Old mobile devices have 1024x1024 as their limit, and... read more 03/11/2012 (12:56 am)
Animated loading bar in TGB a la SPAZ Make a level with some fancy code and sprites as your loading screen. Handle communication by settin... read more 03/09/2012 (8:56 am)
Complex Image Maps Worth It? You want sprite sheets. The benefits: 1.Draw calls. It's much more efficient to draw all your frame... read more 03/09/2012 (8:52 am)
Compiling game with 1.7.5 engine with SDK 10.6 = audio stop working Yeah, there's a problem with that compiler and libvorbis. Do you still have a non-LLVM GCC installed... read more 03/01/2012 (4:10 pm)
GG,what configuration Pc was used to make this videos ? Shame about the walls afterwards, though :/ Those specs are pretty much the recommended system fo... read more 02/28/2012 (11:52 am)
My problem with scrolling shooters. Anyone agree? I don't think this thread has expressed enough love for Ikaruga. Why the snubbing?... read more 02/25/2012 (10:35 pm)
If i buy torque3d...? Where do you get $400 from? Each license is under $200 now. The whole team could have full engines w... read more 02/20/2012 (12:29 pm)
My problem with scrolling shooters. Anyone agree? I can think of a few three shooters along those lines, most recently Spore's first phase. You grow b... read more 02/17/2012 (1:01 pm)
The site wish list It would be nice if "Mark forums read" had other options than going back to "Unread p... read more 02/17/2012 (9:39 am)
Visual Jitter/Lag with changing size and mounts Try dismounting, change sizes/positions, then mounting?... read more 02/16/2012 (1:45 pm)
Is there a future for iT2D? There are many commercial projects without any public roadmap whatsoever. Try getting information ou... read more 02/14/2012 (10:33 am)