Hi there everyone, My name is Brad and yes im an addict. Im addicted to MMOs!
Anyways im long time listener, first time caller, so please be gentle!
My question is about bryce 7 and DBPro,
ok so I want to use the landscape from Bryce 7 for my game world but it wont load properly if at all. Does anyone have any experience doing this?? I know that the free version of bryce 7 is for non commercial use only, but I will buy that later as the free version right now is already spectacular.
also Im using code snips from the tutorials ( which will be changed later on) but for right now I want to add "LOADING xx%" where xx = how much in percent the game has loaded.
as it stands, if the terrain loads it shows this big fuzzy picture that doesn't look anything like the auto generated terrain that bryce7 made. Again this will be changed later as I get more use to DBPro and bryce, right now I just want to see it in action.
so any help for the noob would be greatly appreciated.
Rem Project: Dark Basic Pro Project
Rem Created: Sunday, March 27, 2011
Rem ***** Main Source File *****
rem Standard Setup Code for all examples
sync on : sync rate 240 : backdrop off
set text font "arial" : set text size 16
set text to bold : set text transparent
rem Loading prompt
sync : center text screen width()/2,screen height()/2,"LOADING" : sync
rem Set camera
set camera range 0.1,5000
position camera 2,3,2
rotate camera 0,45,0
load object "C:\Documents and Settings\Brad\Desktop\terrain1.3ds" ,1