Search found 8 matches

by R@!D3N
Sun Jan 09, 2011 5:57 am
Forum: Off-topic
Topic: just wondering :)
Replies: 5
Views: 1014

just wondering :)

Hey guys i was just wondering if i used irrlicht to make my game .. what would be the best graphics that i would be able to achieve ...
can you name a game or two as an example?? i wanna use this for my game, so just wana know whats the best i can achieve.. :) thnx
by R@!D3N
Fri May 28, 2010 9:19 pm
Forum: Beginners Help
Topic: problem loading textures
Replies: 1
Views: 205

problem loading textures

hey everyone, im kind of new to irrlicht and im getting a problem loading textures for my map that i made on 3ds max... as i made the map i put the textures on the objects and everything, and when i loaded the map on to irrlicht the textrures werent showing properly... i tried almost every thing.......
by R@!D3N
Tue May 25, 2010 10:45 am
Forum: Beginners Help
Topic: project problem...hlp needed
Replies: 1
Views: 249

project problem...hlp needed

hey guys i have a problem with my code ... im making a 3rd person game and im having some problems... 1. on key press my animated character doesnt play its animation like when i press w its supposed to play the walking animation but it doesnt play the animation... 2. another problem is that i want t...
by R@!D3N
Tue May 25, 2010 3:06 am
Forum: Beginners Help
Topic: Cutescene play
Replies: 4
Views: 395

Thanks you so much ..

but it's not working for me .. em getting alot of errors


The Software em using is "Microsoft Visual Studio 2008"

And The Language is "C++"
by R@!D3N
Mon May 24, 2010 10:46 pm
Forum: Beginners Help
Topic: Cutescene play
Replies: 4
Views: 395

Cutescene play

Guyz Em just finishing my project so last thing i need to insert some cutscene in my project so how do i play a cutscene video and Image like.. As the Project Run .. Image Display My name and then a little Cutscene shows trailer of the game ? Urgent help needed Last date of Project submitting is thi...
by R@!D3N
Tue May 04, 2010 7:48 pm
Forum: Beginners Help
Topic: noob problems
Replies: 3
Views: 299

Maybe the animation speed is too slow. Try changing it. the animation runs fine its just that when i press w it starts the animation and keeps playing the animation even when i let go of w, it doesnt stop . . . . :( :? and if i press w again and hold on to it, it stops the animation and the model j...
by R@!D3N
Tue May 04, 2010 12:59 pm
Forum: Beginners Help
Topic: noob problems
Replies: 3
Views: 299

noob problems

:x i cant load any of my .3ds models or in fact i cant really load any of my models except .md2. . . . and when i load the md2 model i cant animate it on key press. .. .like if i press w to run i cant make it run. . . if(keys[KEY_KEY_W]) { node->setMD2Animation(scene::EMAT_RUN); node->setPosition(no...
by R@!D3N
Thu Apr 29, 2010 6:18 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: Irrlicht basics tutorial [Note: HUGE POST]
Replies: 69
Views: 86091

sorry for asking this again if it has already been posted but im getting an error saying. . ... error C2259: 'MyEventReceiver' : cannot instantiate abstract class ummmm. . ..any help ??? its on this line in the third chapter: MyEventReceiver rv; device->setEventReceiver(&rv); doing this for a pr...