Page 2 of 3

Posted: Thu Nov 01, 2007 2:27 am
by afecelis
whoa Tireswing! this is some amazing work you've achieved! 3dws is one of the most powerful level editors-lightmappers out there!
As someone mentioned above, you could still export from 3dws to b3d and load into Irrlicht, but it's also great to have the chance of loading the file directly. Someone had written a similar loader for the previous Cshop version, which then got merged into the source. Let's hope this becomes another file format supported by Irrlicht. Gonna give it a look right now and check a bit about collision and stuff.

many thanks! ;)

Regards,
Alvaro

Posted: Thu Nov 01, 2007 2:38 am
by afecelis
mmm, didn't run for me, and couldn't get the source to compile :(

Will post the error message later.

Posted: Fri Nov 09, 2007 1:35 am
by tireswing
Sorry, I've been away for a while so I wasn't checking this thread. Did you ever get it to run? If not, if you post the error message, I'll try to get it figured out.

Joe

Posted: Tue Nov 27, 2007 8:27 pm
by Eagle
This is very cool stuff guys! I'm so glad I found this place~
Any luck with the splating import?

always,
Vickie ;)

Posted: Mon Jan 12, 2009 6:55 pm
by tireswing
Don't know if anyone still uses 3D World Studio, but I started a new project, so I updated my loader for Irrlicht 1.5. It now supports importing terrain layers using texture splatting on DX9 or OpenGL. For all other drivers, it still uses the base layer and light map only.

Posted: Sun Mar 01, 2009 2:16 am
by Arcoroc
Sounds great, will give it a try.
Thanks for sharing.

Posted: Sun Mar 01, 2009 1:47 pm
by B@z
wow its cool!
i guess im gonna use this to my project ^^
thanks

Hello

Posted: Sat Aug 15, 2009 11:24 am
by syntaxcrysis
Hi, I could really need some help with compiling this source if anyone feels like helping.
When I try to compile this code in Vs2005 i get the following errors;

Code: Select all

[b]Error	1	error LNK2019: unresolved external symbol "public: virtual __thiscall C3DWScene::~C3DWScene(void)" (??1C3DWScene@@UAE@XZ) referenced in function _main	3DWS.obj	[/b]

[b]Error	2	error LNK2019: unresolved external symbol "public: bool __thiscall C3DWScene::load(class irr::IrrlichtDevice *,char *,bool,bool,char *,char *)" (?load@C3DWScene@@QAE_NPAVIrrlichtDevice@irr@@PAD_N211@Z) referenced in function _main	3DWS.obj	[/b]

[b]Error	3	error LNK2019: unresolved external symbol "public: __thiscall C3DWScene::C3DWScene(void)" (??0C3DWScene@@QAE@XZ) referenced in function _main	3DWS.obj	[/b]

[b]Error	4	fatal error LNK1120: 3 unresolved externals	G:\dev\3DWS\3DWS\Debug\3DWS.exe	1	[/b]
And if i instead try to use Dev-C++ i get these errors;

Code: Select all

[b]20 G:\dev\3FWSLoader\src\main.cpp In file included from G:\dev\3FWSLoader\src\main.cpp 

67:7 G:\dev\3FWSLoader\src\3DWScene.h [Warning] no newline at end of file 

  [Linker error] undefined reference to `_imp___ZN3irr12createDeviceENS_5video13E_DRIVER_TYPEERKNS_4core11dimension2dIiEEjbbbPNS_14IEventReceiverE' 

  [Linker error] undefined reference to `C3DWScene::C3DWScene()' 

  [Linker error] undefined reference to `C3DWScene::load(irr::IrrlichtDevice*, char*, bool, bool, char*, char*)' 

  [Linker error] undefined reference to `C3DWScene::~C3DWScene()' 

  [Linker error] undefined reference to `C3DWScene::~C3DWScene()' 

67:7 G:\dev\3FWSLoader\src\3DWScene.h ld returned 1 exit status [/b]
I would appreciate it ALOT if somone could help me, cheers!

Posted: Sat Aug 15, 2009 12:00 pm
by hybrid
You need to include the obj files from the loader into your project. Either link them into the Irrlicht.dll, or into your app. You just included the headers, that's not enough.

Posted: Sat Aug 15, 2009 12:06 pm
by syntaxcrysis
hybrid wrote:You need to include the obj files from the loader into your project. Either link them into the Irrlicht.dll, or into your app. You just included the headers, that's not enough.
Thanks for the quick answer.
But the loader source did not come with any obj files, so i cant even compile the original loader source.

Posted: Sat Aug 15, 2009 3:28 pm
by hybrid
Well, you have to compile the cpp files into obj files, thought you already suceeded with that...

Posted: Sun Mar 14, 2010 2:56 pm
by 3DModelerMan
Will this work with 1.7?

Posted: Sun Mar 14, 2010 5:32 pm
by hybrid
Why can't you simply test it, instead fo *always* writing these dumb, silly 'will this work' posts? Man :evil:

Posted: Sun Apr 04, 2010 1:35 pm
by 3DModelerMan
How does this load entities from 3D World Studio? Does it place them as empty scene nodes? Or do I have to load a point entity list myself?

need something open source && free

Posted: Sat Apr 10, 2010 6:00 pm
by leebojammin
3DModelerMan wrote:How does this load entities from 3D World Studio? Does it place them as empty scene nodes? Or do I have to load a point entity list myself?
Its all moot to me, since I can't really afford to buy this thing atm, so ill have to use something else that has a 'free' license since im not leet enough ( I doubt I'm alone there).

Does anything even exist for irrlicht atm, that combines some very nice projects ive seen here so far:

paging code with splatting ( amazingly useful and thx for it )
entity placement

That would easy be enough to get me started,and if I missed something or there is a easy fix please dont be shy. It would be nice to use irredit I suppose , but its not oss so one can't access the source ( unless you're somewhat rich of course ) to change anything ,so a non viable option for most of us I presume, but correct me if something has changed.

I suppose it wouldn't be horribly difficult to create something,but I wanted to ask before reinventing.

thx
L.