when i use loader in full screen, the side margin bars are pink and i can't figure out why, on vanilla they're black and this looks a lot better
Your
Settings.txt file probably includes the following pair of lines:
borderRGB=0xFAF1C8
bordersEnabled=1
Change it to:
also is there any way to remove the side margins and make it 16:9?
It's
possible to make the game fill a 16:9 display, by means of some careful step-by-step operations involving window resizes and zoom manipulation. The end result is usually not worth the effort, because the girl's head and feet will be partially cut off
(unless you apply a secondary zoom-hack mod, but now we're getting into "epicycles" territory). This zoom-workaround also tends to make the in-game menu partially inaccessible, and may conceal the dialogue "subtitle" field.
I wasn't able to
fully automate the fullscreen activation stuff (even with AutoHotkey scripts) and my PC can't really run the game fullscreen anyways, so I eventually gave up.
also is there any way to remove the side margins and make it 16:9?
Perhaps you intended this question to be more straightforward -- you want the characters to retain their usual size (i.e. squashed into the middle and surrounded by empty space), but you simply want the
background image to fill the entire display instead of seeing a pillarbox effect.
Unfortunately, the answer is still "no". SDT background images are "tall"; they simply don't include any side margins. We could probably write a mod to resize the game stage and stretch the background image horizontally ... but it would look bad and bring us back to the problem of
"the end result is not worth the effort needed to achieve it."
If you mean this question