Search found 21 matches

by L_Draven
Sat Nov 22, 2008 2:07 pm
Forum: Beginners Help
Topic: Characters sharing mesh problem!
Replies: 5
Views: 291

Hi rogerborg, thanks for post.

the version is 1.4.2 from official web, windows version with codeblocks. (not svn versions).

thanks in advance.
by L_Draven
Sat Nov 22, 2008 12:42 pm
Forum: Beginners Help
Topic: Characters sharing mesh problem!
Replies: 5
Views: 291

Hi Lambda, i am a spanish user too.

I hope that someone here can help us with this :-).

Cheers.
by L_Draven
Sat Nov 22, 2008 12:32 pm
Forum: Beginners Help
Topic: Characters sharing mesh problem!
Replies: 5
Views: 291

Characters sharing mesh problem!

Hi friends. I have a problem with the characters meshes. When i load a character file i use smgr->GetMesh(filename) function. casting to skinned mesh for use useAnimationFrom() function. i.e: AnimatedMesh=static_cast<ISkinnedMesh*>(smgr->getMesh("player.b3d")); of course animatedmesh var i...
by L_Draven
Thu Oct 16, 2008 7:31 am
Forum: Beginners Help
Topic: Link problems.
Replies: 8
Views: 604

Thanks a million for your help BlindSide.

When i´ll go home i will check it and i will told you the results. :-)


Thanks again Blind.


Cheers.
by L_Draven
Wed Oct 15, 2008 10:07 pm
Forum: Beginners Help
Topic: Link problems.
Replies: 8
Views: 604

Thanks for the answers.

Anyway, i changed the title of the post.

Cheers.
by L_Draven
Wed Oct 15, 2008 9:37 pm
Forum: Beginners Help
Topic: Link problems.
Replies: 8
Views: 604

Thanks for your answer BlindSide, i supposed that the error comes from XEffects because i only have it when include "effectWrapper.h" to the code and add this: effectHandler* effect = new effectHandler(device, shadowDimen, "./shaders", ScreenRTT); with this error : main.obj||erro...
by L_Draven
Wed Oct 15, 2008 9:04 pm
Forum: Beginners Help
Topic: Link problems.
Replies: 8
Views: 604

Link problems.

Hi guys, first congrats to BlindSide for XEffexts , its something amazing. I am trying to move my game (in development) to Irrlicht: this is the url http://ldravenblog.blogspot.com And i was trying to test in my project adding the h and cpp files but when i compile i have 4 errors. Exactly like this...
by L_Draven
Wed Oct 15, 2008 9:02 pm
Forum: Project Announcements
Topic: XEffects - Reloaded - New Release (V 1.4)
Replies: 825
Views: 422446

Ok sorry, i have deleted the post and created a new thread in Beginners section.

Thansk anyway.
by L_Draven
Wed Oct 15, 2008 8:38 pm
Forum: Project Announcements
Topic: XEffects - Reloaded - New Release (V 1.4)
Replies: 825
Views: 422446

Deleted
by L_Draven
Mon Oct 17, 2005 7:37 pm
Forum: Off-topic
Topic: Medieval Fantasy Building Pack!!!
Replies: 8
Views: 893

Hi again. I think like trekker. If the moderators tell me that i can´t post commercial adversiting, i will do it. (but i would not undertand it, if i post in off-topic) Sorry if in the beginning i posted in wrong forum (Project announcements) but I think that in Off Topic i can post my work, and if ...
by L_Draven
Fri Oct 14, 2005 2:43 pm
Forum: Off-topic
Topic: Medieval Fantasy Building Pack!!!
Replies: 8
Views: 893

This pack is related with irrlichts projects for people that need models for they games and haven´t 3d artists or need specify objects, in this case medieval. I dont know if this post is in the wrong place.If this is true, im sorry.I have not problem that the moderators change it to other place. Gre...
by L_Draven
Thu Oct 13, 2005 3:33 pm
Forum: Off-topic
Topic: Medieval Fantasy Building Pack!!!
Replies: 8
Views: 893

Medieval Fantasy Building Pack!!!

Hi all. I have been working on a medieval building pack for games creators. This is the first pack, in the future i will work in more packs (objects, characters, etc..). The format of the models are: 3DS, X and B3D. The webpage is: http://80.59.39.159/index.html if dont work try this: http://217.126...
by L_Draven
Mon Mar 15, 2004 10:24 am
Forum: Beginners Help
Topic: Read text files
Replies: 2
Views: 573

thanks enforceman

I will test it.
by L_Draven
Thu Mar 11, 2004 6:54 pm
Forum: Beginners Help
Topic: Read text files
Replies: 2
Views: 573

Read text files

Hi all. I have a text file (.txt) with some text lines. I want read line by line this file. How can i do it?? How can i do it for give me the line in a char variable??? I test with incluing fstream.h file for use file.getline() or other funcitons but dont work me. Any idea??? I supose that i must us...
by L_Draven
Thu Mar 11, 2004 11:52 am
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: How to get Direct X 8 in Dev-CPP
Replies: 51
Views: 33792

I put the d3dx8d.dll and the irrlicht.dll (from new compilation of irrlicht source) into the same folder of the project .

Now the system gives me aplication has encountered an error and close it (windows error message)

I need the miscrosoft directx9 SDK or something more ????

:-(