Hi all,
Here's my question, when i create my bsp in Worlcraft and try to play it in DBPro, all i see is black !?
I created a Wad file with all my textures in it.
Then I compiled and vis'ed my map using Worldcraft Hammer edition / zoner's tools.
When i try to view my map with DBPro with the following code, all i see is black.
I'd like to get this going as i have 12 days left in my eval of DBPro and i still need to see how good Guy's BSP entity parser will work.
All in all, i love DBPro and coming from a pure c++ / Directx backgroud, it's amazing how much work i get done faster in DBP.
Thanks
OB.
sync on : sync rate 70 : backdrop on :autocam off : hide mouse
set ambient light 10
color ambient light 10
hide light 0
color light 0,10,10,10
set camera range 0.1,5000
set bsp camera collision 1,0,1.5,1
set bsp collision threshhold 1,0.001
position camera 0,0,0
load bsp "","simple.bsp"
do
control camera using arrowkeys 0,0.4,3
position camera camera position x(),camera position y()-0.3,camera position z()
sync
loop