Hello all, new to DBPro here and I'm having some issues.
I have a great idea for a game I would like to make, I have some experience with DBC and just downloaded the trial of DBPro. My problem is that I can't get any objects to load into a test code. I made a sample object in Blender (the gingerbread man, of course) and have tried exporting in both .x and .3ds formats. For each of these i get the 7018 error (can't load) and a "not responding" error for each of them, respectively. The code I'm using just to try and load them is as follows:
Load Object "C:\Documents and Settings\Administrator\Desktop\Pokemon!\Images/GingerBreadx.x", 1
do
position object 2, 0,0,0
print "Test!"
loop
Am I having a syntax error or what? I have gone through all the stickies and used the search function for help, but most of them suggest just reloading the files into blender and re-exporting. I have tried this and the same problem continues. Can I get some help with this?