Monster v2.0

A place to show off your latest screenshots and for people to comment on them. Only start a new thread here if you have some nice images to show off!
chaun
Gnoblar
Posts: 4
Joined: Fri Nov 18, 2005 5:21 pm

Post by chaun »

Does anybody have the Monster 2.0 code they could share? I don't mean the shaders shown in the most recent posting by Guilderstein, which he said he couldn't release, but the version previous to that. I've come across a number of links, but they all seem dead. Thanks.

-Chaun
User avatar
sinbad
OGRE Retired Team Member
OGRE Retired Team Member
Posts: 19269
Joined: Sun Oct 06, 2002 11:19 pm
Location: Guernsey, Channel Islands
x 67

Post by sinbad »

User avatar
Paulov
Greenskin
Posts: 126
Joined: Tue Apr 04, 2006 5:18 pm
Location: San Sebastian / Europe

Post by Paulov »

The latest monster shader is available here:

www.ikernor.com/download/ogrespace/monster-2.0/all.zip

I offer free file hosting for people that share their stuff to ogre community.

I can host VERY large files. up to 200mb
(if important project can host larger files).

thank to Guilderstein.
________________________________________
pablo vidaurre sanz
www.ikernor.com
User avatar
jacmoe
OGRE Retired Moderator
OGRE Retired Moderator
Posts: 20570
Joined: Thu Jan 22, 2004 10:13 am
Location: Denmark
x 179

Post by jacmoe »

Thanks for hosting it, Paulov! :)
/* Less noise. More signal. */
Ogitor Scenebuilder - powered by Ogre, presented by Qt, fueled by Passion.
OgreAddons - the Ogre code suppository.
chaun
Gnoblar
Posts: 4
Joined: Fri Nov 18, 2005 5:21 pm

Post by chaun »

Great, thanks a lot!

-Chaun
User avatar
Evak
Orc Shaman
Posts: 707
Joined: Sun Apr 02, 2006 7:51 pm
Location: Sacramento, CA
x 1

Post by Evak »

Fantastic, can't wait to try this out. Monster 1.0 was very nice, and this looks like it's a LOT better, looks like its set up for Ofusion too :)
User avatar
Evak
Orc Shaman
Posts: 707
Joined: Sun Apr 02, 2006 7:51 pm
Location: Sacramento, CA
x 1

Post by Evak »

BTW, anyone had any luck getting it to compile, I'm trying to use it with ofusion but get the following compile error.

Image

which suggests that atten0 isn't being declared anywhere. I turned

#if attenuation to 1

thinking that would fix it, but no joy,

Anyway, if anyone has it working in ofusion, some brief instructions would be cool.

THanks.

PS. Wasn't sure if I should have posted here or in the Ofusion forums. Just this is the only existing thread about the shader.
User avatar
guilderstein
Halfling
Posts: 66
Joined: Wed Jan 04, 2006 11:48 am
Location: Hungary, Budapest

Post by guilderstein »

Now thats a bit strange.

Do you have the same in a say, 1.4.2 SDK ogre.log?

I seem to only use atten0 in 2 places in the whole shader, and if
you have LIGHTING, LIGHT_0, and ATTENUATION flags on, that should do it.
I mean, as I read the code, its not possible to have atten0 in a valid shader line if its not defined before - the #if-s make sure of that.

Will check.

Though the shader would really need some renovation, its pretty old and
lousy in some places, now I could write miles better if had enough time :S

Regards,

g
"I go where I please, and I please where I go"
- Duke Nukem
ColinDoody
Kobold
Posts: 34
Joined: Tue Jan 03, 2006 10:45 pm
Location: Tokyo, Japan

Post by ColinDoody »

Gorgeous stuff. Keep at it and I look forward to seeing more.
Image
User avatar
ebol
Halfling
Posts: 67
Joined: Sun Sep 24, 2006 8:49 pm

Post by ebol »

Hi, I'm back after a looong while :) So again, greetings to you all.

About Monster2.0 being set up for oFusion... well, i tested it with oFusion 1.8 CE and with max 7 and max 8.

When using max 7, I have the same error as Evak described (from Ogre.log):

Code: Select all

