Posted April 30, 2020
vv221
./play.it developer
vv221 Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Dec 2012
From France
Caliban72
New User
Caliban72 Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Feb 2018
From Germany
Posted May 05, 2020
That’s right, and for now I only added support for the French extras. But adding support for the other voices should not be a lot of extra work, so I guess I am going to do it soon.
BR Christian
vv221
./play.it developer
vv221 Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Dec 2012
From France
Posted June 01, 2020
Update
New game supported:
Neverwinter Nights: Enhanced Edition
New game supported:
Neverwinter Nights: Enhanced Edition
vv221
./play.it developer
vv221 Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Dec 2012
From France
Posted October 06, 2020
Update
Neverwinter Nights: Enhanced Edition
• New archives:
- neverwinter_nights_enhanced_edition_81_8193_16_41300.sh
- neverwinter_nights_enhanced_edition_french_extras_81_8193_16_41300.sh
• Add support for German voices
New archive:
- neverwinter_nights_enhanced_edition_german_extras_81_8193_16_41300.sh
Neverwinter Nights: Enhanced Edition
• New archives:
- neverwinter_nights_enhanced_edition_81_8193_16_41300.sh
- neverwinter_nights_enhanced_edition_french_extras_81_8193_16_41300.sh
• Add support for German voices
New archive:
- neverwinter_nights_enhanced_edition_german_extras_81_8193_16_41300.sh
hooperre
New User
hooperre Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Mar 2017
From United States
Posted January 27, 2021
Would this work on a 32 bit debian system? I think they removed 32 bit support for the enhanced edition.
Post edited January 27, 2021 by hooperre
vv221
./play.it developer
vv221 Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Dec 2012
From France
Posted January 27, 2021
For the Enhanced Edition version, you would have to use an installer providing a game version up to 78. After that it only comes with a 64-bit binary. (./play.it kept support for the 32-bit binary for the installers providing it)
Or you can run the Diamond Edition version with the Bioware native engine, this one comes with a 32-bit binary too.
Or you can run the Diamond Edition version with the Bioware native engine, this one comes with a 32-bit binary too.
hooperre
New User
hooperre Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Mar 2017
From United States
Posted January 27, 2021
vv221: For the Enhanced Edition version, you would have to use an installer providing a game version up to 78. After that it only comes with a 64-bit binary. (./play.it kept support for the 32-bit binary for the installers providing it)
Or you can run the Diamond Edition version with the Bioware native engine, this one comes with a 32-bit binary too.
I don't know if this is the right place for support, but with the Diamond Edition (after verifying the checksums and building from the .bin file) I'm getting: Or you can run the Diamond Edition version with the Bioware native engine, this one comes with a 32-bit binary too.
`mv: 'dialog.TLK' and 'dialog.tlk' are the same file`
Then the script quits with what looks like unfinished data.
Post edited January 27, 2021 by hooperre
vv221
./play.it developer
vv221 Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Dec 2012
From France
Posted January 28, 2021
This is the right place for support ;)
What is missing there is an early check that would abort the process with an explicit error, instead of trying to process the game files and fail later, cf. Run early filesystem checks.
I plan to work on these checks for the next feature release of ./play.it. Support for NTFS on the other hand is not planned, at least not by me.
hooperre: with the Diamond Edition (after verifying the checksums and building from the .bin file) I'm getting:
`mv: 'dialog.TLK' and 'dialog.tlk' are the same file`
Then the script quits with what looks like unfinished data.
This is a known issue: ./play.it does not work on case insensitive file systems like NTFS. `mv: 'dialog.TLK' and 'dialog.tlk' are the same file`
Then the script quits with what looks like unfinished data.
What is missing there is an early check that would abort the process with an explicit error, instead of trying to process the game files and fail later, cf. Run early filesystem checks.
I plan to work on these checks for the next feature release of ./play.it. Support for NTFS on the other hand is not planned, at least not by me.
hooperre
New User
hooperre Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Mar 2017
From United States
Posted January 28, 2021
Thanks for the response, and for this in general. it appears I've successfully built NWN Diamond and Pharaoh on another system successfully, but I'm not sure where to find them now (heh). It seems like most of the files I'm used to seeing are in the `/home/user/.local` folder, but I'm having an issue starting the game. I did a chmod +x of nwmain and nwn but am having an issue actually getting them to start. Not sure what to do next. :\ Sorry, I feel stupid.
Edit: Oh wow, I missed the git repository. That's probably my issue I'm assuming.
Edit: Oh wow, I missed the git repository. That's probably my issue I'm assuming.
Post edited January 28, 2021 by hooperre
vv221
./play.it developer
vv221 Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Dec 2012
From France
Posted January 28, 2021
hooperre: I'm not sure where to find them now (heh). It seems like most of the files I'm used to seeing are in the `/home/user/.local` folder, but I'm having an issue starting the game.
To be fair, all of this can be a bit tricky at first ;) Here are the common paths for a given game installed with ./play.it on a Debian-based system:
- /usr/local/share/games/${game} — The read-only game data, installed by the package. No user can tinker with it.
- ~/.config/${game} — Some game configuration files, for the current user (can be empty).
- ~/.local/share/games/${game} — User specific data that is not related to the game configuration, like saved games, extra maps, mods, etc.
- ~/.local/share/play.it/prefixes/${game} — A volatile directory that is used to link together the files of the three previous paths. I advise not trying to change anything in this one, as these changes could be lost.
If you want to override some game file, first copy it in ~/.local/share/games/${game} and then edit the copy. So for example you could copy:
/usr/local/share/games/${game}/path/to/some/file
to:
~/.local/share/games/${game}/path/to/some/file
then edit the copy.
hooperre: I did a chmod +x of nwmain and nwn but am having an issue actually getting them to start. Not sure what to do next. :\ Sorry, I feel stupid.
No need to feel sorry or stupid, if it was trivial there would be no need for such tools ;) Do you get some error message when you run neverwinter-nights from a console?
Post edited January 28, 2021 by vv221
osm
New User
osm Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Nov 2013
From Russian Federation
Posted January 28, 2021
Nobody needs your stupid crap of a tool nor all the other crapware like lutris et al.
You can't fix stupid with unmaintained bunch of scripts. You can only spawn more stupidity and the false feeling that something (might) work (sometimes).
And this rubbish sometimes (often actually) makes really trivial stuff work worse.
You can't fix stupid with unmaintained bunch of scripts. You can only spawn more stupidity and the false feeling that something (might) work (sometimes).
And this rubbish sometimes (often actually) makes really trivial stuff work worse.
hooperre
New User
hooperre Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Mar 2017
From United States
Posted January 28, 2021
I'm getting an error message that it's missing libmss.so and libmss.so.6 which I see are symlinked in the /miles folder. Seems close to working. (I'm on a Raspberry Pi by the way using box86, so there are potential problems there.) I probably won't trouble you with any more issues here.
Post edited January 28, 2021 by hooperre
vv221
./play.it developer
vv221 Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Dec 2012
From France
hooperre
New User
hooperre Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Mar 2017
From United States
Posted January 29, 2021
Any idea where I'd find those packages? I used grep to try to find them, but I can't. I'm wondering can I replace the symlink with the actual libraries?
vv221
./play.it developer
vv221 Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Dec 2012
From France
Posted January 29, 2021
hooperre: Any idea where I'd find those packages? I used grep to try to find them, but I can't. I'm wondering can I replace the symlink with the actual libraries?
I donʼt remember being able to replace the shipped versions of these libraries by system ones, I probably was not able to find a distribution providing this library. I think replacing the links by hard copies like you suggest might help.