View previous topic :: View next topic |
Author |
Message |
lilcj Member
Joined: 04 Jan 2005 Posts: 10
|
Posted: Wed Jan 05, 2005 1:24 am Post subject: loading object in dark basic pro |
|
|
k i made the level a x.file.then when i try to load it in dbpro it jsut shows a blue screen.plez help. |
|
Back to top |
|
|
Paul-Jan Site Admin
Joined: 08 Aug 2004 Posts: 3066 Location: Lage Zwaluwe
|
Posted: Wed Jan 05, 2005 7:21 am Post subject: |
|
|
Did you export the textures as well, and kept them in the same directory as the .x file? Does your code work correctly with other .x files, not made by DeleD? Does it work when you export a simple cube from DeleD? As far as know, there are no known problems with exporting .x files to DBPro.
If nothing else helps (but only then ) you can try mailing me the .x file and textures (if it isn't huge, that is). However, I am not a darkbasic pro user, so I can only test if the .x file is ok in general, and maybe try loading it in darkbasic classic after converting the textures to bmp. |
|
Back to top |
|
|
granada Team member
Joined: 07 Aug 2004 Posts: 1955 Location: England
|
Posted: Wed Jan 05, 2005 7:30 am Post subject: |
|
|
Hi lilcj
Quote: |
k i made the level a x.file.then when i try to load it in dbpro it jsut shows a blue screen.plez help. |
Have you scaled the level !,how have you set the camera !,are you sure the level is not above or below you in the scene.
You might also ask on the dbpro forum
dave _________________ AMD Phenom(tm)IIx6 1090t Processor 3.20 GHS
8.00 GB memory
Windows 7 64 bit
Nvida Geforce GTX 580 |
|
Back to top |
|
|
Jobyman Member
Joined: 21 Oct 2004 Posts: 42
|
Posted: Thu Jan 06, 2005 4:50 pm Post subject: |
|
|
yea thats probably it.
use the point camera command to point at the object and also add controls to the camera, simpl zoom in and out
Code: |
If mouseclick()=1 then move camera 5
If mouseclick()=2 then move camera -5
|
zoom out for a bit and see what happens, the level wou be quite beg so the camera is probably sitting inside a wall or something and so it doesnt show anything as he inner faces of the object arent drawn |
|
Back to top |
|
|
moogle Member
Joined: 28 Dec 2004 Posts: 6
|
Posted: Fri Jan 07, 2005 4:09 pm Post subject: |
|
|
show me your loading code,level i've made with deled works fine on my computer _________________ www.whitechaos.tk |
|
Back to top |
|
|
|