Quote: "We have are world model now in .x format, Now how do we get it to load up? in dbpro? Sorry for the noob questions guys. We will learn..."
You'd first export it to the directory you want it, then save a DBP project, and load the world from the directory using "load object "[object path]", [object number]". For example:
load object "Data/Models/World.x", 1
Then there's a ton of object manipulation commands such as scaling the object, positioning the object, rotating the object, etc. that you can find by pressing F1 in DBP and looking under "Commands" then "Basic 3D Commands". And no need to apologize, you seem to be starting out about 10 times better than most noobs do here
. Hope that helped
.