Re: [new] games/dsda-doom

2023-06-04 Thread Lea Chescotta
I've updated the WIP port to version 0.26.1

Tested with doom2 iwad and mods.


Apr 19, 2023, 15:54 by lu...@seninha.org:

> On 2023-04-04, Lucas de Sena wrote:
>
>> Hi,
>>
>> This is a port for DSDA-Doom.
>>
>> DSDA-Doom is a new DOOM source port based on prboom-plus.  It has extra
>> tooling for demo recording and playback, with a focus on speedrunning.
>> It also implements several new standards for mod and map authors alike.
>>
>> Noteworthy features include the hability to rewind the game; support for
>> Heretic and Hexen (two games based on DOOM, but with a wizardry/medieval
>> theme); and support for UMAPINFO, in which a WAD can provide meta-data
>> associated to levels, such as the level author, the name of the music
>> playing in the level, etc.
>>
>> DSDA-Doom has gained popularity among DOOM players and the users of the
>> doomworld.com forums.
>>
>> Article on the DOOM Wiki: https://doomwiki.org/wiki/DSDA-Doom
>> Post on the DoomWorld forums: https://www.doomworld.com/vb/thread/118074
>> Repository on Github: https://github.com/kraflab/dsda-doom
>>
>> Lucas de Sena
>>
>
> Ping.
>



dsda-doom.tar.gz
Description: application/gzip


Re: [new] games/dsda-doom

2023-04-10 Thread Lea Chescotta
Hi! thanks for the port! installed perfectly in 7.3 STABLE released today! and 
also tried some wad games pwads and some mods perfectly! including base game 
and sunlust wads.

Compiled and executing OK.

===>  Building package for dsda-doom-0.25.6
Create /usr/packages/amd64/all/dsda-doom-0.25.6.tgz
Creating package dsda-doom-0.25.6
Creating package debug-dsda-doom-0.25.6
Link to /usr/packages/amd64/ftp/dsda-doom-0.25.6.tgz
Link to /usr/packages/amd64/ftp/debug-dsda-doom-0.25.6.tgz
===>  Verifying specs: SDL c m pthread GL GLU SDL_mixer SDL_image
===>  found SDL.8.0 c.97.0 m.10.1 pthread.27.0 GL.18.0 GLU.9.0 SDL_mixer.5.0 
SDL_image.3.1
===>  Installing dsda-doom-0.25.6 from /usr/packages/amd64/all/
dsda-doom-0.25.6: ok

Apr 4, 2023, 22:23 by lu...@seninha.org:

> Hi,
>
> This is a port for DSDA-Doom.
>
> DSDA-Doom is a new DOOM source port based on prboom-plus.  It has extra
> tooling for demo recording and playback, with a focus on speedrunning.
> It also implements several new standards for mod and map authors alike.
>
> Noteworthy features include the hability to rewind the game; support for
> Heretic and Hexen (two games based on DOOM, but with a wizardry/medieval
> theme); and support for UMAPINFO, in which a WAD can provide meta-data
> associated to levels, such as the level author, the name of the music
> playing in the level, etc.
>
> DSDA-Doom has gained popularity among DOOM players and the users of the
> doomworld.com forums.
>
> Article on the DOOM Wiki: https://doomwiki.org/wiki/DSDA-Doom
> Post on the DoomWorld forums: https://www.doomworld.com/vb/thread/118074
> Repository on Github: https://github.com/kraflab/dsda-doom
>
> Lucas de Sena
>



Typo in ffmpeg manpage for mpeg1video examples

2023-04-04 Thread Lea Chescotta
Hi! playing converting some UHD videos to the somewhat ancient VCD 
format i noticed that the manpage for ffmpeg has a typo of "v" for "k"
for the "-maxrate" parameter in the VCD examples.


In this line says "-maxrate:v 1150v" instead of "-maxrate:v 1150k"
-codec:v mpeg1video -g 15 -b:v 1150k -maxrate:v 1150v -minrate:v 1150k ...


Sorry if not the place or the correct method of giving noticed of things
like this.



Compile sdl2 with haptic (force feedback) support

2017-12-24 Thread Lea Chescotta
Hi! i just installed games/speeddreams game from package and when i wanted to 
run it
i get the following error:

00:00:00.260 Default  Error   Couldn't initialize SDL: SDL not built with 
haptic (force feedback) support

It seems it has to do with force feedback support in OpenBSD SDL.

How can i compile the devel/sdl2 with haptic (force feedback) support with 
ports?
I see this configs in the Makefile but don't know, and can't seem to find,
how to activate haptic feedback:
CONFIGURE_ARGS+= --disable-alsa \
 --disable-arts \
 --disable-dbus \
 --disable-esd \
 --disable-ibus \
 --disable-libudev \
 --disable-nas \
 --disable-oss \
 --disable-pulseaudio