Loading BSP in Irrlicht.NET CP ?

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
Jolly Joker
Posts: 23
Joined: Fri Jul 13, 2007 6:08 pm

Loading BSP in Irrlicht.NET CP ?

Post by Jolly Joker »

Hi,
I'm testing the engine in C#, and I couldn't load BSP files, anytime I try to load 2kdm2.bsp from map-2kdm2.pk3, it throws an error. This is the debug output:
Irrlicht.NET CP v0.8.2731.19408 running
The thread 0x2b4 has exited with code 0 (0x0).
The thread 0x4d4 has exited with code 0 (0x0).
Irrlicht Engine version 1.3.1
Microsoft Windows XP Professional Service Pack 2 (Build 2600)
Using renderer: OpenGL 2.0.3
GeForce 7300 GT/PCI/SSE2: NVIDIA Corporation
OpenGL driver version is 1.2 or better.
Could not load mesh, because file could not be opened.: 20kdm2.bsp
The program '[3508] training.vshost.exe: Managed' has exited with code 0 (0x0).
And here's the 2nd problem:
When I try to load example.irr file, it loads ok, but there is no textures, all that I see is just particles, a box, a ball without textures.

Please help, because I can't find any demo or sample code for this situation.
Thanks.
Locked