Search found 22 matches
- Tue Oct 09, 2007 9:06 pm
- Forum: Competition Time!
- Topic: Logo challenge
- Replies: 37
- Views: 26791
http://i208.photobucket.com/albums/bb194/JRowe47_album/irrLogo1.gif Is the logo currently up the end choice, or can ideas still be submitted? I decided to give it a whack, can anyone give me input on colors, etc? I'm a dab hand at logo design, or so I've told myself :P It's very much in the design ...
- Tue Oct 09, 2007 8:35 pm
- Forum: Beginners Help
- Topic: AI Question
- Replies: 18
- Views: 1519
- Sun Oct 07, 2007 8:36 pm
- Forum: Beginners Help
- Topic: AI Question
- Replies: 18
- Views: 1519
:? Aww man, everyone kept saying Irrlicht was a game engine, so I asumed so. You mean all this studying was a waste? :( Well that helps... I guess it's good-bye to the Irrlicht community then. I don't want to render graphics. I want to make a game with AI etc. Snap... lol. Irrlicht is an amazing eng...
- Sun Oct 07, 2007 8:31 pm
- Forum: Beginners Help
- Topic: moving water
- Replies: 13
- Views: 907
I think he wants to animate a mesh to make it look like its moving water. The EASIEST way to do this would be creating a 3D model of it. I know you can use 3D World Studio to create a terrain, add water etc and load it on to Irrlicht. There's even a tutorial on it. It's not easy animating water usin...
- Sun Oct 07, 2007 8:22 pm
- Forum: Beginners Help
- Topic: Camera goes straight through Quake 3 map...
- Replies: 2
- Views: 327
Camera goes straight through Quake 3 map...
Yeah, I know you set the collision or something but the collision tut isn't helping. The map-20kdm2 is what I'm using, so I need help making the walls "solid". Also, I heard by doing this you won't be able to go up stairs... Here's the code: #include <irrlicht.h> #include <iostream> using ...
- Sun Oct 07, 2007 5:59 pm
- Forum: Beginners Help
- Topic: AI Question
- Replies: 18
- Views: 1519
- Sun Oct 07, 2007 5:54 pm
- Forum: Beginners Help
- Topic: AI Question
- Replies: 18
- Views: 1519
- Sun Oct 07, 2007 5:51 pm
- Forum: Beginners Help
- Topic: AI Question
- Replies: 18
- Views: 1519
AI Question
LOL... After all this I forgot to ask: Irrlicht DOES have AI right? I mean it's not just simulation, but also has AI to make a FPS game, right? And we can create an inherited class or something to make our own AI, right?
If Irrlicht doesn't have any AI support... I'm gonna..
If Irrlicht doesn't have any AI support... I'm gonna..
- Sun Oct 07, 2007 5:45 pm
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: Latest tut on Quake 3 maps
- Replies: 49
- Views: 87670
- Sun Oct 07, 2007 1:25 am
- Forum: Beginners Help
- Topic: Need a script that shows a picture...
- Replies: 7
- Views: 624
Without the If command it flickers to much on my laptop (most likely because it isn't meant for gaming) but on my desktop it looks steady... Would it still work if you removed the whole if command, device->getFPS() and the integer fps? I do not see why I would want to waste CPU power in my game beca...
- Sat Oct 06, 2007 10:19 pm
- Forum: Beginners Help
- Topic: Need a script that shows a picture...
- Replies: 7
- Views: 624
- Sat Oct 06, 2007 8:53 pm
- Forum: Beginners Help
- Topic: Where do I start?
- Replies: 18
- Views: 1203
So I can use those to create the models for the game? Well thanks, but I don't think this project will get anywhere anytime soon. I've basically given up. Thanks anyway... Before you begin you should study about C++ and learn classes, functions, virtual objects, C++ hierarchy etc before you go into...
- Sat Oct 06, 2007 8:44 pm
- Forum: Beginners Help
- Topic: Need a script that shows a picture...
- Replies: 7
- Views: 624
Hi, I am currently studying the tutorials on Irrlicht3d.org and I think I'm starting to understand- until I hit a pitfall. I understood creating devices and initializing etc, but now I'm confused at the end part of the tutorial. Here's what I don't get: int lastFPS = -1;while(device->run()) { driver...
- Sat Oct 06, 2007 3:18 am
- Forum: Beginners Help
- Topic: Need a script that shows a picture...
- Replies: 7
- Views: 624
Need a script that shows a picture...
I have a start menu picture (with "new game" only lol) and I need to show it once I draw the device in full screen. How can I post a simple picture in Irrlicht and wait for the Enter Key?
- Fri Oct 05, 2007 6:59 pm
- Forum: Beginners Help
- Topic: Not compiling
- Replies: 8
- Views: 741