My apalogies.
I begin a new project in DB Pro (trial) and call it sey (mytestgame), then create a new level in FPSC (fullversion). But because I am just testing to try to get this to work, and with keeping with the tutorial above - I run test game, then copy both the levelbank and texturebank foldrs from FPSC into the DBPro 'mytestgame' folder. The only stuff in the fpsc-level are the walls, floors, ceiling and static lights.
I use the code below to try to load the fpsc level (the only code thats' in the project):
set dir "Files"
load static objects "levelbanktestleveluniverse.dbo",0
position camera 50,55,-50
sync rate 60
do
control camera using arrowkeys 0,1,2
loop
When I goto run the project in dbpro, an error comes up that says: Could not understand command at line 6. (The load static objects "levelbanktestleveluniverse.dbo",0 code is highlighted.) Don't know what other command to use.
Also tried just using "load object "hhjhjhjhj" but still doesn't jibe anything.
Do you know what I am doing wrong here? I realize the code in the tutorial was apparently written sometime in 2006-07 but shouldn't it still work?
I want to try to understand this better, but need to be able to perform this tutorial, as it will greatly help my understanding. Any thoughts? Much obliged.