ugh, so many commands and stuff <_<
i probably missed something, could any1 help?
just do the setpng and hand me the wad again? :3
[miniwad] Fear blood decals. (works for zdoom now)
-
- Posts: 2661
- Joined: Thu May 17, 2007 1:53 am
- Location: Finland
-
-
- Posts: 17465
- Joined: Mon Oct 27, 2003 12:07 am
- Location: Kuala Lumpur, Malaysia
Re: [miniwad] Fear blood decals. (problem, plz help)
Well for a start, the PNGs are in RGB mode, so SetPNG won't work with that.
I converted them to grayscale mode, and used SetPNG's -alph and -grab commands to fix the alpha and set offsets for the decals (do not set offsets in XWE or SLumpEd for decals; they will overwrite the alph chunk).
This fixed WAD works perfectly in both ZDoom and GZDoom.
http://nash.wanzafran.com/doomstuff/FearDecals.zip
I converted them to grayscale mode, and used SetPNG's -alph and -grab commands to fix the alpha and set offsets for the decals (do not set offsets in XWE or SLumpEd for decals; they will overwrite the alph chunk).
This fixed WAD works perfectly in both ZDoom and GZDoom.
http://nash.wanzafran.com/doomstuff/FearDecals.zip
-
- Posts: 326
- Joined: Tue May 11, 2004 7:42 pm
Re: [miniwad] Fear blood decals. (problem, plz help)
Setting offsets via SlumpEd messes up the alpha chunk? Doh!
-
- Posts: 1490
- Joined: Sat Oct 20, 2007 10:31 pm
Re: [miniwad] Fear blood decals. (problem, plz help)
wait, what? I'm sure i've done that before... that batch image converter thing i wrote runs setpng on RGB pngs (to set the grab chunk) and they seemed to work fine...the PNGs are in RGB mode, so SetPNG won't work with that.
-
-
- Posts: 17465
- Joined: Mon Oct 27, 2003 12:07 am
- Location: Kuala Lumpur, Malaysia
Re: [miniwad] Fear blood decals. (problem, plz help)
Yes. That's why the -grab command exists in SetPNG.Grimm wrote:Setting offsets via SlumpEd messes up the alpha chunk? Doh!
-
- Posts: 2661
- Joined: Thu May 17, 2007 1:53 am
- Location: Finland
Re: [miniwad] Fear blood decals. (problem, plz help)
thanx! oh so bagheadspideys batchimageconverter has a setpng option? great
oh and thanx for the help everyone!
oh and thanx for the help everyone!
-
- Posts: 326
- Joined: Tue May 11, 2004 7:42 pm
Re: [miniwad] Fear blood decals. (works for zdoom now)
Hmm. That's odd though, because I know for a *fact* that I set offsets for a one decal via SlumpEd, and it worked fine. Just more randomness, I guess.