-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Tomorrow" word not properly displayed in the "List" item. #256
Comments
This might be related to #252 . |
There may be very many such problems. A lot of different font-patches ("large font", "HD font", ...) are available alongside interface scaling through Union or SystemPack. This here issue could also just by caused by any of these. This may be a never ending problem. These issues should not be fixed individually over and over, but rather at their origin, e.g. implement automatic line breaks (or similar) in documents, inventory description and dialog choices. That, however, would have to be implemented efficiently to not hit performance. In the end, since this bug/issue does not arise from Gothic itself but is caused by third party patches/tools, I'd give it low priority. |
Hi, guys, It's possible that these string issues simply occur on my side because I use a small screen device to play the game. Regards, |
Yes, I assume you are either using the SystemPack or Union (judging by the rotating items in the inventory your the screenshots). They scale the interface (i.e. health and focus bars and font sizes) to the resolution, which is set to enabled by default. You may disable that scaling in the If you feel like trying that, you can report here if the mentioned issue is resolved by it. @AmProsius On a more technical side, we have the ability to check for that scaling and also find out the exact scaling factor with Bar_GetInterfaceScaling. However, I am not exactly sure what to do with that information. It may be better to ignore any scaling, but instead implement line wrapping within views, which could turn out very complicated (and requiring a machine code implementation for sufficient performance). |
Hi, @szapp,
I tried this, but no changes were observed, issues still occur, also rechecked #252.
I'm not very familiar with the SystemPack or Union, but I play the game on Steam, the Piranha Bytes folks updated it recently and officially added the SystemPack to it. Regards, |
Hello, everyone!
I would like to report the following bug:
Describe the bug:
The issue can be encountered once the user initiates the "Test of Faith" quest and acquires the "List" item from Ian, in the Old Mine.
The last sentence is displayed as "We're expecting the delivery for the day after tomo".
The "tomorrow" word is not fully displayed on the page.
Expected behavior:
The word "tomo" is properly displayed as "tomorrow".
Steps to reproduce the issue:
Additional context
Issue occurs for both "List" and "List (extended)" items.
The resolution of the device used is set as 1366x768x32, in case it's relevant.
Attaching screenshots for more clear information.
The "List" before Lares.
The "List (extended)" after Lares.
The "List (extended)" item in the inventory.
Thank You and Best Regards!
Quintus24
The text was updated successfully, but these errors were encountered: