Hello,
I wrote an FPS in db pro back several years ago, and it used BSPs made with valve hammer editor and zoner's compiler. It worked very well, and all was good.
I recently decided it would be a fun summer project to recreate and expand upon the original game, so I thought I'd re-write it with Dark GDK. So I make a map and try to load it and I get an access violation error. I've tried a lot of stuff and am getting pretty frustrated (I know it's free now, but I payed for it back in the day
) with this right now. Hopefully it's something I'm doing wrong rather than Dark GDK being really buggy.
Anyways, I'm simply placing my .BSP and .WAD file in the media directory that the "World" sample uses, and it's a no go. I've tried several things like placing different files in different directories (I thought perhaps the .wad belongs in the parent directory like CS has it?).
The error I get when I try to run the sample code is:
Unhandled exception at 0x00000000 in World.exe: 0xC0000005: Access violation reading location 0x00000000
Thanks in advance for any help! Hopefully this will be resolved!