update
Hello,
I've watched the first video tutorial from the darkgame studio website. The tutorials goes about how to import a level from FPS to darcbasic professional. The tutorial isn't that difficult but it never works.
see clip --------> http://www.darkgamestudio.com/movies.php
The level does get imported, but in a really strange way.
- There are no walls in the level.
- when I use my arrowkeys to navigate, the level freaks out (see the image).i dit this cat it worinking ([background on code]) but i still didt get the walls
en this is the code i usede
------------------------------code---------------------------------
set dir "Files"
load static objects "levelbank\testlevel\universe.dbo",0
position camera 50,55,-50
sync rate 60
background on
do
control camera using arrowkeys 0,1,2
loop
-------------------------------fin---------------------------------