Delgine 3D Tools & Content DeleD Community Edition
Forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

DBO export plugin for DeleD 0.90.
Goto page Previous  1, 2, 3, 4, 5  Next
 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    DeleD Community Edition Forum Index -> DeleD Plugins
View previous topic :: View next topic  
Author Message
Black Shadow
Member


Joined: 06 Feb 2005
Posts: 48

PostPosted: Mon Feb 28, 2005 12:15 am    Post subject: Lightmaps Reply with quote

How do you use lightmaps in dbc?
Back to top
View user's profile Send private message
Il Buzzo
DeleD PRO user


Joined: 12 Aug 2004
Posts: 271
Location: Italy

PostPosted: Sat Mar 05, 2005 3:52 pm    Post subject: Reply with quote

Hi All,
Sorry but I've never used DarkBasic Classic, so I really don't know Very Happy .

I'm changing my mind on DBO plugin, cause developing Irrlicht DMF Loader I've noticed that it's more simple and maybe useful create a DMF loader (it's a third party dll) for DarkBasic Pro, so you'll maybe get more useful info in DarkBasic.
Anyway I'll let you the choice. I'm currently waiting for DarkBasic updates for bug fixes and to know DBO file format new specifications.
In the meanwhile please let me know what you'll need more a DBO exporter plugin for DeleD or a DMF loader for DarkBasic Pro. Very Happy
I think that this will be a better way to proceed. Well when TGC will release a new DBO format (or in a month if they won't , I'll then use old format) you'll decide what is better for you.
Bye
Back to top
View user's profile Send private message Visit poster's website
Il Buzzo
DeleD PRO user


Joined: 12 Aug 2004
Posts: 271
Location: Italy

PostPosted: Mon Apr 04, 2005 9:28 am    Post subject: Reply with quote

Hi Guys,
Good news, The Game Creators just released new DBO format description and new DarkBasicPro 5.8 update.
After DMFLoader for Irrlicht 1.2 release I'll restart coding a DBO exporter plugin for DeleD.
I think you'll be happy to know this. I'll finish in a week more or less starting from thursday.
Bye All Very Happy
Back to top
View user's profile Send private message Visit poster's website
Paul-Jan
Site Admin


Joined: 08 Aug 2004
Posts: 3066
Location: Lage Zwaluwe

PostPosted: Tue Apr 05, 2005 6:44 am    Post subject: Reply with quote

Cool, we have been waiting for that format for some time, haven't we? Cool
Back to top
View user's profile Send private message Visit poster's website
Il Buzzo
DeleD PRO user


Joined: 12 Aug 2004
Posts: 271
Location: Italy

PostPosted: Wed Apr 06, 2005 9:41 pm    Post subject: Reply with quote

Hi All,
I've started development of DBO plugin, I'm creating saving functions at the moment and I'll try to save a simple triangle.
Then I'll go on.
Stay tuned for more news.
Bye Wink
Back to top
View user's profile Send private message Visit poster's website
granada
Team member


Joined: 07 Aug 2004
Posts: 1955
Location: England

PostPosted: Wed Apr 06, 2005 9:48 pm    Post subject: Reply with quote

Your the man,thanks Il Buzzo Very Happy

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
View user's profile Send private message Visit poster's website
Paul-Jan
Site Admin


Joined: 08 Aug 2004
Posts: 3066
Location: Lage Zwaluwe

PostPosted: Thu Apr 07, 2005 6:13 am    Post subject: Reply with quote

Keep it up, Il Buzzo! Very Happy

I really like how they now distribute full documentation on the .dbo file format (including C++ loader example), they didn't do that before, did they?
Back to top
View user's profile Send private message Visit poster's website
Il Buzzo
DeleD PRO user


Joined: 12 Aug 2004
Posts: 271
Location: Italy

PostPosted: Thu Apr 07, 2005 8:56 am    Post subject: Reply with quote

Hi all,
I've created my first DBO file it's a simple triangle, but saving structure works really well.
A beta will released soon.
Bye Wink
Back to top
View user's profile Send private message Visit poster's website
Il Buzzo
DeleD PRO user


