I don't know if this is the wrong section sorry.
So basically for my hud, I'm trying to use this font(neris semibold)
In my clientscheme.res, I put
"8"
{
"font" "resource/fonts/Neris-SemiBold.otf"
"name" "Neris SemiBold"
}
but nothing happened. Anyone know why?
So basically for my hud, I'm trying to use [url=http://www.1001fonts.com/neris-font.html]this font[/url](neris semibold)
In my clientscheme.res, I put
"8"
{
"font" "resource/fonts/Neris-SemiBold.otf"
"name" "Neris SemiBold"
}
but nothing happened. Anyone know why?
You need a bit more code than that
For example that should give you 32pt text. You'd need to use "Neris32" in the actual HUD files for things like labeltexts ect ect
"Neris32"
{
"1"
{
"name" "Neris SemiBold"
"tall" "32"
"additive" "0"
"antialias" "1"
"dropshadow" "0"
}
}
For example that should give you 32pt text. You'd need to use "Neris32" in the actual HUD files for things like labeltexts ect ect
[code] "Neris32"
{
"1"
{
"name" "Neris SemiBold"
"tall" "32"
"additive" "0"
"antialias" "1"
"dropshadow" "0"
}
}[/code]
BenroadsYou need a bit more code than that
For example that should give you 32pt text. You'd need to use "Neris32" in the actual HUD files for things like labeltexts ect ect
"Neris32" { "1" { "name" "Neris SemiBold" "tall" "32" "additive" "0" "antialias" "1" "dropshadow" "0" } }
I have that put in, still gives me the default font. For example if I have that in clientscheme, and in ammoreserve i have "font" "Neris32" still default font.
For example that should give you 32pt text. You'd need to use "Neris32" in the actual HUD files for things like labeltexts ect ect
[code] "Neris32"
{
"1"
{
"name" "Neris SemiBold"
"tall" "32"
"additive" "0"
"antialias" "1"
"dropshadow" "0"
}
}[/code][/quote]
I have that put in, still gives me the default font. For example if I have that in clientscheme, and in ammoreserve i have "font" "Neris32" still default font.
Did you rename the original file "neris.semibold" into "Neris-Semibold"?
If you did not, it won't work.
If you did not, it won't work.
make the name Neris Light
like so
"8"
{
"font" "resource/fonts/Neris-SemiBold.otf"
"name" "Neris Light"
}
like so
"8"
{
"font" "resource/fonts/Neris-SemiBold.otf"
"name" "Neris Light"
}
Fogmake the name Neris Light
like so
"8"
{
"font" "resource/fonts/Neris-SemiBold.otf"
"name" "Neris Light"
}
Tried that but for some reason made the font really thin like the Neris Light font so idk is its something wrong with me?
EDIT: Heres a screenshot of how it looks, http://imgur.com/OJ6f057 (its the 32 thats supposed to be semibold)
like so
"8"
{
"font" "resource/fonts/Neris-SemiBold.otf"
"name" "Neris Light"
}[/quote]
Tried that but for some reason made the font really thin like the Neris Light font so idk is its something wrong with me?
EDIT: Heres a screenshot of how it looks, http://imgur.com/OJ6f057 (its the 32 thats supposed to be semibold)