Jump to content
  • 0

Removing Basic Epoch HUD


SirCannibal

Question

I was wanting to know if there is any simple way of removing the basic HUD that Epoch comes with, the player energy amount, the krypto amount, and the "vital signs critical" message when a player dies. More importantly I would like to just remove the "vital signs critical" message and the torn heart icon when the player dies. If anyone could provide any info on how to edit or remove these HUD elements that would be much appreciated. Many thanks!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
On 06.04.2016 at 2:48 AM, SirCannibal said:

I was wanting to know if there is any simple way of removing the basic HUD that Epoch comes with, the player energy amount, the krypto amount, and the "vital signs critical" message when a player dies. More importantly I would like to just remove the "vital signs critical" message and the torn heart icon when the player dies. If anyone could provide any info on how to edit or remove these HUD elements that would be much appreciated. Many thanks!

Quote

 

GUI control headers:

/x/addons/a3_epoch_config_main/gui/

Some of those contain control defines: 

/mpmissions/epoch_config/Configs/ (only since 0.3.8, legacy path=\x\addons\a3_epoch_code\gui\scripts

Scripts that control them:

/mpmissions/epoch_code/gui/scripts/ (only since 0.3.8, legacy path=\x\addons\a3_epoch_code\gui\scripts) 


 

If you wish to override/remove gui, you simply can go straight to scripts that control them and comment out/replace code that contains something alike: displayCtrl, ctrlSetText... etc.

Link to comment
Share on other sites

  • 0
21 hours ago, Demellion said:

If you wish to override/remove gui, you simply can go straight to scripts that control them and comment out/replace code that contains something alike: displayCtrl, ctrlSetText... etc.

Thanks for your reply. I'll see if I can find the scripts that control the GUI. Thanks for your time! 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...