Joined: 12 Aug 2004
Posts: 271
Location: Italy

PostPosted: Fri Apr 08, 2005 12:51 pm    Post subject: Reply with quote

Hi All,
Here you are a sample of DBO exported mesh multitextured.

and after exporting:


For the moment everything works (multitexture UV are correctly exported etc...) but it seems there is a little bug in loading more than one texture for face (Due to DBPro), in fact they are exported in DBO correctly but then are not loaded in DBPro, you must do it manually from within DBPro.
I'm waiting for TGC answer to this problem.
Bye Wink
Back to top
View user's profile Send private message Visit poster's website
Jeroen
Site Admin


Joined: 07 Aug 2004
Posts: 5332
Location: The Netherlands

PostPosted: Fri Apr 08, 2005 1:04 pm    Post subject: Reply with quote

Great job II Buzzo (as usual)! Btw, is this plugin PRO only?
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Il Buzzo
DeleD PRO user


Joined: 12 Aug 2004
Posts: 271
Location: Italy

PostPosted: Fri Apr 08, 2005 1:15 pm    Post subject: Reply with quote

Hi Jeroen,
Well, for now is just an exe that takes DMFFile parse it and then generate DBO structure.
I'll integrate in a DLL once finished but I think it will work for both version with just limitations due to DeleD Lite not to loader itself.
I'll know more when I'll definitively integrate it in a DLL.
bye Wink
Back to top
View user's profile Send private message Visit poster's website
Il Buzzo
DeleD PRO user


Joined: 12 Aug 2004
Posts: 271
Location: Italy

PostPosted: Sun Apr 10, 2005 4:36 pm    Post subject: Reply with quote

Hi All,
I've solved all troubles with DBO format (there was an error in documentation, I found looking into a correct multitextured DBO made by DBPro 5.8 Cool ) .
Now each texture layer is correctly loaded just using the following code in DBPro:
Code:
Load Object "yourobject.dbo",1

no more lines....
Here a little cube example:


I think I'll release a full version for the end of next week, I want to include support for diffuse color for faces (now I'll export only textures) and I'll integrate everything in a DLL for DeleD.
If you can't wait please send me an e-mail and I'll send you the Exe beta version, or just wait until next week.
Note that I've used DBPro upgrade 5.8 to test, so different versions may not work properly.
Bye Wink
Back to top
View user's profile Send private message Visit poster's website
G-Man
Member


Joined: 28 Jan 2005
Posts: 13

PostPosted: Mon Apr 11, 2005 3:32 pm    Post subject: Reply with quote

@Il Buzzo

Not sure if you got my e-mail of not. I'd like a copy of the beta .exe to do a few tests with since you offered it!

-thanx

G-Man
Back to top
View user's profile Send private message Send e-mail
Black Shadow
Member


Joined: 06 Feb 2005
Posts: 48

PostPosted: Mon Apr 11, 2005 9:18 pm    Post subject: Reply with quote

Me too! Sorry for putting it on the forums, My e-mail teporarily won't send anything (don't know why)Very Happy

Last edited by Black Shadow on Sat Apr 16, 2005 6:24 pm; edited 1 time in total
Back to top
View user's profile Send private message
Il Buzzo
DeleD PRO user


Joined: 12 Aug 2004
Posts: 271
Location: Italy

PostPosted: Mon Apr 11, 2005 10:59 pm    Post subject: Reply with quote

Hi Guys,
Just a screenshot before:

It's from DeleD sample of warehouse, I've tested sacredplace and castlesiege too without troubles.
I've also sent an exe version to 2 beta testers (G-Man and Black Shadow), I'm finishing my scheduled work with DBO exporter this week (at least I think, need some more tweaks...), but this is the right way......
Bye Wink
More news tomorrow I'm tired Wink
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    DeleD Community Edition Forum Index -> DeleD Plugins All times are GMT
Goto page Previous  1, 2, 3, 4, 5  Next
Page 2 of 5

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum