Page 1 of 2

Working on the Project

PostPosted: Sun Feb 28, 2010 5:57 pm
by extra
Hello, I've decided to pick up this project and work on it. So far I managed to load all the HIM files of a certain map and render them one by one(without textures).
How can I load all the files at once so that I have a full map instead of rendering each piece alone ?

Re: Working on the Project

PostPosted: Sun Feb 28, 2010 6:01 pm
by Choseal
Maybe you should take a look at Vel's map viewer? -it's open-source, and it should teach you a thing or two. :3

Re: Working on the Project

PostPosted: Sun Feb 28, 2010 6:02 pm
by extra
Vel's code is confusing :?

Re: Working on the Project

PostPosted: Sun Feb 28, 2010 6:10 pm
by DoubleEagles
What language u coding in? C#, C++, VB?

Re: Working on the Project

PostPosted: Sun Feb 28, 2010 7:30 pm
by extra
C# im using DirectX

Re: Working on the Project

PostPosted: Mon Mar 01, 2010 10:40 am
by xadet3
I'd recommend using SlimDX instead of managed DirectX (you're probably already aware but managed DirectX hasn't been updated in around 6-7 years).

Re: Working on the Project

PostPosted: Mon Mar 01, 2010 12:10 pm
by extra
I'll check it out , Thanks

Re: Working on the Project

PostPosted: Mon Mar 01, 2010 4:02 pm
by mini
can I get an update about how far this project is so far? :D
What things are ready and what still needs to be done etc.?

Re: Working on the Project

PostPosted: Mon Mar 01, 2010 5:03 pm
by extra
this is what i got so far


Image

Right now im trying to figure out how to texture and then I will move on to the IFO part :)

Re: Working on the Project

PostPosted: Mon Mar 01, 2010 6:51 pm
by xPrend
Nice keep on the good work~!