Package Details: nblood-git r14041.6c3f8e754-1

Git Clone URL: https://aur.archlinux.org/nblood-git.git (read-only, click to copy)
Package Base: nblood-git
Description: Blood port based on EDuke32 (git version)
Upstream URL: http://nukeykt.retrohost.net/
Licenses: GPL, custom:BUILD
Conflicts: nblood
Provides: nblood
Submitter: grubber
Maintainer: Sid127
Last Packager: Sid127
Votes: 6
Popularity: 0.050870
First Submitted: 2019-02-18 20:05 (UTC)
Last Updated: 2024-05-22 11:51 (UTC)

Latest Comments

1 2 3 4 Next › Last »

itaranto commented on 2024-08-14 02:33 (UTC) (edited on 2024-08-14 02:45 (UTC) by itaranto)

I created an issue in NBlood's Github:

https://github.com/nukeykt/NBlood/issues/837

itaranto commented on 2024-08-14 01:21 (UTC)

Continuing my comment below:

I just realized this NOONE_EXTENSIONS=0 make blood only works for older releases of the game.

For example r14083 doesn't compile but r14014 does.

I'll try bisecting the issue in Git.

itaranto commented on 2024-08-14 01:13 (UTC) (edited on 2024-08-14 01:40 (UTC) by itaranto)

Hid Sid217, it seems the latest PKGBUILD breaks my savegames for some reason. The error message is the following:

Assertion failed: pSprite->extra == nXSprite in file source/blood/src/seq.cpp at line 98

At first I thought it was related to this issue: https://github.com/nukeykt/NBlood/issues/791

But then after lots of debugging, I realized you removed NOONE_EXTENSIONS=0 when compiling and this was causing my issue.

After putting NOONE_EXTENSIONS=0 make blood back, my savegames started working again.

I have no idea what this variable does, I'll investigate further.

Sid127 commented on 2024-05-22 11:52 (UTC) (edited on 2024-05-22 11:52 (UTC) by Sid127)

Neck_Bear: fixed

itaranto: I've removed it for now, let me know if issues arise

Neck_Bear commented on 2024-05-22 07:20 (UTC)

I'm having problems building the latest version. I'm unsure what snippet I should be posting so I put everything into a pastbin. https://pastebin.com/LacKqW2M

itaranto commented on 2023-09-17 21:49 (UTC)

Is the sdl_mixer dependency really required?

Sid127 commented on 2023-06-22 04:22 (UTC)

murdonk, fixed :)

murdonk commented on 2023-06-22 04:18 (UTC)

Build failed using current PKGBUILD, fixed it by adding 'libvpx' to depends field.

noabody commented on 2022-11-29 01:23 (UTC) (edited on 2022-12-05 20:43 (UTC) by noabody)

format_security errors can be avoided with this in build section:

+  export CFLAGS="${CFLAGS// -Werror=format-security}"
+  export CXXFLAGS="$CFLAGS"

options=(!buildflags) doesn't seem to work.

To build for generic, pre-sse3, 64-bit platform, use this build command:

NOONE_EXTENSIONS=0 OPTOPT='-march=x86-64 -mtune=generic' make blood

32-bit platform defaults, as defined in Common.mak, seem ok. Probably need -march=native for aarch64 and might be best choice for all.

raven566 commented on 2022-11-13 17:44 (UTC)

Hi Sid127 - I'm not sure as I can't get Rednukem installed but it's my understanding that Rednukem and NBlood are basically the same thing with slightly different settings. The Github page (linked below) has installation steps for both games.

https://github.com/nukeykt/NBlood