SpriteShadow v2.0 (now built into GZDoom 4.6.0!)

For high-res texture/sprite projects, sprite-fix patches, music add-ons, music randomizers, and other graphic/sound-only projects.
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.

Got a cool project idea but nothing else? Put it in the project ideas thread instead!

Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.

Please read the full rules for more details.
User avatar
Tormentor667
Posts: 13533
Joined: Wed Jul 16, 2003 3:52 am
Contact:

Re: Duke3D-style Shadows v1.1 [final, It Just Works™]

Post by Tormentor667 »

So does this also work with custom monsters?
User avatar
Dark-Assassin
Posts: 742
Joined: Thu Mar 19, 2009 3:40 am
Location: South Australia

Re: Duke3D-style Shadows v1.1 [final, It Just Works™]

Post by Dark-Assassin »

Yea, it does, as long as they have sprites. Still don't like the shadows over the top of the actors. Perhaps setting them back by one unit from the player's position will fix that. I'd try, but I can't ZScript.
User avatar
Nash
 
 
Posts: 17439
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: Duke3D-style Shadows v1.1 [final, It Just Works™]

Post by Nash »

It doesn't happen all the time, it depends on which angle you're looking at the monster. Even in my first release with the duplicate-monster-hack, sometimes the shadows will draw in front of the monster.

No point trying to fight over such shaky and undefined program behavior.
User avatar
Nash
 
 
Posts: 17439
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: Duke3D-style Shadows 1.2 [final, works ib all monsters/m

Post by Nash »

Updated to be compatible with GZDoom 2.4 / latest devbuilds compatible (adds new version directive)
User avatar
Hipnotic Rogue
Posts: 110
Joined: Fri Jul 15, 2016 5:06 am

Re: Duke3D-style Shadows 1.2 [final, works on all monsters/m

Post by Hipnotic Rogue »

Thank you for updating this. I love it and had a mild panic when I found 1.1 to be broken in todays DRD build! :)
User avatar
Hellstorm Archon
Posts: 1176
Joined: Sun Oct 24, 2010 7:37 pm
Preferred Pronouns: They/Them
Location: 404 Error- Location of User Not Found
Contact:

Re: Duke3D-style Shadows 1.2 [final, works on all monsters/m

Post by Hellstorm Archon »

No dice with this mini-mod, not even the latest SVN or the minimum SVN required. I get:

Code: Select all

Script error, "dukeshadow 1.2.zip:zscript.zsc" line 1: 
Unexpected identifier
Expecting end of file or 'include' or 'extend' or 'class' or 'struct' or 'const' or 'enum'

Execution could not continue.
1 errors while parsing dukeshadow1.2.zip:zscript/dukeshadow.zsc
EDIT: Something broke with Tilt++ when I had to switch SVNs to try to get this mod to work.
User avatar
Nash
 
 
Posts: 17439
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: Duke3D-style Shadows 1.2 [final, works on all monsters/m

Post by Nash »

No, you don't have the latest devbuild then.

Generalliy speaking, every time there's a line 1 error, it means the executable does not recognize the version directive, which is only available in newer dev builds (and will be for GZDoom 2.4).
User avatar
Hellstorm Archon
Posts: 1176
Joined: Sun Oct 24, 2010 7:37 pm
Preferred Pronouns: They/Them
Location: 404 Error- Location of User Not Found
Contact:

Re: Duke3D-style Shadows 1.2 [final, works on all monsters/m

Post by Hellstorm Archon »

Nash wrote:No, you don't have the latest devbuild then.

Generalliy speaking, every time there's a line 1 error, it means the executable does not recognize the version directive, which is only available in newer dev builds (and will be for GZDoom 2.4).
Just checked for the latest bleeding-edge devbuild (Gzdoom-2.5pre-85-gf3ae144, March 18th), tried to load Tilt++, and I got the same errors as I would get with the previous SVNs.
User avatar
Nash
 
 
Posts: 17439
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: Duke3D-style Shadows 1.2 [final, works on all monsters/m

Post by Nash »

Tilt++ was also updated a while ago, be sure you have the latest version of that mod too.

I loaded both mods with zero problems of my end, and my GZDoom executable isn't even bleeding edge (I'm out of date by about a few days from today, no time to play)
User avatar
kadu522
Posts: 219
Joined: Fri Mar 03, 2017 12:32 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Windows 10
Location: Brasil,Rio de janeiro
Contact:

Re: Duke3D-style Shadows 1.2 [final, works on all monsters/m

Post by kadu522 »

Hi,nash i can't seem to load your file , do i need to compile it on a wad or pk3? or i am just a noob not doing it right?
User avatar
Nash
 
 
Posts: 17439
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: Duke3D-style Shadows 1.2 [final, works on all monsters/m

Post by Nash »

Please use the latest GZDoom devbuild from http://devbuilds.drdteam.org/
User avatar
kadu522
Posts: 219
Joined: Fri Mar 03, 2017 12:32 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Windows 10
Location: Brasil,Rio de janeiro
Contact:

Re: Duke3D-style Shadows 1.2 [final, works on all monsters/m

Post by kadu522 »

Nash wrote:Please use the latest GZDoom devbuild from http://devbuilds.drdteam.org/
Ok Thanks!
Sleepyhead
Posts: 9
Joined: Tue Jan 31, 2017 7:31 pm

Re: Duke3D-style Shadows 1.2 [final, works on all monsters/m

Post by Sleepyhead »

Is there any reason why QZDoom would have difficulties or incompatibilities with this mod? Because I tried loading it with the new QZDoom 1.3.0.1 and it crashes randomly when I try to save the game and it's really confusing me. I initially thought that it was a QZDoom problem but I tested QZDoom without any add-ons other than the lights and brightmaps and it ran just fine. It was only when DukeShadows was loaded with it that the save-game crashes happened.

I tried GZDoom 2.4 out of curiosity and it works just fine with and without DukeShadows but it sucks having to choose between shadowmaps and monster shadows, especially because they look really good together in the right environment.
User avatar
Rachael
Posts: 13555
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: Duke3D-style Shadows 1.2 [final, works on all monsters/m

Post by Rachael »

Do you have any crash reports?

No matter what happens in a crash, you should always post it in the tracker, even if you think it's simple user error, along with the mod and any crash report files it generates.

Please include your hardware specs, too. (CPU, Operating System version, and GPU)
User avatar
Nash
 
 
Posts: 17439
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: Duke3D-style Shadows 1.2 [final, works on all monsters/m

Post by Nash »

I'm currently occupied with other things... there are some updates that I meant to push out for all my recent mods to align them to GZDoom 2.4's official release (mainly about using AddEventHandler instead of EventHandler inside MAPINFO, and general code cleanup). And see if I can get it to crash, things like that.

But I don't have too much time and motivation for it this week.
Post Reply

Return to “Graphic/Audio Patches”