TDBGaming

Disable standard HUD

30 posts in this topic

I am running the status bar hud so wanting to remove the Health, Hunger, Thirst & temperature from the bottom left corner of the screen. Is this possible and if so how do you do it?

thanks

Share this post


Link to post
Share on other sites
Advertisement
On 20.06.2016 at 8:26 PM, Mr Health And Safety said:

I am running the status bar hud so wanting to remove the Health, Hunger, Thirst & temperature from the bottom left corner of the screen. Is this possible and if so how do you do it?

thanks

deleted, wrong code

Edited by SadBoy1981

Share this post


Link to post
Share on other sites
waitUntil {(!isNil {uiNamespace getVariable "RscExileHUD"})};
		_display = uiNamespace getVariable "RscExileHUD";
		_ctrl = _display displayCtrl 1300;
		_ctrl ctrlSetPosition [-10,-10,0,0];
		_ctrl ctrlCommit 0;

 

Share this post


Link to post
Share on other sites
On 12/20/2016 at 10:16 PM, dbw said:

waitUntil {(!isNil {uiNamespace getVariable "RscExileHUD"})};
		_display = uiNamespace getVariable "RscExileHUD";
		_ctrl = _display displayCtrl 1300;
		_ctrl ctrlSetPosition [-10,-10,0,0];
		_ctrl ctrlCommit 0;

 

 

On 1/10/2017 at 4:33 PM, TheSkyPug said:

bump? would love to know how todo this

Like that. Run that from InitPlayerLocal in your mission file.

Share this post


Link to post
Share on other sites

Can anyone respond with some simple instruction on how to do it.  I've tried to disable it via the Exile_Client.pbo as suggested in other posts but it fails. I would be really happy if we can get a solution that everyone can follow... Thanks, Mark

Share this post


Link to post
Share on other sites
On 12/20/2016 at 5:16 PM, dbw said:

waitUntil {(!isNil {uiNamespace getVariable "RscExileHUD"})};
		_display = uiNamespace getVariable "RscExileHUD";
		_ctrl = _display displayCtrl 1300;
		_ctrl ctrlSetPosition [-10,-10,0,0];
		_ctrl ctrlCommit 0;

 

That doesn't work. This pops up:

hud.JPG

Edit: Added disableSerialization; to the top of that code and now it works, but it only removes the stuff from the left side of the screen. Any way to remove the ammo display too?

Share this post


Link to post
Share on other sites
Advertisement

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

  • Recently Browsing   0 members

    No registered users viewing this page.