Page 3 of 4
Re: GZDoom 3.3.1 Released
Posted: Tue Apr 03, 2018 9:00 pm
by hikari47
Is bloom not working for anyone? I'm using the 64-bit version of 3.3.1 and the bloom effect is not working for me despite loading the lights and brightmaps Pk3s when I launch a game. It was working in 3.2.5 before switching over the newest version.
Quick edit: Never mind, maybe I was seeing things wrong or something with my settings might have diminished the bloom effect. But I'm noticing that the weapons I'm firing don't emit bloom, such as my shotgun or pistol fire.
Re: GZDoom 3.3.1 Released
Posted: Tue Apr 03, 2018 9:44 pm
by wildweasel
You are not imagining things; if I remember correctly, bloom was altered to not affect weapon sprites (to offset the unfortunate "glowing hands" look it'd normally have).
Re: GZDoom 3.3.1 Released
Posted: Wed Apr 04, 2018 11:39 pm
by NightFright
It was probably the best solution. I used to get kinda blinded by weapon blooming before. Even though it's regrettable to lose it for the muzzleflashes. It looked nice on those.
Re: GZDoom 3.3.1 Released
Posted: Thu Apr 05, 2018 2:13 am
by Matt
Are there any plans for allowing customization of which overlays get blooms?
Re: GZDoom 3.3.1 Released
Posted: Thu Apr 05, 2018 2:56 am
by Kotti
I don't think that is possible with how weapons are being rendered.
Re: GZDoom 3.3.1 Released
Posted: Thu Apr 05, 2018 11:29 am
by Graf Zahl
Matt wrote:Are there any plans for allowing customization of which overlays get blooms?
How do you imagine that to work? The bloom pass must be inserted between two layers, so the bottommost layer will always be affected - and that's the one where it doesn't look that great.
Re: GZDoom 3.3.1 Released
Posted: Sat Apr 07, 2018 6:24 am
by Larz1695
There are a lot of menu options that are not explained in the wiki. Is there another place where these options are explained?
Re: GZDoom 3.3.1 Released
Posted: Sun Apr 08, 2018 1:20 pm
by Zemakat
It seems that GZDoom 3.3.1's Mac Build is refusing to launch on my Macbook Air, and deems itself as "damaged and modified."
I am using the High Sierra version too, if that's helpful in case.
Re: GZDoom 3.3.1 Released
Posted: Sun Apr 08, 2018 2:02 pm
by _mental_
Could you please execute the following command in Terminal and post its output?
Code: Select all
shasum -a 256 ~/Downloads/gzdoom-bin-3-3-1.dmg
Of course path to disk image should be changed accordingly if it was saved to a different folder.
Re: GZDoom 3.3.1 Released
Posted: Sun Apr 08, 2018 3:55 pm
by Zemakat
_mental_ wrote:Could you please execute the following command in Terminal and post its output?
Code: Select all
shasum -a 256 ~/Downloads/gzdoom-bin-3-3-1.dmg
Of course path to disk image should be changed accordingly if it was saved to a different folder.
It's not the disk image. It's the app. Howsoever, even if it's the disk image or app, the same "shasum -a 256" command applies, right?
Re: GZDoom 3.3.1 Released
Posted: Mon Apr 09, 2018 1:58 am
by _mental_
Remaker wrote:It's not the disk image. It's the app. Howsoever, even if it's the disk image or app, the same "shasum -a 256" command applies, right?
We are offer only one download for macOS bundled as a disk image. There is an application inside it indeed.
In other words, it's a single file named
gzdoom-bin-X-Y-Z.dmg where X, Y, Z are parts of version number.
I don't think it's really necessary but here is the step by step guide.
- Download gzdoom-bin-3-3-1.dmg
- Open downloaded file to mount it
- For testing purposes you can run GZDoom directly from there
- You should see this window
- Select 'Don't warn me...' checkbox and click 'Open' button
It works for me™
The first step to investigate your problem is to check downloaded file with the command from my previous post.
It should output one line like this
Code: Select all
dc81853ad6b1e0bc8157b13e0243d50e826e8e7d69a42691cb15420cf8644e5d gzdoom-bin-3-3-1.dmg
The part before filename must be exactly the same. If it's not, downloaded file was corrupted somehow.
If it's the same, open disk image, drag GZDoom to some folder like
/Applications, and execute the next command in Terminal
Code: Select all
pkgutil --check-signature /Applications/GZDoom.app
It will output some text. The second line is the most important one. It should be
Code: Select all
Status: signed by a certificate trusted by Mac OS X
Re: GZDoom 3.3.1 Released
Posted: Mon Apr 09, 2018 9:27 am
by Zemakat
_mental_ wrote:Remaker wrote:It's not the disk image. It's the app. Howsoever, even if it's the disk image or app, the same "shasum -a 256" command applies, right?
We are offer only one download for macOS bundled as a disk image. There is an application inside it indeed.
In other words, it's a single file named
gzdoom-bin-X-Y-Z.dmg where X, Y, Z are parts of version number.
I don't think it's really necessary but here is the step by step guide.
- Download gzdoom-bin-3-3-1.dmg
- Open downloaded file to mount it
gzdoom_dmg_content.png
- For testing purposes you can run GZDoom directly from there
- You should see this window
gzdoom_gatekeeper.png
- Select 'Don't warn me...' checkbox and click 'Open' button
It works for me™
The first step to investigate your problem is to check downloaded file with the command from my previous post.
It should output one line like this
Code: Select all
dc81853ad6b1e0bc8157b13e0243d50e826e8e7d69a42691cb15420cf8644e5d gzdoom-bin-3-3-1.dmg
The part before filename must be exactly the same. If it's not, downloaded file was corrupted somehow.
If it's the same, open disk image, drag GZDoom to some folder like
/Applications, and execute the next command in Terminal
Code: Select all
pkgutil --check-signature /Applications/GZDoom.app
It will output some text. The second line is the most important one. It should be
Code: Select all
Status: signed by a certificate trusted by Mac OS X
Came in to tell that it works now. Opening it from the disk image was good for it. Thank you, _mental_.
Re: GZDoom 3.3.1 Released
Posted: Mon Apr 09, 2018 9:51 am
by _mental_
Will GZDoom run fine when copied to some folder? For me it does, so I’m curious how you managed to break application integrity.
Re: GZDoom 3.3.1 Released
Posted: Mon Apr 09, 2018 1:14 pm
by Zemakat
_mental_ wrote:Will GZDoom run fine when copied to some folder? For me it does, so I’m curious how you managed to break application integrity.
I didn't copy it to a folder. I downloaded the disk image again, and opened GZDoom from there, and it just...it worked again.
Re: GZDoom 3.3.1 Released
Posted: Tue Apr 10, 2018 12:00 pm
by Project Shadowcat
Remaker wrote:_mental_ wrote:Will GZDoom run fine when copied to some folder? For me it does, so I’m curious how you managed to break application integrity.
I didn't copy it to a folder. I downloaded the disk image again, and opened GZDoom from there, and it just...it worked again.
Probably had a little bit of an internet hiccup when you were downloading it. I've had a few files corrupted like that in the past, and it still rarely happens to me today.