Fullscreen HUD graphics
Does someone know is there a nice way to get a image like recitcles to be overlayed all over the HUD so it would stay under all HUD elements, than just editing every weapon reticle HUD's?
The weapon reticle has the problem it does not get streched when using different resolutions.
I am trying to find a way to make a unique fullscreen overlay for every armor class (Scout, Assault, Jugger) so you could easily reconigze fast way what armor you are having.
And I dont believe but need to ask if it it would be possible to have own HUD graphic for every tribe as well?
Edit: Added a mockup for better explanation. It resembles the Juggernaut armor with a helmet HUD graphics.
The weapon reticle has the problem it does not get streched when using different resolutions.
I am trying to find a way to make a unique fullscreen overlay for every armor class (Scout, Assault, Jugger) so you could easily reconigze fast way what armor you are having.
And I dont believe but need to ask if it it would be possible to have own HUD graphic for every tribe as well?
Edit: Added a mockup for better explanation. It resembles the Juggernaut armor with a helmet HUD graphics.
juggernaut.jpg
80.5K
Comments
on the hud.cs it says in the configs:
And there are at least settings to stretch the HUD to fullscreen (someway sounds so). And because there are configs to dashboard size by the resolution, it should not be impossible to have a such fullscreen (helmet) HUD correctly positioned by different resolutions.
[code]
function dashboardHud::onResize(%this, %width, %height)
{
%currentWidth = getWord(dashboardHud.getPosition(), 0);
%currentHeight = getWord(dashboardHud.getPosition(), 1);
%screenWidth = getWord(getResolution(), 0);
%screenHeight = getWord(getResolution(), 1);
switch$ ($HudMode)
{
case "Pilot":
if(%screenHeight
Idea is not to allow player to see what armor is wearing, but to limit the visual so the armor effects to gameplay as well. Every armor has so on different visual capabilities and they have own weakness as well when compared to other better features on other amors. The thirdperson view is already disabled for various gameplay reasons.
This is just a secondary way for me on trying to get a player reactions someway suppressed on different armos. Like if there is no way to do a player itself same as on the vehicles and turrets by limiting their turning speed, I would need to get something this kind done what would then limit the player visual itself. I would of course like to get both but...
There are dozens of ways to break that sort of system, so, I don't think you should bother.