Error #: -2147467259
Function: D3D9HLSLProgram::loadFromSource
Description: Cannot assemble D3D9 high-level shader w_Ambient Errors:
(48): error X3004: undeclared identifier 'atten0'
and max crashes :/

But, when running with max 8, Monster seems to compile ok, but after selecting it, I can't set any of it parameters and (even there are auto_params declared in .program file) all of methods implemented in Monster 2 (w_Ambient, w_PerPixel_Lim6, MONSTER) producess the same result - totally white material.


I know that this is just a research not the problem solution, but maybe it will help to solve this issue.
User avatar
guilderstein
Halfling
Posts: 66
Joined: Wed Jan 04, 2006 11:48 am
Location: Hungary, Budapest

Post by guilderstein »

Seems oFusion compatibility is core for you guys ;)

Recently found something that might be what you are looking for,
the old oFusion MONSTER shaders.

DL here:
http://rapidshare.com/files/44154590/Ofusion.zip.html

Cheers,

g
"I go where I please, and I please where I go"
- Duke Nukem
PDX
Gnoblar
Posts: 2
Joined: Fri Jul 20, 2007 12:30 am

Post by PDX »

Hi Guilderstein,

Thanks for posting that link!

I take it this Ofusion.zip file does *not* contain the Monster v2.0 shader?

Also, up above, Paulov posted a link to the Monster v2.0 shader, but I wasn't able to get that to work with oFusion (in Max 7). Any hints on how to do that?

I ask because I was able to get the shader in Ofusion.zip to work, but it looks shiny to the point of being slimy. The Monster 2.0 fixes would be great to have.
User avatar
Paulov
Greenskin
Posts: 126
Joined: Tue Apr 04, 2006 5:18 pm
Location: San Sebastian / Europe

Post by Paulov »

HEy PDX

You can make look the monster 1.0 not shiny, I did. But will be difficult to make it lightmaped, at least by now.

Me, Havent been able to run 2.0 in OF. Hope something can be done.


The monster 1.0 is available for download here:

http://www.ikernor.com/ogre_free_space/guilderstein/

You can see the ressults I had in an oFusion threat I made, there is a video too:
http://www.ogre3d.org/phpBB2addons/viewtopic.php?t=4505

bye.
Last edited by Paulov on Tue Jul 24, 2007 8:50 am, edited 1 time in total.
________________________________________
pablo vidaurre sanz
www.ikernor.com
User avatar
celic
Gnome
Posts: 363
Joined: Wed Mar 23, 2005 11:05 am
Location: Chisinau/Moldova

Post by celic »

Unbelivable screens!!! :-)
rluck
Kobold
Posts: 29
Joined: Fri Jun 08, 2007 7:20 am
x 1

Post by rluck »

Code: Select all

12:51:46: OGRE EXCEPTION(3:RenderingAPIException): Failed to DrawPrimitive : Invalid call in D3D9RenderSystem::_render at e:\projects\ogrecvs\branches\eihort_vc8_clean\ogrenew\rendersystems\direct3d9\src\ogred3d9rendersystem.cpp (line 2719)
I'm getting this no matter what system I use, directx or opengl. Any help would be much appreciated.

edit: it must be the laptop I'm trying this on, I'll have to wait until I'm home and give it a go on my desktop pc.

edit2: on second thought, it shouldn't be the graphics card...rendermonkey works fine...

edit3: sure enough, it was
jchmack
Goblin
Posts: 267
Joined: Tue Feb 28, 2006 12:30 pm

Post by jchmack »

I am sorry to resurrect this old thread but I've been using the old monster 1.0 shader for a while. I would love to get my hands on the new 2.0. I have looked everywhere trying to find it but all the old links seem to be dead. Does anyone have a copy?
jchmack
Goblin
Posts: 267
Joined: Tue Feb 28, 2006 12:30 pm

Post by jchmack »

After a few days of emailing people I got in contact with guilderstien:
Hello,

sorry but this stuff is a bit old, and I cant offer any help regarding the code. Its xmas though, so I'm mailing you all I've found on my hd :)
It would be kind if you could host or share it for others if you wish.

...


Have fun,

