Jump to content

This is Woof! 14.5.0 (Apr 30, 2024)


fabian

Recommended Posts

1 minute ago, grendelw said:

Am I being a dummy or am I not able to turn off colored blood since the new version? Made a new .cfg file and I'm still getting blue and green blood with it off or with strict mode turned on.

Do you have the colored blood dehacked in your autoload folder? Try removing it if it's there.

Share this post


Link to post
5 minutes ago, Shepardus said:

Do you have the colored blood dehacked in your autoload folder? Try removing it if it's there.

I don't even remember adding it and it was there lol. Thanks.

Share this post


Link to post
16 minutes ago, grendelw said:

I don't even remember adding it and it was there lol. Thanks.

It was included as part of older versions, but the method of specifying the "default" colored blood was changed a while back so it no longer uses the dehacked, but it'll still load that dehacked if it's in the autoload folder.

 

And now, for something unrelated... I'm unable to select Fluidsynth as the MIDI player in the options menu. It only lets me toggle between SDL2 and OPL emulation. However, I can still set midi_player to 1 in the config file and it'll use Fluidsynth just fine.

Edit: I found out this is because I didn't set the soundfont_dir config, and my soundfonts aren't in the default directories. Adding my directory worked. However, I'm seeing a different issue now, where the soundfont_dir config seems to be limited to 98 characters in length, and anything longer than that gets truncated.

Edited by Shepardus

Share this post


Link to post

Woof! 10.5.1 is released on December 28, 2022.

 

A complete list of new features, improvements and bug fixes can be found on the release page:

 

https://github.com/fabiangreffrath/woof/releases/latest

 

Binaries for Windows are available here:

 

https://github.com/fabiangreffrath/woof/releases/download/woof_10.5.1/Woof-10.5.1-win32.zip

https://github.com/fabiangreffrath/woof/releases/download/woof_10.5.1/Woof-10.5.1-win64.zip

Share this post


Link to post

question: is the "smooth pixels" feature from Crispy present in Woof?

there's no option for it in the .cfg file, so I'm curious if that's because it is always on or because it has not been implemented (intentionally) 

 

Share this post


Link to post

I am really not missing it at all. I don't even like look of "smooth pixel scaling" for 640x400 resolution ports. It's a bit different for Choco's original 320x200, though...

Share this post


Link to post
On 12/28/2022 at 3:25 AM, katarn11 said:

Really enjoying this port. Will there be a mac build at some point?

 

I have just compiled version 10.5.1 for mac together with the necessary libraries, enjoy!

(woof-setup executable is bundled in the app)

Woof-v10.5.1-mac.7z

Edited by fran

Share this post


Link to post
On 1/3/2023 at 1:20 AM, fran said:

 

I have just compiled version 10.5.1 for mac together with the necessary libraries, enjoy!

(woof-setup executable is bundled in the app)

Woof.app-10.5.1-20230102-mac.zip

 

Hi, I just downloaded it but it says content is damaged. Could you upload again?

Share this post


Link to post
17 hours ago, s4f3s3x said:

 

Hi, I just downloaded it but it says content is damaged. Could you upload again?

 

It's probably a problem of signature. Try with xattr: drop the app in the downloads folder, open terminal.app and type:

xattr -cr ~/Downloads/Woof.app

