Upvote Upvoted 1 Downvote Downvoted
Font help
posted in Q/A Help
1
#1
0 Frags +

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?

I don't know if this is the wrong section sorry.
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?
2
#2
1 Frags +

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"
			}
		}
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

[code] "Neris32"
{
"1"
{
"name" "Neris SemiBold"
"tall" "32"
"additive" "0"
"antialias" "1"
"dropshadow" "0"
}
}[/code]
3
#3
0 Frags +
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.

[quote=Benroads]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

[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.
4
#4
1 Frags +

Did you rename the original file "neris.semibold" into "Neris-Semibold"?
If you did not, it won't work.

Did you rename the original file "neris.semibold" into "Neris-Semibold"?
If you did not, it won't work.
5
#5
0 Frags +

bump, still not working.

bump, still not working.
6
#6
0 Frags +

make the name Neris Light

like so

"8"
{
"font" "resource/fonts/Neris-SemiBold.otf"
"name" "Neris Light"
}

make the name Neris Light

like so

"8"
{
"font" "resource/fonts/Neris-SemiBold.otf"
"name" "Neris Light"
}
7
#7
0 Frags +
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)

[quote=Fog]make the name Neris Light

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)
8
#8
0 Frags +

then do Neris Light SemiBold

then do Neris Light SemiBold
Please sign in through STEAM to post a comment.