VoxLap - ddraw.lib using voxel based game engine by Ken Silverman - Help

Started by
2 comments, last by Dawoodoz 12 years, 8 months ago
Hi there, I'm quite new to the forums but they look very promising. I was wondering if somebody could help me determine how to properly build an outdated game engine called VoxLap.

Here's a link to the source files home page, it's a relatively small engine:
http://advsys.net/ke...ap/voxlap05.htm

The problem I'm running into is building these outdated files which utilize ddraw.lib (a directx library that was removed for some odd reason despite claimed backwards compatibility) Ive installed the old directx 8.1 sdk and even vc++ 5 hoping to get something other than confusing cmd prompt outputs.

I'm fairly new to coding in C++ (java fan) so please be patient with my naive notions.

Just hoping someone out there has the time to check out this engine and get it to work, thanks for checking this out too!
Advertisement
For directdraw your going to need to get directx7 sdk or before I think.
the dx7sdk is not easily found.

try here:
http://www.bcb-tools...ds.htm#DirectX7

or

from this forums FAQ
http://archive.gamed...forum_id=10#q36
(french? site)
Sooner or later, your new computer won't be able to run the engine any more. I would just make a new voxel engine with tri-linear interpolation of an anti aliased density and let everything above 0.5 be solid. Since only some things need voxels, you can gain speed by rendering triangle shapes first.

This topic is closed to new replies.

Advertisement