Search found 22 matches

by IrrGamer
Tue Oct 09, 2007 9:06 pm
Forum: Competition Time!
Topic: Logo challenge
Replies: 37
Views: 26345

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 ...
by IrrGamer
Tue Oct 09, 2007 8:35 pm
Forum: Beginners Help
Topic: AI Question
Replies: 18
Views: 1420

I'm gonna create my own AI and call it IrrAI (lol)... But first I gotta finish learning Irrlicht...
by IrrGamer
Sun Oct 07, 2007 8:36 pm
Forum: Beginners Help
Topic: AI Question
Replies: 18
Views: 1420

:? 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...
by IrrGamer
Sun Oct 07, 2007 8:31 pm
Forum: Beginners Help
Topic: moving water
Replies: 13
Views: 862

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...
by IrrGamer
Sun Oct 07, 2007 8:22 pm
Forum: Beginners Help
Topic: Camera goes straight through Quake 3 map...
Replies: 2
Views: 314

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 ...
by IrrGamer
Sun Oct 07, 2007 5:59 pm
Forum: Beginners Help
Topic: AI Question
Replies: 18
Views: 1420

Well that's what I wanted to hear. IrrWizard.. I might have to Google it once I make my main part of the game... :wink:
by IrrGamer
Sun Oct 07, 2007 5:54 pm
Forum: Beginners Help
Topic: AI Question
Replies: 18
Views: 1420

Wow... :evil: Is it possible to make our own?
by IrrGamer
Sun Oct 07, 2007 5:51 pm
Forum: Beginners Help
Topic: AI Question
Replies: 18
Views: 1420

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..
by IrrGamer
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: 85436

Amazing!! I know you used SKeyMap to define controls, but when I copy and paste it (lol) into my game, it shows up with an error. I dunno where to put it...

Also, in my Q3 map the camera moves straight through the map. What did you do to create that collision thing? Is it the anim part?

Thx
by IrrGamer
Sun Oct 07, 2007 1:25 am
Forum: Beginners Help
Topic: Need a script that shows a picture...
Replies: 7
Views: 596

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...
by IrrGamer
Sat Oct 06, 2007 10:19 pm
Forum: Beginners Help
Topic: Need a script that shows a picture...
Replies: 7
Views: 596

I understand now. That makes sense... getFPS gathers the FPS and the if command writes it in the window. That makes sense :)
by IrrGamer
Sat Oct 06, 2007 8:53 pm
Forum: Beginners Help
Topic: Where do I start?
Replies: 18
Views: 1093

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...
by IrrGamer
Sat Oct 06, 2007 8:44 pm
Forum: Beginners Help
Topic: Need a script that shows a picture...
Replies: 7
Views: 596

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...
by IrrGamer
Sat Oct 06, 2007 3:18 am
Forum: Beginners Help
Topic: Need a script that shows a picture...
Replies: 7
Views: 596

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?
by IrrGamer
Fri Oct 05, 2007 6:59 pm
Forum: Beginners Help
Topic: Not compiling
Replies: 8
Views: 698

OMG it works!!! YESSS!!!!!

WOW you guys are really helpful! The Ogre 3d community would probably call me noob or loser or something, but you guys are nice.

I can FINALLY work on my project! YEAH! :D