What this does is remove the extended attributes of a determined file recursively, in this case the woof app content (I don't have acces to xcode in this moment to bundle the app with signatures that can avoid this).

PS: In other hand, I can't guarantee that all bundled libraries work in Mac computers with ARM chip.

Edited by fran

Share this post


Link to post
On 12/30/2022 at 2:39 PM, fabian said:

I am really not missing it at all. I don't even like look of "smooth pixel scaling" for 640x400 resolution ports. It's a bit different for Choco's original 320x200, though...

 

Tbh, I tried it in Crispy Doom ages ago, immediately deactivated it again and never looked back. It makes everything look kinda blurry. Pretty much the opposite of crispy, at least in 400p.

Edited by NightFright

Share this post


Link to post

@fran Sorry, I don't see the savegame snapshots in your build. Is it something that has been removed in 10.5.1 or is it hidden in some setting?

Edited by s4f3s3x

Share this post


Link to post

By setting "Enable predefined translucency" in the menu. However, if you have a PWAD loaded that uses DEHACKED to set translucency for certain things, then they'll be translucent no matter what. 

Share this post


Link to post

I noticed recently when trying to load an alt weapon for Doom 4 Vanilla, that Woof doesn't have the -nodeh command.
Is there alternative to -nodeh in Woof ?

Share this post


Link to post
On 1/2/2023 at 4:20 PM, fran said:

 

I have just compiled version 10.5.1 for mac together with the necessary libraries, enjoy!

(woof-setup executable is bundled in the app)

Woof.app-10.5.1-20230102-mac.zip

Thanks @fran

I can confirm this is working on an M1 Pro macbook pro (Arm chip) running Mac OS Monterey 12.5.1


This would not work on my older mac running (Mojave) 10.14

 

Based on your other forum post I knew to put the IWADs in 

$HOME/.local/share/games/doom

And it worked. Now since there aren't any doom launchers like ZDL for mac (that I know of) launching it with WADs is slightly annoying. I need to right click the woof.app to "show package contents, grab the unix executable and throw that into terminal then type -file and throw it the wad path and launch, but low and behold it works!


Thanks! Now I can enjoy woof on my work machine =) Goodbye productivity! 

Share this post


Link to post

@katarn11 I use a slightly simpler copy-paste method for running PWADs with the MacOs version:

 


 

Schermata 2023-01-10 alle 11.10.29.png

 

Also, I just created an alias folder of the .app package inside my WADs directory to make it easier to reach. Still not as comfortable as having a native MacOs launcher, but still, it's manageble and it works.

Edited by s4f3s3x

Share this post


Link to post
On 1/10/2023 at 5:11 AM, katarn11 said:

Thanks @fran

I can confirm this is working on an M1 Pro macbook pro (Arm chip) running Mac OS Monterey 12.5.1


This would not work on my older mac running (Mojave) 10.14

 

Based on your other forum post I knew to put the IWADs in 

$HOME/.local/share/games/doom

And it worked. Now since there aren't any doom launchers like ZDL for mac (that I know of) launching it with WADs is slightly annoying. I need to right click the woof.app to "show package contents, grab the unix executable and throw that into terminal then type -file and throw it the wad path and launch, but low and behold it works!


Thanks! Now I can enjoy woof on my work machine =) Goodbye productivity! 

 

I compiled this launcher that work on mac (https://github.com/Hypnotoad90/RocketLauncher2). To make it work you must do the same as with the woof app: drop the app in the downloads folder, open terminal.app and type:

xattr -cr ~/Downloads/RocketLauncher2.app

Let me know if it works for you!

RocketLauncher2-20230110-mac.7z

 

P.S. In the "Additional Command Line Arguments" you can define: -complevel, -pistolstart, etc.

 

Dropbox mirror (for in case I delete the attachment): https://www.dropbox.com/s/t4p4g503bi9sp4i/RocketLauncher2-20230110-mac.7z

Edited by fran
add mirror link

Share this post


Link to post

Hey!

 

Noticed some strange sound quality degradation between builds made on Dec 25 2022 and Jan 10 (today):

https://www.youtube.com/watch?v=bhCMUtYD5Q0

 

As far as I can see you have added some new sound related variables to the config file (snd_samplerate, snd_resampling_mode). I have tried playing with the values, but to no avail - the game sounds really strange now, as if pitched_sounds was enabled. Any ideas?

Share this post


Link to post

I think you are hearing the difference between linear resampling and sinc resampling. Linear interpolation adds extra high frequency shimmer that won’t be present with sinc. You can get the same thing in Crispy or Chocolate by setting use_libsamplerate to 3, 4 or 5. 

Share this post


Link to post
1 hour ago, mikeday said:

I think you are hearing the difference between linear resampling and sinc resampling. Linear interpolation adds extra high frequency shimmer that won’t be present with sinc. You can get the same thing in Crispy or Chocolate by setting use_libsamplerate to 3, 4 or 5. 

I see, thank you! Setting use_libsamplerate to 5 does indeed reproduce the same effect in Chocolate/Crispy Doom. Never noticed that before (although I don't tweak sound settings that much to begin with beyond the initial setup).

1 hour ago, fabian said:

SDL2_Mixer 2.28 will add a linear resampling mode which will sound exactly as you are used to. 

Are these changes in SDL2_mixer main branch already?

Edited by PKr

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...