yo, need help: is there any way to make dialogs text bigger? kinda too small for my current eyesight.
Not unless you know how to modify the game files to change the default text size. There are no in-game controls for it. I'm no programming expert, so I couldn't even tell you in what programming language this is written. But the font size seems to be set in the game file(s) somewhere, so that would need to be modified. (It's very possibly in a DLL file, but you'd need access to decompile that, change the default value, and then recompile it without errors.)
That is actually an excellent suggestion to give Kross, though: there should be some way to modify the text size. It would probably be a pretty simple thing to add that control under "Options" and let the player manage it. Even something simple, like only allowing sizes 10pt, 12pt, 14pt, 18pt, and 24pt would probably work for most people. He would need to manage dialogue bubble sizing, though, so the larger text didn't flow outside of it or get cut off at the edges of it.
There
would still be considerable redesign work needed, though. The values of individual's stats at the top, for instance, are sized as they are to facilitate all of the characters showing at a glance. He would either need to eliminate that or provide a horizontal scroll or something. There's already the general stats screen, so this top area might not be capable of serving the same function if the font was too large for it.