- Joined
- Jan 17, 2015
- Messages
- 46
- Reaction score
- 10
- First Language
- English
- Primarily Uses
So far I've been doing pretty well with making my own menu on my own. I have to say, the Luna Engine really is a godsend for me, and so far I'm actually really proud with how far I've gotten:
...but there's a couple things missing. First, I want pretty much all the fonts to be set to black. (The outlined hp, mp & lv there are actually part of an image so they don't count)
I can't find out how to change the font colors to the command window. I'm assuming the options are here:
and here:
and as you can see I have, in fact, set both parameters to [0, 0, 0] which should definitely translate to 'black', but in both cases nothing seems to have changed it from white. Not even if I add an opacity chunk at the end so it looks like [0, 0, 0, 255].
While the font color itself refuses to change, the outlines are fine. I'm able to add opacity to either one of those lines and change the parameters thusly. (As you might see in the first & second image, I do in fact have the :font_outer opacity set to 80.
As for the Gold window, I want to be able to change the font and outline for as well but I see absolutely no means in the script editor to do so. I would add the functions myself, but I don't know where I should and I'm too scared of ruining everything.
If anyone is willing to help at all, I'd be deeply grateful. Thank you for your time.
...but there's a couple things missing. First, I want pretty much all the fonts to be set to black. (The outlined hp, mp & lv there are actually part of an image so they don't count)
I can't find out how to change the font colors to the command window. I'm assuming the options are here:
and here:
and as you can see I have, in fact, set both parameters to [0, 0, 0] which should definitely translate to 'black', but in both cases nothing seems to have changed it from white. Not even if I add an opacity chunk at the end so it looks like [0, 0, 0, 255].
While the font color itself refuses to change, the outlines are fine. I'm able to add opacity to either one of those lines and change the parameters thusly. (As you might see in the first & second image, I do in fact have the :font_outer opacity set to 80.
As for the Gold window, I want to be able to change the font and outline for as well but I see absolutely no means in the script editor to do so. I would add the functions myself, but I don't know where I should and I'm too scared of ruining everything.
If anyone is willing to help at all, I'd be deeply grateful. Thank you for your time.
Last edited by a moderator:

