Package Details: umoria-color 5.8.2-1

Git Clone URL: https://aur.archlinux.org/umoria-color.git (read-only, click to copy)
Package Base: umoria-color
Description: Rogue-like dungeon crawler color variant
Upstream URL: https://andrew.cool/moria
Licenses: GPL
Submitter: lea2501
Maintainer: lea2501
Last Packager: lea2501
Votes: 1
Popularity: 0.000001
First Submitted: 2022-06-27 01:13 (UTC)
Last Updated: 2022-06-27 12:47 (UTC)

Dependencies (3)

Required by (0)

Sources (2)

Latest Comments

Ziusudra commented on 2023-07-09 17:32 (UTC) (edited on 2023-07-09 21:03 (UTC) by Ziusudra)

In the PKGBUILD the backup=("usr/share/${pkgname}/files/scores") should be backup=("usr/share/${pkgname}/data/scores.dat").

And yeah, even just letting it save in the current directory says that file is a 'Duplicate'.

Edit, OK, we're missing this fix https://github.com/andrewtweber/umoria-color/commit/6cf0bd30ced3f547960aa5600648448465cd0a9f, which one might think would warrant tagging a new release. (Although, I think that "fixed" code is cursed to never be true.)

ithildin commented on 2023-05-13 04:20 (UTC)

If I resolve the save problem by creating a /usr/share/umoria symlink, saving works. But it doesn't recover the save properly. After saving, it records the character to the scoreboard as <saved>, and reloading the save says that it can't be scored. It says 'Duplicate' on the UI. This also happens if I specify a different location for the save.

How do I get saves working that can actually save and reload properly?

lea2501 commented on 2022-06-27 12:48 (UTC) (edited on 2022-06-27 12:48 (UTC) by lea2501)

I think i fixed the patch directories locations, please update and try 'makepkg -sicf' again

lea2501 commented on 2022-06-27 12:35 (UTC) (edited on 2022-06-27 12:36 (UTC) by lea2501)

hi! i copied the umoria aur pkgbuild and changed the name to umoria-color so i could have both packages installed, but obviously the default savegame is not there cause the patch don't modify it.

Please, try this:

$ cp /usr/share/umoria-color/data/scores.dat /usr/share/umoria/data/scores.dat

Or run it passing the savegame as parameter:

$ cd && mkdir .moria
$ umoria-color .moria/moria-save