View previous topic :: View next topic |
Author |
Message |
mrniceguy Member
Joined: 26 May 2006 Posts: 92 Location: The Netherlands
|
Posted: Tue Jun 05, 2007 6:54 am Post subject: Load Deled scene in Delphi |
|
|
Hi all,
Are there any examples how to load a Deled scene in Delphi 2006?
Regards,
Mrniceguy |
|
Back to top |
|
|
Mr.Fletcher DeleD PRO user
Joined: 07 Aug 2004 Posts: 1772 Location: Germany
|
Posted: Tue Jun 05, 2007 8:25 am Post subject: |
|
|
Hello mrniceguy,
I wrote a DeleD Delphi loader a couple of days ago which reads plugin data. The .dxs file is the same. I'll upload it soon! _________________ Behold! The DeleD Wiki! Please help us expanding it
DeleD on IRC |
|
Back to top |
|
|
mrniceguy Member
Joined: 26 May 2006 Posts: 92 Location: The Netherlands
|
Posted: Tue Jun 05, 2007 9:37 am Post subject: |
|
|
That's great! Thanks. |
|
Back to top |
|
|
Mr.Fletcher DeleD PRO user
Joined: 07 Aug 2004 Posts: 1772 Location: Germany
|
Posted: Tue Jun 05, 2007 9:45 am Post subject: |
|
|
Hey. Here it is.
You'll need the xml parser from destructor.de. All other units you'll need are included.
There are two units from me, one that stores the DeleD scene class and one that converts XML files or strings into the DeleD class.
How to use it is basically explained in uParseXML.pas.
If you want to add something to the DeleD class, just derive your own class from it.
The parser unit is not complete yet (don't worry, it works) and probably lousy written I'll work on that again. When I started this some days ago, I haven't written a line of delphi code in a year or so.
So anyway, here it is:
Download _________________ Behold! The DeleD Wiki! Please help us expanding it
DeleD on IRC
Last edited by Mr.Fletcher on Wed May 21, 2008 8:29 pm; edited 2 times in total |
|
Back to top |
|
|
mrniceguy Member
Joined: 26 May 2006 Posts: 92 Location: The Netherlands
|
Posted: Tue Jun 05, 2007 11:29 am Post subject: |
|
|
Thanks again. I will try it. |
|
Back to top |
|
|
paul_nicholls DeleD PRO user
Joined: 05 Dec 2007 Posts: 356 Location: Hobart, Tasmania, Australia
|
Posted: Wed Dec 05, 2007 10:30 pm Post subject: |
|
|
Mr.Fletcher wrote: |
Hey. Here it is.
You'll need the xml parser from destructor.de. All other units you'll need are included.
There are two units from me, one that stores the DeleD scene class and one that converts XML files or strings into the DeleD class.
How to use it is basically explained in uParseXML.pas.
If you want to add something to the DeleD class, just derive your own class from it.
The parser unit is not complete yet (don't worry, it works) and probably lousy written I'll work on that again. When I started this some days ago, I haven't written a line of delphi code in a year or so.
So anyway, here it is:
Download |
Thanks for the code
I am now using it myself
cheers,
Paul |
|
Back to top |
|
|
|