yar-sh / steins-gate-psp-patch

An English Patch for Stein;Gate PSP 2011
https://yar-sh.github.io/SGPSPE/
The Unlicense
35 stars 2 forks source link

Rendering of Noradrenaline Tip Text Broken #2

Closed compupro closed 5 years ago

compupro commented 5 years ago

Some of the definition text for the Noradrenaline tip is rendered small, spaced out, and in a strange location like so.

The broken text is surrounded in brackets in atlas-scripts-edited/DICT.txt.

yar-sh commented 5 years ago

Thank you!

I guess it's just a a feature in the game engine that any text inside of [***] appears as a kind of an annotation.

Fixed it from this:

An intracerebrally secreted neurotransmitter.<LINE>
Properly called 4-[(1R)-2-amino-1-hydroxyethyl]benzene-1,2-diol.<LINE>
Secreted in times of anger among others.

To this:

An intracerebrally secreted neurotransmitter.<LINE>
Properly called 4-(2-amino-1-hydroxyethyl)benzene-1,2-diol.<LINE>
Secreted in times of anger among others.

The issue will be closed once this change makes it into the next release.