BrokenRegistry / Rotp-Fusion

Other
22 stars 4 forks source link

Helptext for tracking ships across turns #14

Closed dHannasch closed 1 year ago

dHannasch commented 1 year ago

This gives some helptext, though the referenced labels like SCANNER_0_NAME are not actually rendering, I haven't figured out how to make that work. (Mind you, for new players who haven't memorized the tech tree, I wonder if the ordinal numbers are more helpful for getting the idea than the names anyway.)

The guide text is a bit long-winded, since there are a couple of complications that seem like they should be noted somewhere.

BrokenRegistry commented 1 year ago

Oops, yeah! I throw out the baby with the bath water... Good naming! Guide and description use the standard "text" method from Base interface, which is not ready for dynamic hotswap... I already though to upgrade this to allow recurrent label refrencing... Probably soon. But for now you'll have to write a static text. Note: _HELP is html2 compatible,
can help long text.

BrokenRegistry commented 1 year ago

There, I added label cross referencing, it was far easier than I though! Just include the reference between →← (ALT 8594 for "→" and ALT 8582 for "←")

BrokenRegistry commented 12 months ago

I think this bug is for you! Message: Game keeps freezing when I try to go to next turn. Save file and screenshot of error are attached. Thanks for your work! Files: Attachments-RotP Bug report.zip

BrokenRegistry commented 12 months ago

Partially fixed the problem by disabling the option... Returning "false" was not enough, I added another test to also disable the backgroung when this option is disabled.