Client Side Changes

main
DodoBirb 4 years ago
parent 5891262a51
commit ad96adbf1a
No known key found for this signature in database
GPG Key ID: 361CA687D5E39154

@ -717,7 +717,7 @@ switch syncedDifficulty
if (oControl.mod_monstersextremecheck != elm)
oControl.mod_monstersextremecheck = elm
if (((!global.ingame) || (!global.opshowhud)) && global.saxmode)
if ((!global.ingame) || (!global.opshowhud))
{
lowestPosX = 1000
lowestPosY = 1000

@ -256,7 +256,7 @@ if file_exists("lang/fonts/Glasstown_NBP.ttf")
ini_close()
global.fontVersion = font_add_sprite_ext(sVersionFont, "V.0123456789", 1, 1)
global.am2r_version = "V1.5.2"
global.multitroid_version = "V1.4.2"
global.multitroid_version = "V1.9.2"
global.gamestarted = 0
global.wave_height = 1
global.sand_map = ds_map_create()

@ -207,10 +207,7 @@ if (global.scannerSpeed <= 0)
}
if (global.showHealthIndicatorsTimer == 1)
{
if global.experimental
global.saveStationCooldown = 1800
}
global.saveStationCooldown = 1800
if (global.showHealthIndicatorsTimer > 0)
{
global.showHealthIndicatorsTimer--

@ -13,7 +13,7 @@ if (ealpha <= 0 && fadeout)
room_goto(global.currentroom)
}
size = (ealpha * 24)
if (global.saxmode && global.enemyNearby)
if global.enemyNearby
{
fadeout = 1
active = 0

@ -19,7 +19,7 @@ if (ealpha <= 0 && fadeout)
room_goto(global.currentroom)
Unmute_Loops()
}
if (global.saxmode && global.enemyNearby)
if global.enemyNearby
{
fadeout = 1
active = 0

@ -34,7 +34,7 @@ if instance_exists(oClient)
mask_index = sMask4
if (arrSJBall == 1 && (arrState == SUPERJUMP || arrState == SJSTART || arrState == SJEND || arrState == BRAKING))
mask_index = sMask4
if (instance_exists(oCharacter) && distance_to_object(oCharacter) <= 500 && arrState == RUNNING && ((abs(arrImage) >= 4 && abs(arrImage) < 4.9) || (abs(arrImage) >= 9 && abs(arrImage) < 9.9)) && arrSAX)
if (instance_exists(oCharacter) && distance_to_object(oCharacter) <= 500 && arrState == RUNNING && ((abs(arrImage) >= 4 && abs(arrImage) < 4.9) || (abs(arrImage) >= 9 && abs(arrImage) < 9.9)) && arrSAX && global.saxmode)
PlayFootstepSAX(get_floor_material())
if (arrSprite == 1915)
{

@ -15,16 +15,16 @@ if instance_exists(oClient)
arrRoomPrev = arrDraw[18]
arrSAX = arrDraw[20]
if (arrSAX && (!global.sax) && room != rm_transition && (arrRoom == room || (arrRoom == global.lastroom && (room == rm_options || room == itemroom || room == subscreenroom || room == maproom || room == rm_subscreen)) || ((arrRoomPrev == room || (arrRoomPrev == global.lastroom && (room == rm_options || room == itemroom || room == subscreenroom || room == maproom || room == rm_subscreen))) && (arrRoom == 6 || arrRoom == 10 || arrRoom == 9 || arrRoom == 11 || arrRoom == 16))))
sameRoomSAX = 1
sameRoomSAX = 0
}
}
}
if (global.showHealthIndicators && global.saxmode)
chasedBySAX = 1
chasedBySAX = 0
else
chasedBySAX = 0
if ((!global.spectator) && global.saxmode && (!global.sax) && (global.showHealthIndicators || global.enemyNearby || global.escapeTimer > 0 || global.inMusSAXRange || sameRoomSAX || chasedBySAX))
playingSAX = 1
playingSAX = 0
else
playingSAX = 0
if (prevPlayingSAX != playingSAX)

@ -44,7 +44,7 @@ if (oControl.kMissile && oControl.kSelectPushedSteps == 0 && (!missilepressed))
}
if (missilepressed && (!oControl.kMissile))
missilepressed = 0
if (global.saxmode && global.enemyNearby)
if global.enemyNearby
{
fadeout = 1
active = 0

@ -12,7 +12,7 @@ if (enabled == 0 && image_index > 0.2)
image_index -= 0.2
if (saveenabled == 1 && cansave == 1 && (oCharacter.state == 10 || oCharacter.state == 12) && (oCharacter.statetime >= 10 || oControl.kUp))
{
if (oControl.mod_insanitymode == 1 || (global.enemyNearby && global.saxmode) || global.saveStationCooldown > 0)
if (oControl.mod_insanitymode == 1 || global.enemyNearby || global.saveStationCooldown > 0)
exit
}
if (oCharacter.state == 33 && distance_to_point(oCharacter.x, oCharacter.y < 64))

@ -176,7 +176,7 @@ if (global.curropt < 14)
oSubScrPlayer.targety = 52
else
oSubScrPlayer.targety = -13
if (global.saxmode && global.enemyNearby)
if global.enemyNearby
{
fadeout = 1
active = 0

@ -426,7 +426,7 @@ if (global.classicmode == 0 && global.opshowhud)
draw_background(bgGUIMetOnly, (296 + widescreen_space), 0)
xoff = 296
}
if (instance_exists(oClient) && global.saxmode)
if instance_exists(oClient)
{
draw_set_halign(fa_right)
draw_set_alpha(0.39215686274509803)

Loading…
Cancel
Save