View previous topic :: View next topic |
Author |
Message |
Zephiros Member
Joined: 17 Aug 2005 Posts: 5
|
Posted: Thu Aug 18, 2005 7:11 am Post subject: another question |
|
|
yup..another stupid question by me. I'm obviously new to both 3D modeling and using DarkBASIC Pro..I made a small map..nothing fancy...just a floor with some walls so that I may test a model I made and set it up to drive around and whatnot..but the thing is..I have NO IDEA..how to use a .DBO file. So I was wondering how I would use a DBO file and weither or not I wouldnt need to get anything in order to use it.
If anyone could answer this question it would help..sorry for being a pain
I'm not really sure I shouldve posted this here though..lol..not sure where I shouldve..didnt know if I should post here or on thegamecreators darkbasic boards. x.@ |
|
Back to top |
|
|
Jeroen Site Admin
Joined: 07 Aug 2004 Posts: 5332 Location: The Netherlands
|
Posted: Thu Aug 18, 2005 7:27 am Post subject: |
|
|
DBO is DarkBasic's format and if you want to learn how to use such files in your DarkBasic programs, I guess you should ask questions at their forums. Note that DeleD is a 3D modeller to be used in a variety of 3D applications/engines/whatever and that we cannot possibly know the inside-outs of every 3D app/engine out there. |
|
Back to top |
|
|
Zephiros Member
Joined: 17 Aug 2005 Posts: 5
|
Posted: Thu Aug 18, 2005 7:31 am Post subject: |
|
|
ja..I shouldve asked there. but I figured since theres a plugin for it that someone might be able to tell me how. ..anyway..I'll go post there now. sorry for another dumb post. |
|
Back to top |
|
|
Paul-Jan Site Admin
Joined: 08 Aug 2004 Posts: 3066 Location: Lage Zwaluwe
|
Posted: Thu Aug 18, 2005 7:39 am Post subject: |
|
|
The .dbo exporter contains a help file that has a short example of how to use it. In short it comes down to:
Code: |
load object "room.dbo", obj
|
I am guessing Darkbasic has a pretty good help reference on "load object' |
|
Back to top |
|
|
Zephiros Member
Joined: 17 Aug 2005 Posts: 5
|
Posted: Thu Aug 18, 2005 2:37 pm Post subject: |
|
|
it does.. I can be pretty thick skulled at times. hopefully the next time I cant figure something out it wont be something I couldve read a help file to figure out..lol |
|
Back to top |
|
|
Jeroen Site Admin
Joined: 07 Aug 2004 Posts: 5332 Location: The Netherlands
|
Posted: Thu Aug 18, 2005 2:58 pm Post subject: |
|
|
Zephiros wrote: |
it does.. I can be pretty thick skulled at times. hopefully the next time I cant figure something out it wont be something I couldve read a help file to figure out..lol |
Don't worry too much about it. Nobody seems to read our Helpfile anyway...
Seriously though, I wish more people would read the Help - it really contains usefull info! |
|
Back to top |
|
|
|