Dialogue font size
- supadupa64
- Posts: 200
- Joined: Sun Mar 06, 2016 9:40 pm
- Contact:
Dialogue font size
How can I change this font size for a trackable quest? It's gotta be in this area.
- Attachments
-
- fontsize_necro.jpg (184.52 KiB) Viewed 1100 times
Game I'm working on:
Website: http://www.RuctionGames.com
Steam: http://store.steampowered.com/app/49682 ... en_Tablet/
Website: http://www.RuctionGames.com
Steam: http://store.steampowered.com/app/49682 ... en_Tablet/
Re: Dialogue font size
Hi,
If you're using legacy Unity GUI, edit the GUI Skin that you've inspected in your screenshot.
First, inspect your tracker HUD and find the quest template GUI Label. Look up the Gui Style Name. Then find this style, which is probably in Custom Styles, and change the Font Size. If the Gui Style Name is blank, edit the Label style.
If you're using legacy Unity GUI, edit the GUI Skin that you've inspected in your screenshot.
First, inspect your tracker HUD and find the quest template GUI Label. Look up the Gui Style Name. Then find this style, which is probably in Custom Styles, and change the Font Size. If the Gui Style Name is blank, edit the Label style.
- supadupa64
- Posts: 200
- Joined: Sun Mar 06, 2016 9:40 pm
- Contact:
Re: Dialogue font size
I haven't figured out the other issue yet. Here's another issue. The likely reason these things are messed up is because I changed the setting when I first start using this thing because the font was way too small. Here's another thing I need to work out. Do you know which section this is in? I've looked through a lot of it. The buttons are smashed together.
Game I'm working on:
Website: http://www.RuctionGames.com
Steam: http://store.steampowered.com/app/49682 ... en_Tablet/
Website: http://www.RuctionGames.com
Steam: http://store.steampowered.com/app/49682 ... en_Tablet/
Re: Dialogue font size
Dialogue UI Response Buttons:
To adjust the response button sizes, expand Necromancer Dialogue UI > GUIRoot > Dialogue Window > Response Panel. Then inspect each of the buttons (Button 1, Button 2, etc.). Increase Scaled Rect > Height, and then adjust Scaled Rect > Y to move the buttons up so they don't overlap.
The GUI style for the response buttons is the default "Button" style.
Quest Tracker:
It looks like you've already assigned the NecromancerGUI skin to the Dialogue Manager's Quest Tracker > Gui Skin, so you're halfway there. Set Title Style to "QuestTracker" (without quotes).
Inspect the NecromancerGUI skin. Increase Custom Styles > Size by 1. This will add a new custom style at the bottom of the Custom Styles list. Name it "QuestTracker". Customize it to look the way you want. You'll probably want to use the same settings that are on the default Label style but just increase the Font Size.
To adjust the response button sizes, expand Necromancer Dialogue UI > GUIRoot > Dialogue Window > Response Panel. Then inspect each of the buttons (Button 1, Button 2, etc.). Increase Scaled Rect > Height, and then adjust Scaled Rect > Y to move the buttons up so they don't overlap.
The GUI style for the response buttons is the default "Button" style.
Quest Tracker:
It looks like you've already assigned the NecromancerGUI skin to the Dialogue Manager's Quest Tracker > Gui Skin, so you're halfway there. Set Title Style to "QuestTracker" (without quotes).
Inspect the NecromancerGUI skin. Increase Custom Styles > Size by 1. This will add a new custom style at the bottom of the Custom Styles list. Name it "QuestTracker". Customize it to look the way you want. You'll probably want to use the same settings that are on the default Label style but just increase the Font Size.
- supadupa64
- Posts: 200
- Joined: Sun Mar 06, 2016 9:40 pm
- Contact:
Re: Dialogue font size
Alright thanks, I think I've got this figured out for now.
Game I'm working on:
Website: http://www.RuctionGames.com
Steam: http://store.steampowered.com/app/49682 ... en_Tablet/
Website: http://www.RuctionGames.com
Steam: http://store.steampowered.com/app/49682 ... en_Tablet/