Search found 12 matches

by PredaNoob
Tue Sep 20, 2011 11:03 am
Forum: Competition Time!
Topic: Screenshot of the Month September 2011 [Winner announced!]
Replies: 24
Views: 12529

Re: Screenshot of the Month September 2011 [Submit now!]

RdR wrote: New Tank models
Project: TANK@WAR
Now I got the urge to make a Red Alert remake... but I've got so much left to learn before being able to do that. :P
Great pictures everyone! :wink:
by PredaNoob
Tue Sep 20, 2011 4:20 am
Forum: Beginners Help
Topic: Valve Hammer Map editor
Replies: 6
Views: 633

Re: Valve Hammer Map editor

bsp is not bsp. There are many different versions which all export to some bsp file format. Only q3 bsp maps are supported by Irrlicht, and most other bsp formats will certainly fail. You can also use the coppercube tool by ambiera, which can export to .irr as well. It's free to use for the case of...
by PredaNoob
Mon Sep 19, 2011 3:03 pm
Forum: Beginners Help
Topic: Valve Hammer Map editor
Replies: 6
Views: 633

Re: Valve Hammer Map editor

BSP usually. Don't know if Hammer can do any other?
If irredit 1.5 works then I will use it then :D
Great news ^_^
by PredaNoob
Mon Sep 19, 2011 8:48 am
Forum: Beginners Help
Topic: Valve Hammer Map editor
Replies: 6
Views: 633

Valve Hammer Map editor

Is it possible to use Hammer editor to make maps for Irrlicht, and then import the things in the map the same way that is done in .irr files?
Because IrrEdit is no longer free and the last version supports only Irrlicht 1.5 :(
by PredaNoob
Sat Sep 17, 2011 7:16 pm
Forum: Beginners Help
Topic: Which version of Newton to use?
Replies: 6
Views: 575

Re: Which version of Newton to use?

I see. It's like that everywhere I guess. UDK, source, all tutorials outdated as well >.<
by PredaNoob
Sat Sep 17, 2011 12:28 pm
Forum: Beginners Help
Topic: Which version of Newton to use?
Replies: 6
Views: 575

Which version of Newton to use?

I downloaded version 2.33 however all tutorials I'm seeing that use Irrlicht (on this site or Newton's) use version 1.5.3. Is there any reason for that? Should I use it too or do I use 2.33? Edit: The reason I'm asking this is I'm having trouble with some functions like this: body = NewtonCreateBody...
by PredaNoob
Fri Sep 16, 2011 7:43 pm
Forum: Beginners Help
Topic: Which classes do I extend?
Replies: 4
Views: 224

Re: Which classes do I extend?

Thank you for the tip! I followed your advice and got the camera up and running like I want. :)
by PredaNoob
Fri Sep 16, 2011 8:51 am
Forum: Beginners Help
Topic: Which classes do I extend?
Replies: 4
Views: 224

Re: Which classes do I extend?

I see. In that case I'll just make MyCameraSceneNodeRTS add a regular CameraSceneNode to the scene manager and make it listen to key events then alter the CameraSceneNode's position, rotation. (or is that the wrong way to do it?)

Thank you for your help!
by PredaNoob
Fri Sep 16, 2011 5:51 am
Forum: Beginners Help
Topic: Which classes do I extend?
Replies: 4
Views: 224

Which classes do I extend?

This is a bit of a newbie question, but if for example, I want to extend the scene manager, and add a function; do I extend my class (inherit) from ISceneManager or CSceneManager? Because I'm trying this in MySceneManager.h: #include <CSceneManager.h>   class RTSSceneManager : public CSceneManager {...
by PredaNoob
Wed Sep 14, 2011 8:18 pm
Forum: Beginners Help
Topic: Models without .jpg, .bmp
Replies: 1
Views: 145

Models without .jpg, .bmp

I'm downloaded a couple of 3d models to test out. However I noticed they don't come with the textures required to paint them. And when I render them they are without any texture (with the exception of .x files)
Is there any way to obtain the textures?
by PredaNoob
Mon Sep 12, 2011 6:42 pm
Forum: Beginners Help
Topic: irrlicht.lib/dll
Replies: 4
Views: 400

Re: irrlicht.lib/dll

I was hoping to avoid the large downloads of the DirectX SDK required to compile it(I have a daily limit of 100MB >.<) I was able to find this from a post in the forum and it seemed to work! In case anyone needs it: http://www.mediafire.com/?d8lpcds3dxxggyg I don't know if it will cause any trouble ...
by PredaNoob
Mon Sep 12, 2011 3:10 pm
Forum: Beginners Help
Topic: irrlicht.lib/dll
Replies: 4
Views: 400

irrlicht.lib/dll

Where can I find the most recent irrlicht.lib/dll? I'm getting ESP errors, but I can't seem to find two matching versions of lib and dll :s Edit: I should clarify I'm not getting any ESP errors, but a runtime execution error. And this in the callstack:  Irrlicht.dll!10001897()                 [Frame...