Search found 15 matches

by geekworx
Sun Jan 14, 2007 5:06 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: Our Tutorials...
Replies: 5
Views: 3514

Well you guys have my permission to include them if you think it will help. :)
by geekworx
Wed Jan 10, 2007 5:02 am
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: Our Tutorials...
Replies: 5
Views: 3514

Our Tutorials...

Hi everybody, I have been involved in a project for a while now that was making use of the Irrlicht engine for a MMORPG, recently it was decided to make an architecture change (due to various factors but mainly due to the lack of C++ skills) and XNA was chosen as our new platform. I had written four...
by geekworx
Tue Jul 11, 2006 8:28 am
Forum: Project Announcements
Topic: Paintball - Extreme Airball...
Replies: 2
Views: 810

I have a created a website for this project: http://paintballea.geekworx.co.za/
by geekworx
Sun Jul 09, 2006 5:10 pm
Forum: Beginners Help
Topic: Win32 and Resolution (solved)
Replies: 17
Views: 1193

Can you share the fix in the Code Snippets forum with us.

I am probably going to run into the same thing when I build my map editor for my game. :(
by geekworx
Sun Jul 09, 2006 6:52 am
Forum: Beginners Help
Topic: Win32 and Resolution (solved)
Replies: 17
Views: 1193

Oh sorry guys ... missed the part about it being in a window. :(

Sorry, can't help you there.
by geekworx
Sat Jul 08, 2006 8:44 am
Forum: Project Announcements
Topic: Paintball - Extreme Airball...
Replies: 2
Views: 810

I have just finised implementing the basic game framework that supports Game States. :) I have also created 8 different skyboxes (2x Morning, 2x Day, 2x Evening, and 2x Night), these will be randomly called when you play a map or do a training drill or whatever, adds a little dynamism to the environ...
by geekworx
Sat Jul 08, 2006 8:13 am
Forum: Advanced Help
Topic: Render to X11 window?
Replies: 8
Views: 1041

Anything is possible under linux ... the only problem is that you have a choice of like 1 000 different Widget creators. Your best bet would be to use either GTK or Java ... that way you won't have to worry about specific KD or GNOME bindings. What you would do instead of opening a Window's class yo...
by geekworx
Sat Jul 08, 2006 8:09 am
Forum: Advanced Help
Topic: How the heck do you people animate your stuff?
Replies: 37
Views: 3102

Anyways, first thing I am gonna purchase is Microsoft visual 6.0, since I cant imagine debuging in some other developing program... and I want to compile directX so badly
Ummm ... don't you mean 8.0 ... part of the Visual Studio 2005 suite of products. :)
by geekworx
Sat Jul 08, 2006 8:03 am
Forum: Beginners Help
Topic: Win32 and Resolution (solved)
Replies: 17
Views: 1193

So change the code ...

... the line that says something like this:
Irrlicht* device = createDevice(EDT_OPENGL, dimension2d<s32>(1280, 1024), 32, true, false, false,\0);

...change the dimension<s32>(1280, 1024) to you required dimensions (i.e. 200, 200) etc.

Simple hey? :)
by geekworx
Fri Jul 07, 2006 6:15 am
Forum: Beginners Help
Topic: Strange Drawing Behaviour...
Replies: 4
Views: 317

Kewl ... thanks Nick. I will try that right away, but in the meantime here is what I mean. http://www.geekworx.co.za/PaintballEA/screen_04.jpg - this is using DirectX http://www.geekworx.co.za/PaintballEA/screen_05.jpg - this is using OpenGL http://www.geekworx.co.za/PaintballEA/screen_06.jpg - this...
by geekworx
Wed Jul 05, 2006 5:19 am
Forum: Off-topic
Topic: PC on last breathe.
Replies: 4
Views: 372

Dude ... sounds like you had a bad day that day ... I hope everything is sorted now. As for you loosing code (or maybe you didn't) ... I have a personal SVN server running on my one Linux PC (that gets backed-up to CD-Rom every weekend) that I check all my Dev work in. I have been burnt by the Windo...
by geekworx
Wed Jul 05, 2006 4:46 am
Forum: Beginners Help
Topic: Strange Drawing Behaviour...
Replies: 4
Views: 317

All images are of the same size.

I have noticed the same problem with the skyboxes that I created using Terragen.

In OpenGL it looks beautiful ... in DirectX it looks crap.

I will upload some pictures later and show you what I mean.

:)
by geekworx
Tue Jul 04, 2006 5:11 am
Forum: Beginners Help
Topic: Strange Drawing Behaviour...
Replies: 4
Views: 317

Strange Drawing Behaviour...

Morning, I have noticed something weird in the game I am busy developing. When I use Direct3D9 or Direct3D8 my background images on my menu don't look very high quality. http://www.geekworx.co.za/PaintballEA/screen_01.jpg http://www.geekworx.co.za/PaintballEA/screen_02.jpg But if I use OpenGL, the i...
by geekworx
Sat Jul 01, 2006 5:22 pm
Forum: Beginners Help
Topic: Quickest way to learn irrlicht?
Replies: 10
Views: 704

I found that the best way was to get myself a good C++ book ... reference guide with examples ... and then go through all tutorials (or at least the first 12) for Irrlicht. Then as you start writing your own game, refere to the Irrlicht Tutorials, your C++ Reference Guide, these forums and Google fo...
by geekworx
Sat Jul 01, 2006 5:08 pm
Forum: Project Announcements
Topic: Paintball - Extreme Airball...
Replies: 2
Views: 810

Paintball - Extreme Airball...

Greetings, I have had this project on the back burner for about a year now and initially tried to get it working with Ogre3D. Having recently discovered Irrlicht, I have managed to do more on this project in the last week then I did in the previous weeks. Basically it will be a FPS based on my favou...