Well ... I've used blender long time ago, and seeing that it was very difficult for my students,I have discard it for another free alternative programs that are on the web.
You can keep using blender ...it is ok when you use it for a couple of weeks

. Well ...what I have done this time, is just using Dbpro code to adjust size and export to Dbo.
CODE FOR SAVE IN BIG SIZE
autocam off
sync on
load object "celler-test.x",1
scale limb 1,0,400,400,400
save object "big-celler.dbo",1
position camera 0,0,-20
point camera 0,0,0
do
control camera using arrowkeys 0,0.1,0.1
a#=wrapvalue(a#+mousemovex()/2)
cam#=wrapvalue(cam#+mousemovey()/2)
rotate camera cam#,a#,0
sync
loop
Then I have use the Darklights program and placed a light and compiled....it works fine. I copied the lightmaps texture and object dbo generated by Darklights and put them in the project folder...that´s all. I hope it can help. I send a rar file.
CODE FOR LOADING NEW OBJECT
autocam off
sync on
load object "big-celler2.dbo",1
position camera 0,0,-20
point camera 0,0,0
do
control camera using arrowkeys 0,0.1,0.1
a#=wrapvalue(a#+mousemovex()/2)
cam#=wrapvalue(cam#+mousemovey()/2)
rotate camera cam#,a#,0
sync
loop
Cheers.
I'm not a grumpy grandpa