guilderstein
I rehosted like he asked. Hope someone else finds this useful:
http://files.filefront.com/My+shaderszi ... einfo.html
edit: Does anyone know where i can find a mesh with ambient occlusion textures to test with?
User avatar
buckED
Greenskin
Posts: 133
Joined: Fri Feb 15, 2008 9:51 pm

Post by buckED »

Thanks a lot to Guilderstein for creating this.
And of course to jchmack for uploading.
Many of life's failures are people who did not realize how close they were to success when they gave up.

~ Thomas Edison ~
User avatar
rogerdv
Gnome
Posts: 351
Joined: Fri May 09, 2003 10:43 pm
Location: Cuba
x 1

Re: Monster v2.0

Post by rogerdv »

Is there any updated version available? All the links are down and the version in the wiki doesnt works well (or Im no tusing it correctly).
User avatar
AWM Mars
Halfling
Posts: 56
Joined: Mon Apr 19, 2010 9:28 pm
Location: Wiltshire, England
x 1

Re: Monster v2.0

Post by AWM Mars »

If you need this file hosted permanetly, please PM me and we can arrange for that on one of my servers. I have one with 5tb HD space and around 15tb bandwidth available.
Politeness is priceless when recieved, cost nothing to own or give, yet some cannot afford.
User avatar
sinbad
OGRE Retired Team Member
OGRE Retired Team Member
Posts: 19269
Joined: Sun Oct 06, 2002 11:19 pm
Location: Guernsey, Channel Islands
x 67

Re: Monster v2.0

Post by sinbad »

Really if this is updated by someone it should go in the wiki.
http://www.ogre3d.org/tikiwiki/The+Monster
User avatar
AWM Mars
Halfling
Posts: 56
Joined: Mon Apr 19, 2010 9:28 pm
Location: Wiltshire, England
x 1

Re: Monster v2.0

Post by AWM Mars »

I agree, but the links are dead on the wiki, and here on the forums including this other thread http://www.ogre3d.org/forums/viewtopic. ... 4&start=75 Sometimes people simply don't have the resources to upkeep files, so that's why I offered, it seems a worthy project.
Politeness is priceless when recieved, cost nothing to own or give, yet some cannot afford.
User avatar
jacmoe
OGRE Retired Moderator
OGRE Retired Moderator
Posts: 20570
Joined: Thu Jan 22, 2004 10:13 am
Location: Denmark
x 179

Re: Monster v2.0

Post by jacmoe »

AWM Mars: What Sinbad's saying is that the code should go on the wiki. :)
If you haven't noticed, I'd like to inform you that you can attach files there.
That's so much better than loosing files all over the place.

If you want to keep it: put it on the wiki.
And it's not going to become lost.

I think this happened three or four times to Monster already...
/* Less noise. More signal. */
Ogitor Scenebuilder - powered by Ogre, presented by Qt, fueled by Passion.
OgreAddons - the Ogre code suppository.
User avatar
AWM Mars
Halfling
Posts: 56
Joined: Mon Apr 19, 2010 9:28 pm
Location: Wiltshire, England
x 1

Re: Monster v2.0

Post by AWM Mars »

jacmoe wrote:AWM Mars: What Sinbad's saying is that the code should go on the wiki. :)
If you haven't noticed, I'd like to inform you that you can attach files there.
That's so much better than loosing files all over the place.

If you want to keep it: put it on the wiki.
And it's not going to become lost.

I think this happened three or four times to Monster already...
And this is my point, it was apparently on the wiki but the links are broken... soo... Perhaps you know of a place where this can be downloaded? Certainly I'm not alone in not finding a link/post where I can.
Politeness is priceless when recieved, cost nothing to own or give, yet some cannot afford.
User avatar
jacmoe
OGRE Retired Moderator
OGRE Retired Moderator
Posts: 20570
Joined: Thu Jan 22, 2004 10:13 am
Location: Denmark
x 179

Re: Monster v2.0

Post by jacmoe »

Look:
You can ATTACH files in the new wiki.

If you ATTACH, it will not get lost in the future.
/* Less noise. More signal. */
Ogitor Scenebuilder - powered by Ogre, presented by Qt, fueled by Passion.
OgreAddons - the Ogre code suppository.