Dungeoneer!

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
PI
Posts: 176
Joined: Tue Oct 09, 2007 7:15 pm
Location: Hungary

re:

Post by PI »

Yep, you were right.

Here and here.

Cheers,
PI
sudi
Posts: 1686
Joined: Fri Aug 26, 2005 8:38 pm

Post by sudi »

Well that seams like its not compiling the shader progamm. but actually there is a fallback material hmmm. i will check that.
Hey JP why is it not loading for u? or is it a shader bug too?
We're programmers. Programmers are, in their hearts, architects, and the first thing they want to do when they get to a site is to bulldoze the place flat and build something grand. We're not excited by renovation:tinkering,improving,planting flower beds.
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

Mine works though. By the way I can bind the orc's head into the wall. :lol:

Nice shaders anyway.
Monochrome
Posts: 122
Joined: Thu Oct 19, 2006 11:43 am

Post by Monochrome »

Virion wrote:Mine works though. By the way I can bind the orc's head into the wall. :lol:

Nice shaders anyway.
It's a goblin and we are aware of that :p.
BlindSide
Admin
Posts: 2821
Joined: Thu Dec 08, 2005 9:09 am
Location: NZ!

Post by BlindSide »

Sudi wrote:Well that seams like its not compiling the shader progamm. but actually there is a fallback material hmmm. i will check that.
Hey JP why is it not loading for u? or is it a shader bug too?
Fallback only works if the shader model is unsupported and this is detected. In this case someone tried to modify a varying in the pixel shader so there was a compile error. The ATI compiler is strict so it will complain about this stuff.

Btw the screenshots are nice, especially the goblin model, I wish you luck.

JP seems to have a problem with FBOs, as my cubemapping thing doesn't work either (Due to FBO bug or something), what video card do you have JP?
ShadowMapping for Irrlicht!: Get it here
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post by JP »

I don't actually know what gfx card i've got as this is my work PC and i don't have sufficient rights to view the device manager (any other way of finding out?)
Image Image Image
xray
Posts: 231
Joined: Fri Feb 02, 2007 1:06 pm
Location: Germany, Munich
Contact:

Post by xray »

As I have the same problem here as JP, my video card is a ATI Radeon X1900GT 256MB...
monkeycracks
Posts: 1029
Joined: Thu Apr 06, 2006 12:45 am
Location: Tennesee, USA
Contact:

Post by monkeycracks »

Looks nice, I ran the demo but got a horrible framerate. Reminds me of dungeon keeper with the look of it.
Monochrome
Posts: 122
Joined: Thu Oct 19, 2006 11:43 am

Post by Monochrome »

monkeycracks wrote:Looks nice, I ran the demo but got a horrible framerate. Reminds me of dungeon keeper with the look of it.
Dungeon Keeper is actually our main inspiration source :)
monkeycracks
Posts: 1029
Joined: Thu Apr 06, 2006 12:45 am
Location: Tennesee, USA
Contact:

Post by monkeycracks »

I supposed that would explain it then. Best of luck with it and I can't wait for a full release :P

BTW my computer specs with a low FPS were :
GeForce 7900 GS
1.6ghz x's 2 Processors
2gb memory
sudi
Posts: 1686
Joined: Fri Aug 26, 2005 8:38 pm

Post by sudi »

what fps did u get?
should be somewhere around 100
We're programmers. Programmers are, in their hearts, architects, and the first thing they want to do when they get to a site is to bulldoze the place flat and build something grand. We're not excited by renovation:tinkering,improving,planting flower beds.
monkeycracks
Posts: 1029
Joined: Thu Apr 06, 2006 12:45 am
Location: Tennesee, USA
Contact:

Post by monkeycracks »

Around 11-19
35-40 if I stnad in a corner and look away from the map.
rogerborg
Admin
Posts: 3590
Joined: Mon Oct 09, 2006 9:36 am
Location: Scotland - gonnae no slag aff mah Engleesh
Contact:

Post by rogerborg »

Just dies for me with "Dungeoneer!.exe has encountered a problem and needs to close. We are sorry for the inconvenience." after I click "Start".

Well, at least you're sorry for it. :P

Code: Select all

C:\dev\DungeoneerDemoBombing>Dungeoneer!.exe CrazyBombing2.dll
Irrlicht Engine version 1.4
Microsoft Windows XP Professional Service Pack 2 (Build 2600)
Using renderer: OpenGL 1.3.4582
RADEON 9200SE DDR x86/SSE2: ATI Technologies Inc.
OpenGL driver version is 1.2 or better.
GLSL not available.
Loaded texture: bild.bmp
Bump - queryFeature(video::EVDF_ARB_FRAGMENT_PROGRAM_1) failed
This demo requires OpenGL with GLSL High-Level shaders
Bloom - queryFeature(video::EVDF_ARB_FRAGMENT_PROGRAM_1) failed
Loaded texture: textures/rock_wall1_h.png
Loaded texture: textures/rockwall_height.bmp
Loaded texture: models/diffuse_bump.jpg
Loaded mesh: models/wallbump.3ds
Loaded mesh: models/wallbump2.3ds
Loaded mesh: models/wallbump3.3ds
Loaded mesh: models/wallbump4.3ds
Loaded mesh: models/wallbump5.3ds
Loaded texture: textures/rock_wall1.png
Loaded texture: textures/rock_wall1_hi.png
Loaded texture: textures/rockwall.bmp
Loaded texture: textures/rockwall_normal.bmp
load Level
Read filetype: 'DGN'
-load Maze
-load Selected
Windows XP build 2600 [Service Pack 2]
C.P. Technologies Inc. RADEON 9200SE 128Mb
CPU RV280
Drivers 6.14.10.6476 - Catalyst 04.9
DirectX Version 9.0c
OpenGL 1.3

I'll update the drivers on this POS and try again.

[UPDATE]
Same with 8.231.0.0 - Catalyst 06.3

Oh, I see:

Code: Select all

GLSL not available.
This demo requires OpenGL with GLSL High-Level shaders
Perhaps the app could handle this a bit more gracefully than committing seppuku. ;)
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
sudi
Posts: 1686
Joined: Fri Aug 26, 2005 8:38 pm

Post by sudi »

well that shouldn't happen actually. bc of the fallback i taked about before. i will check that out rogerborg.
We're programmers. Programmers are, in their hearts, architects, and the first thing they want to do when they get to a site is to bulldoze the place flat and build something grand. We're not excited by renovation:tinkering,improving,planting flower beds.
Post Reply