warcraft model importer
warcraft model importer
hi.. i'm a newbie here.. this is my first post and i really really need help..
i'm working on my college final project, it's a tower defense game (if you play warcraft, it's something similar like TD in warcraft).. i decided to use irrlicht and i want to import the model from warcraft because my final project is focusing on implementing the a* pathfinding algorithm, not the modelling
warcraft model is in .mdx format and i can succesfully convert it into .md3 but the problem is irrlicht doesn't fully support .md3 format, i can't move or do createflystraightanimator with it..
i tried to convert the .md3 to other formats (.x,.obj,etc) but i can't convert the animation, the new format model just stays put.. except for the .md2 format, the animation works but the texture completely goes wrong (i used .bmp).. i don't know what to do..
so can someone please help me?
- does anyone know about converter from .mdx or .md3 format to other format that irrlicht supports including animation and right texture?
- or i should just wait until irrlicht fully supports .md3 but for how long?
i really really need help and i hope you can help me.. i really appreciate it
ps: please ignore my bad english
i'm working on my college final project, it's a tower defense game (if you play warcraft, it's something similar like TD in warcraft).. i decided to use irrlicht and i want to import the model from warcraft because my final project is focusing on implementing the a* pathfinding algorithm, not the modelling
warcraft model is in .mdx format and i can succesfully convert it into .md3 but the problem is irrlicht doesn't fully support .md3 format, i can't move or do createflystraightanimator with it..
i tried to convert the .md3 to other formats (.x,.obj,etc) but i can't convert the animation, the new format model just stays put.. except for the .md2 format, the animation works but the texture completely goes wrong (i used .bmp).. i don't know what to do..
so can someone please help me?
- does anyone know about converter from .mdx or .md3 format to other format that irrlicht supports including animation and right texture?
- or i should just wait until irrlicht fully supports .md3 but for how long?
i really really need help and i hope you can help me.. i really appreciate it
ps: please ignore my bad english
hmm.. i have no idea about writing my own mdx importer.. irrlicht is kinda new for me.. do you know anyone who has written some mdx importer for irrlicht?
the texture is completely different, i have one of the templates here (i used misfit model 3d to convert .md3 into .md2)
this one is for md3
this one is for md2
it's completely different and i'm so dumb about this modelling n texturing thing.. any advice?
the texture is completely different, i have one of the templates here (i used misfit model 3d to convert .md3 into .md2)
this one is for md3
this one is for md2
it's completely different and i'm so dumb about this modelling n texturing thing.. any advice?
Re: warcraft model importer
u ca't create flystraightanimator? hmmm thats intrestingqqta wrote: warcraft model is in .mdx format and i can succesfully convert it into .md3 but the problem is irrlicht doesn't fully support .md3 format, i can't move or do createflystraightanimator with it..
bc its just a scenenode. didn'T use md3 but even if the format isn'T fully supported u should still be able to move the model.
We're programmers. Programmers are, in their hearts, architects, and the first thing they want to do when they get to a site is to bulldoze the place flat and build something grand. We're not excited by renovation:tinkering,improving,planting flower beds.