TDBGaming 121 Report post Posted June 20, 2016 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
SadBoy1981 63 Report post Posted July 6, 2016 Yep, i want to remove it too. Is there somebody who know where and how? =) Share this post Link to post Share on other sites
SynysterDemon 3 Report post Posted July 6, 2016 bump Share this post Link to post Share on other sites
SadBoy1981 63 Report post Posted August 18, 2016 (edited) 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 August 20, 2016 by SadBoy1981 Share this post Link to post Share on other sites
dbw 41 Report post Posted December 20, 2016 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
TheSkyPug 0 Report post Posted January 10, 2017 bump? would love to know how todo this Share this post Link to post Share on other sites
kuplion 1785 Report post Posted January 17, 2017 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
JerryF 85 Report post Posted January 18, 2017 It says i have to disable "serialization" or similiar, but can´t find the sqf to do so. Share this post Link to post Share on other sites
Cowley[s1s] 1 Report post Posted January 21, 2017 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
BetterDeadThanZed 1006 Report post Posted January 21, 2017 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: 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