Help & Guidance > Modding & Meshing Tutorials

Ingame font color change, and more visible words in movie clips tutorial.

<< < (2/2)

FlyingGrass:
Thank you, both!

Also! In the Templates2 file, you can change the color of the font in the nametags(Those rectangles that show the character name and username).

Azurain:
Really nice Gui! I honestly didn't even know you could change the font colors. Or I did and forgot. That's a possibility. Anyways, great job! ^^

Kuri:
Concept is good. i looked at the example codes side by side and am having trouble finding the parts that were changed.

Jango_Fett:
oh god bless


you are an angel

FlyingGrass:
Thank you!

For a long time, I was thinking it was an image, until I came across this code file and looked through it thinking it was a material file, whilst searching for the file name of an image it would use, there was no image though.


The change is here:
template element TextArea(GuiTemplate/VeryLargeText)
{
    font_name TempusSans
    char_height 0.075
 colour_top 1 0.647059 0
 colour_bottom 1 0.843137 0
    left 0
    top -0.036
    alignment center
    horz_align center
    vert_align center
}
template element TextArea(GuiTemplate/VeryLargeText)
{
    font_name TempusSans
    char_height 0.075
 colour_top 1 0.647059 0
 colour_bottom 1 0.843137 0
    left 0
    top -0.80
    alignment center
    horz_align center
    vert_align center
}

Navigation

[0] Message Index

[*] Previous page

Go to full version