Guest Access
Go to page : 1, 2
Administrator
Administrator

Administrator
profile
use/set the disable switches in the MISC script.
line 70
and
line 119
*you may have to edit the XAS-SPRITE script
line 131
to read
*simple and fun = an instant classic!
G@MeF@Ce
![]() | ![]() | |
![]() | ||
![]() | ![]() |

profile

Reala wrote:is there a way I can remove the Tool Hud without removing the CT gauge?
use/set the disable switches in the MISC script.
line 70
- Code:
DISABLE_HUD_SWITCH = 5
and
line 119
- Code:
CT_DISABLE_SWITCH = 7
*you may have to edit the XAS-SPRITE script
line 131
- Code:
if $game_switches[XAS_HUD::DISABLE_HUD_SWITCH] or
$game_switches[XAS::CT_DISABLE_SWITCH]
to read
- Code:
if $game_switches[XAS::CT_DISABLE_SWITCH]
*simple and fun = an instant classic!
Administrator
Show Signature
Active Member
Active Member

Active Member
profile
Thanks again GM. It worked, 
Will this HUD be compatible with XAS 4?
Reala
![]() | ![]() | |
![]() | ||
![]() | ![]() |

profile


Will this HUD be compatible with XAS 4?
Active Member
Show Signature
Active Member
Administrator
Administrator

Administrator
profile
huh how did I miss this one?
@Reala - we will have to wait and find out.
I'm getting impatient
G@MeF@Ce
![]() | ![]() | |
![]() | ||
![]() | ![]() |

profile

@Reala - we will have to wait and find out.
I'm getting impatient

Administrator
Show Signature
Go to page : 1, 2