Search Criteria
Package Details: nwn-gog 2.1.0.21-7
Package Actions
Git Clone URL: | https://aur.archlinux.org/nwn-gog.git (read-only, click to copy) |
---|---|
Package Base: | nwn-gog |
Description: | Neverwinter Nights is an RPG from Bioware. This requires the GOG version. |
Upstream URL: | https://www.gog.com/game/neverwinter_nights_enhanced_edition_pack |
Licenses: | custom |
Conflicts: | nwn |
Provides: | nwn |
Submitter: | jdarch |
Maintainer: | ubervison |
Last Packager: | ubervison |
Votes: | 10 |
Popularity: | 0.035200 |
First Submitted: | 2015-09-09 22:49 (UTC) |
Last Updated: | 2023-07-24 16:24 (UTC) |
Dependencies (25)
- binkplayer-binAUR
- elfutils (elfutils-gitAUR)
- gcc-multilib (gcc-gitAUR, gcc-libs-gitAUR, gcc-fortran-gitAUR, gcc-objc-gitAUR, gcc-ada-gitAUR, gcc-go-gitAUR, gccrs-gitAUR, gccrs-libs-gitAUR, gcc-snapshotAUR, gcc)
- glu (glu-gitAUR)
- icoutils
- lib32-glu
- lib32-libelf
- lib32-libgl (lib32-nvidia-340xx-utilsAUR, lib32-amdgpu-pro-oglp-legacyAUR, lib32-amdgpu-pro-oglpAUR, lib32-libglvnd)
- lib32-libstdc++5AUR
- lib32-libxcursor
- lib32-libxdamage
- lib32-sdl_mixer
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, amdgpu-pro-oglpAUR, nvidia-340xx-utilsAUR, libglvnd)
- libstdc++5AUR (libstdc++5-binAUR)
- libxcursor
- perl (perl-gitAUR)
- sdl_mixer
- git (git-gitAUR, git-glAUR) (make)
- innoextract (innoextract-gitAUR) (make)
- p7zip (p7zip-natspecAUR, p7zip-full-binAUR, 7zip) (make)
- perl (perl-gitAUR) (make)
- rsync (rsync-gitAUR, rsync-reflinkAUR, rsync-reflink-gitAUR) (make)
- unrar (rarAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR) (optional) – xdg .desktop file support
Required by (0)
Sources (13)
- git+https://github.com/nwnlinux/nwlogger.git
- git+https://github.com/nwnlinux/nwmouse.git
- git+https://github.com/nwnlinux/nwmovies.git
- git+https://github.com/nwnlinux/nwuser.git
- https://lutris.net/files/games/neverwinter-nights/English_linuxclient169_xp2.tar.gz
- https://lutris.net/files/games/neverwinter-nights/nwclientgold.tar.gz
- https://lutris.net/files/games/neverwinter-nights/nwclienthotu.tar.gz
- libz.patch
- nvn_KingmakerSetup.zip
- nwn.desktop
- nwn.launcher
- setup_nwn_diamond_2.1.0.21-1.bin
- setup_nwn_diamond_2.1.0.21.exe
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
ubervison commented on 2021-02-18 15:10 (UTC)
@vdemin I see, it seems that we need to wait for a relevant patch to glibc and/or fakeroot :/
vdemin commented on 2021-02-18 15:06 (UTC) (edited on 2021-02-18 15:07 (UTC) by vdemin)
@ubervison Thank you!
I can not build nwuser too, it seems the problem is in glibc-2.33 and broken fakeroot: https://bugs.archlinux.org/task/69572 Update to fakeroot-1.25.3-2 does not help.
ubervison commented on 2021-02-18 14:56 (UTC)
The lib32-elf dependency and upstream URL were updated. However, I can't seem to be able to compile nwuser. If somebody is up to grok/fix a ten year-old makefile written in perl, I can happily give co-maintainership.
vdemin commented on 2021-02-17 21:46 (UTC)
Please replace lib32-elfutils dependency with lib32-libelf, as the last don't provide lib32-elfutils anymore: https://github.com/archlinux/svntogit-community/commit/cce8eb82529145a34ba443a895a6c72ca752944f#diff-37538beb61ff63edebbf735dfcf39e5d732f49183d6beb097169d971875ca422
Also, upstream URL is https://www.gog.com/game/neverwinter_nights_enhanced_edition_pack now.
vdemin commented on 2018-09-15 15:30 (UTC)
binkplayer is binkplayer-bin now, please update dependency.
pianoslum commented on 2018-09-08 22:32 (UTC)
Thank you for the script - it's working great! One thing: The nwn_KingmakerSetup.zip can be downloaded on GOG, it's called "premium modules re-installer" under "extras". If you put it in the same directory, there's no need to use the lgogdownloader!
Mahadeva commented on 2018-04-06 16:20 (UTC) (edited on 2018-04-06 16:59 (UTC) by Mahadeva)
I have re-organized the installation steps! And wanted to share this here, this is how I install this package now every time. Tested on 100% fresh Arch Linux installation.
--
1) Download the snapshot, and extract it like so:
tar xvf nwn-gog.tar.gz
2)
cd
into the newly extractednwn-gog
directory3) and place the downloaded gog setup files (from gog.com) into the same
nwn-gog
directory, so that yaourt doesn't have to download them again.4) Install
lgogdownloader
andbinkplayer
via yaourt first. So you don't run into dependency issues later when executing "makepkg -si".5) run
makepkg -si
in thenwn-gog
directory, this will install all the dependencies automatically. I discovered just "makepkg" command won't do that.6) install generated package with
sudo pacman -U nwn-gog 2.1.0.21-4-x86_64.pkg.tar
--
That's all, no issues during the installation. The game is ready to play at this point.
sh /opt/nwn/nwn.sh
--
Some "fixes" I do to the launch script every time I install NWN via this package.
Edit the launch script like so:
sudo nano /opt/nwn/nwn.sh
remove the ./nwmovies.so: from nwn.sh
remove the ./nwmouse.so: from nwn.sh
--
Good to know when issues with Portraits:
Newly installed portraits display as WHITE boxes in-game? It is because the game expects any portrait-file names to begin with a lowercase letter.
cd
into/home/user/.nwn/portraits
and then run this command in this folder, it will give lowercase letter to all files inside that folder:Copy-paste this command into the terminal:
for i in *; do mv $i `echo $i | tr [:upper:] [:lower:]`; done
--
ubervison commented on 2017-12-21 22:45 (UTC)
Thank you for the suggestions for the hosts file! I will add it in the *.install file.
« First ‹ Previous 1 2 3 4 5 Next › Last »