Tremulous Forum

Mods => Modding Center => Topic started by: Chunkey_Monkey on February 23, 2008, 04:32:12 pm

Title: Help with huds please
Post by: Chunkey_Monkey on February 23, 2008, 04:32:12 pm
I downloaded a hud from the internet.


How do I use and set it?
Title: Re: Help with huds please
Post by: Circle on February 23, 2008, 04:46:20 pm
Hi,

Unzip the hud and move it to your "tremulous/base/ui" folder (for easy uninstallation). Depending on the hud, there can be a "install script". If there is, you would go into the console and type /exec ui/something_install.cfg (replace something with whatever).

If there isn't, you would have to look at the files, and then under "/cg_hudfiles" you would put the appropriate file. For Example "/cg_hudfiles hellrider.cfg"  This is just using Hellrider's huds. Other huds will have different configuration. Just look for something like this.

Quote
{
  loadMenu { "ui/hellrider-v1.1-alien_builder_hud.menu" }
  loadMenu { "ui/hellrider-v1.1-alien_general_hud.menu" }
  loadMenu { "ui/hellrider-v1.1-human_hud.menu" }
  loadmenu { "ui/hellrider-v1.1-tremulous_default_hud.menu" }
  loadMenu { "ui/teamscore.menu" }
  loadMenu { "ui/hellrider-v1.1-loading.menu" }
}

(ui_menufiles is for the non-ingame display. For example, the main menu.)
Title: Re: Help with huds please
Post by: Chunkey_Monkey on February 23, 2008, 05:00:48 pm
when i downloaded it.


It came in a folder.


Title: Re: Help with huds please
Post by: whitebear on February 24, 2008, 08:07:22 pm
And you are unable to move it from the folder? Bit common sense is asked when using the internet.