Can't seem to check my stray god virtues at Reimu (and if there are messages for gaining/losing virtues, they aren't showing up)
[Announce] English Translation for Hengband Touhou Katteban v1.1.95
Collapse
X
-
Fixed, made another release; that was because of logic tied to the English name of the race - 'god' originally wasn't capitalized, and it broke when I changed it to match other races/classes.Comment
-
For now, I'm trying to add some minor interface things to this mod. For example, I've tried changing monster recall in EN version - it displays separate sections on their own lines instead of throwing everything in a single block of text; I think this looks more readable. The spells and attacks sections still look cramped, though, and it'd be nice to display spell damage as well.
Comment
-
What's the deal with Hecatia? She cycled through all of her forms on my first run but only Otherworld got marked as dead in the unique list, but this run I only saw Otherworld and Earth but both were marked dead.
Assuming this even matters at all for the tiny amount of score it brings.gwarl 09/19/2019
I can't ban ster from my roguelikes site though like all other roguelike admins have because it lets him winComment
-
What's the deal with Hecatia? She cycled through all of her forms on my first run but only Otherworld got marked as dead in the unique list, but this run I only saw Otherworld and Earth but both were marked dead.
Assuming this even matters at all for the tiny amount of score it brings.
There's two instances when Hecatia switches bodies: She can voluntarily switch to any other body, and if you defeat her Earth or Moon form, she will switch to Otherworld form (all of them have separate HP). If you defeat Earth/Moon, those will count as defeated; if she just switches out of them to Otherworld, they won't be tracked as being defeated.Comment
-
More tinkering with making monster recall look nicer; I've tried to put all melee attacks on a separate line, and add average damage per round as well (assuming player is aware of each attack's damage output):
Does this look nicer? I think it's more readable, but it requires using more rows for main window.Comment
-
How many rows is OK, then? I already had to make row count slightly bigger to fit extra condition display rows on left side of screen (32 rows). Column count is still going to be big, many special abilities have long names when translated into EnglishComment
-
Well it would be ideal to be flexible instead. Poscheng has scrollable recalls, perhaps the code is easy to lift? And for abilities almost all of the time there is a ton of space being put in the menu despite a characters ability names being short, creating an extra line and wrapping a name when necessary would be ideal.Comment
-
On the topic of column count, the original JP version already had amount of columns larger than the norm of 80, and the translation isn't going to be shorter. Also, the code is pretty messy, being a branch of 1.7.0 Heng; splitting long ability names in two lines doesn't look trivial.
Grafting western Heng* branches UI might be possible, considering those descended from 1.7.0 as well, but the further I deviate from the base JP version, the harder moving the translation to further releases will be - for now, I'm keeping myself to slightly altering the monster recall function.Comment
-
Well it would be ideal to be flexible instead. Poscheng has scrollable recalls, perhaps the code is easy to lift? And for abilities almost all of the time there is a ton of space being put in the menu despite a characters ability names being short, creating an extra line and wrapping a name when necessary would be ideal.Comment
-
-
While I'm waiting for more releases, I'm tinkering some more with minor features. For example, I'm trying to copy detailed action logging from western Hengband variants, like the amount of different items used:
I'm implementing this with minimal changes to original source files to avoid conflicts with future versions; not sure how far can I go, but detailed player logs would be nice.Comment
-
Thanks for doing this. Couple of things I've noticed in the current release.
- Tojiko's birth description is broken
- Murasa's J menu looks odd, and some of the ability messages are untranslated
- The message for hitting a vampire with a water attack is untranslatedComment
Comment