Search found 26 matches

by Gold_Fusion
Sat Jan 31, 2004 2:18 pm
Forum: Beginners Help
Topic: New to the iLLriCht scene, not to prgrammining though.
Replies: 3
Views: 635

You don't have to give the full path. Most likely your project folder was not two directories within the Irrlicht folder (as in the tutorial) and so the path is wrong. ;)
by Gold_Fusion
Sun Jan 25, 2004 8:34 pm
Forum: Off-topic
Topic: How do you compile in GTK Radiant? o.0
Replies: 25
Views: 4772

Oh my god oh my god oh my god oh my god... I just replaced the code I was using with that of the Q3 tutorial (without the collision detection or anything), changed DT_DIRECTX8 to EDT_DIRECTX8 and the map name to my map name, ran it, and... It worked! W00t! Heh. c.c
by Gold_Fusion
Sun Jan 25, 2004 6:44 pm
Forum: Off-topic
Topic: How do you compile in GTK Radiant? o.0
Replies: 25
Views: 4772

Yeah, that was the problem. I fixed that, and ran the program, but it still won't display the quake map...
by Gold_Fusion
Sun Jan 25, 2004 4:21 pm
Forum: Off-topic
Topic: How do you compile in GTK Radiant? o.0
Replies: 25
Views: 4772

Hmm... I downloaded 0.42, made the changes, compiled it, moved the .dll and .lib from the /debug directory into my project directory, linked to the .lib, moved it to the top of the list, linked to the irrlicht.h in the 0.42 include directory, moved that to the top of the list, made two changes in my...
by Gold_Fusion
Sun Jan 25, 2004 3:59 pm
Forum: Off-topic
Topic: How do you compile in GTK Radiant? o.0
Replies: 25
Views: 4772

Ooooooooooooooooooooooooh, lol. :)
by Gold_Fusion
Sun Jan 25, 2004 2:00 pm
Forum: Off-topic
Topic: How do you compile in GTK Radiant? o.0
Replies: 25
Views: 4772

Okay thanks, I'll update it to 0.42 then. The only reason I didn't download that in the first place was because it doesn't have any documentation, but I'm sure the 0.4 documentation will be fine. :)
by Gold_Fusion
Sat Jan 24, 2004 8:56 pm
Forum: Off-topic
Topic: How do you compile in GTK Radiant? o.0
Replies: 25
Views: 4772

--------------------Configuration: Irrlicht - Win32 Debug-------------------- Compiling... CQ3LevelMesh.cpp Linking... Creating library ..\Debug/Irrlicht.lib and object ..\Debug/Irrlicht.exp CGUIEnvironment.obj : error LNK2001: unresolved external symbol "public: __thiscall irr::gui::CGUIInOut...
by Gold_Fusion
Sat Jan 24, 2004 8:51 pm
Forum: Beginners Help
Topic: Day and Night
Replies: 3
Views: 475

W00t. Thanks!
by Gold_Fusion
Sat Jan 24, 2004 7:06 pm
Forum: Beginners Help
Topic: Day and Night
Replies: 3
Views: 475

Day and Night

I want to create a day and night system by changing the lighting on the world over time. Is this possible? Can I lower the ambience?
by Gold_Fusion
Sat Jan 24, 2004 7:03 pm
Forum: Off-topic
Topic: How do you compile in GTK Radiant? o.0
Replies: 25
Views: 4772

I can't use the code Niko posted - I get errors when compiling it. Perhaps this is because I'm using 0.4 rather than 0.42?
by Gold_Fusion
Fri Jan 23, 2004 10:18 pm
Forum: Off-topic
Topic: How do you compile in GTK Radiant? o.0
Replies: 25
Views: 4772

by Gold_Fusion
Fri Jan 23, 2004 10:16 pm
Forum: Beginners Help
Topic: Cel Shading.... A method for irrlicht???
Replies: 8
Views: 1075

Be sure to release whatever modifications you make so that we can use it too. ;)
by Gold_Fusion
Fri Jan 23, 2004 5:37 pm
Forum: Off-topic
Topic: How do you compile in GTK Radiant? o.0
Replies: 25
Views: 4772

Okay, I can load my textures, compile, and make the archive for it easily. :) However... The level still won't appear in game! Here are the contents of my console after I run the game. Irrlicht Engine version 0.4 Loaded mesh:test.bsp Needed 0ms to create OctTree SceneNode.<1 nodes, 24 polys> Needed ...
by Gold_Fusion
Fri Jan 23, 2004 5:10 pm
Forum: Beginners Help
Topic: health bars?
Replies: 10
Views: 1013

I fixed the problems, but it still doesn't work... I got an error when I removed the line 'IAnimatedMeshSceneNode* node = 0', so I instead put 'IAnimatedMeshSceneNode* node2 = 0' and changed the 'node's below to 'node2's. It now runs, but the health bar still doesn't work.
by Gold_Fusion
Fri Jan 23, 2004 4:58 pm
Forum: Off-topic
Topic: How do you compile in GTK Radiant? o.0
Replies: 25
Views: 4772

rt wrote:select the folder.
Where? I don't get to choose my own folder.