How the hell do I use fonts in Garry's Mod Beta, is there a list of fonts I can use? Does it use system fonts and if so what does it name them?
I'm trying to learn off the current Dark RP G13 font compatibility, but I'm not learning anything from it.
[lua]
surface.CreateFont ("DarkRPHUD2", {
size = 23,
weight = 400,
antialias = true,
shadow = false,
font = "coolvetica"})
[/lua]
There was a previous thread asking the same question a few weeks back, [url=http://www.facepunch.com/showthread.php?t=1203832]over here.[/url]
Basically, make sure you're using the TrueType font name, not the file name.
[url]http://wiki.garrysmod.com/page/Libraries/surface/CreateFont[/url]
[url]http://wiki.garrysmod.com/page/Structures/FontData[/url]
may also be useful.
Ah, thanks. It works now. If anybody is still viewing this, how do I use gm_video?
Is there a quality setting?
I don't think so, you just gm_video to start and stop recording then grab the webm file out of garrysmodbeta/videos. It's intended to be a quick thing I think, for proper recording you're supposed to make a demo and then render it as a video, then you can control things like quality etc.
Sorry, you need to Log In to post a reply to this thread.