extraweapons.hud questions [Solved]
Moderator: Moderators
- Kingpin
- Jedi

- Posts: 1096
- Joined: Fri Sep 13, 2013 7:09 pm
- Projects :: The Sith Wars II
- Location: Denver, CO
- Contact:
extraweapons.hud questions [Solved]
So I wanted to have hud fixes for weapons on all three of my teams, but I heard that you should only load in one at a time. However, there will be instances where the team with the extraweapins.hud will not be loaded in. What should I do? Cheers
Last edited by Kingpin on Wed Jul 27, 2016 2:42 am, edited 1 time in total.
-
AQT
- Gametoast Staff

- Posts: 4910
- Joined: Sat Nov 03, 2007 4:55 pm
- Location: SoCal, USA
Re: extraweapons.hud questions
Remember, just because you load a unit, it doesn't mean you have use it in any way in your mode. So just load any one of your units from the side .lvl where you have your HUD fixes, and that will do.
- Kingpin
- Jedi

- Posts: 1096
- Joined: Fri Sep 13, 2013 7:09 pm
- Projects :: The Sith Wars II
- Location: Denver, CO
- Contact:
Re: extraweapons.hud questions
Cheers!AQT wrote:Remember, just because you load a unit, it doesn't mean you have use it in any way in your mode. So just load any one of your units from the side .lvl where you have your HUD fixes, and that will do.
- Anakin
- Master of the Force

- Posts: 4817
- Joined: Sat Sep 19, 2009 11:37 am
- Projects :: RC Side Mod - Remastered - SWBF3 Legacy
- Location: Mos Espa (germany)
Re: extraweapons.hud questions (Solved)
for my mod i made 4 different HUD fixes (unknown resolution, 4:3, 16:9, 16:10) All these where in their own HUD file and in each lua i check the resolution and load the lvl that is needed.
But yes as far as i remember you can only load on hud fix. If you load more than one, only the 1st will be used. But it is possible that the reason is that they have the same name (extraweapon.hud) so it may work with more then one file if you name the files CisHudFix.hud, RepHudFix.hud,...
And make sure that the hud fix files are read in before vehicles. Otherwise you'll have problems, too.
But yes as far as i remember you can only load on hud fix. If you load more than one, only the 1st will be used. But it is possible that the reason is that they have the same name (extraweapon.hud) so it may work with more then one file if you name the files CisHudFix.hud, RepHudFix.hud,...
And make sure that the hud fix files are read in before vehicles. Otherwise you'll have problems, too.
