Rivals of Aether

Rivals of Aether

25 vurderinger
SSL Hud Standalone
   
Pris
Føj til foretrukne
Gjort til foretrukken
Fjern som foretrukken
Filstørrelse:
Offentliggjort:
Opdateret:
984.904 KB
8. juli 2022 kl. 0:49
18. juli 2022 kl. 9:24
5 ændringsbemærkninger ( vis )

Abonner for at downloade
SSL Hud Standalone

Beskrivelse
A standalone buddy version of the SSL Hud made by Lognes, with some performance improvements.
This buddy should only affect the local client that has it equipped.

Compatibility Features

The following features can be used to slightly modify the effects of this buddy, or disable it for the character, but are completely optional and should be unneeded in most cases:

i_have_my_own_hud = true; // disables the SSL Hud created by this buddy for your character. Use this if you have a special hud. Note that having this variable AT ALL disables the hud created by the buddy, so just don't include it if you don't want to disable the buddy! _sslhb_col1 = $313423; // set this variable to a color to change the inside color of the hud's text, just in case your colors are set up differently than the buddy expects. This should be the lightest color. _sslhb_col4 = $9AE2D3; // set this variable to a color to change the outline of the hud's text, just in case your colors are set up differently than the buddy expects. This should be the darkest color. if ("sslhb_active" in self) {} //this check lets you know if the buddy is active sslhb_draw_hud_event = 3; // this variable determines what user_event script ssl hud buddy will run, so that you can draw over it. for example, 3 will cause it to run user_event3.gml.


(Permission was granted by Lognes to upload this.)