Sort by name update

This commit is contained in:
horbel 2024-01-12 02:36:02 +02:00
parent 7b315b6192
commit 48ecc5d2b4
10 changed files with 61 additions and 66 deletions

View File

@ -66,7 +66,7 @@ else if (global.recipemode == "c")
else if (global.recipemode == "f") else if (global.recipemode == "f")
{ {
global.indexphase = "home" global.indexphase = "home"
global.recipeindex = 19 global.recipeindex = 10
} }
else if (global.recipemode == "g") else if (global.recipemode == "g")
{ {
@ -81,7 +81,7 @@ else if (global.recipemode == "m")
else if (global.recipemode == "p") else if (global.recipemode == "p")
{ {
global.indexphase = "home" global.indexphase = "home"
global.recipeindex = 7 global.recipeindex = 22
} }
else if (global.recipemode == "s") else if (global.recipemode == "s")
{ {

View File

@ -66,12 +66,12 @@ else if (global.recipemode == "c")
else if (global.recipemode == "f") else if (global.recipemode == "f")
{ {
global.indexphase = "home" global.indexphase = "home"
global.recipeindex = 11 global.recipeindex = 24
} }
else if (global.recipemode == "g") else if (global.recipemode == "g")
{ {
global.indexphase = "home" global.indexphase = "home"
global.recipeindex = 13 global.recipeindex = 7
} }
else if (global.recipemode == "m") else if (global.recipemode == "m")
{ {
@ -81,10 +81,10 @@ else if (global.recipemode == "m")
else if (global.recipemode == "p") else if (global.recipemode == "p")
{ {
global.indexphase = "home" global.indexphase = "home"
global.recipeindex = 21 global.recipeindex = 23
} }
else if (global.recipemode == "s") else if (global.recipemode == "s")
{ {
global.indexphase = "home" global.indexphase = "home"
global.recipeindex = 10 global.recipeindex = 12
} }

View File

@ -1,5 +1,5 @@
hover = 1 hover = 1
if ((!hoversound) && global.recipemode != "index" && global.indexphase != "ex" && global.recipemode != "b" && global.recipemode != "z") if ((!hoversound) && global.recipemode != "index" && global.indexphase != "ex" && global.recipemode != "b" && global.recipemode != "z" && global.recipemode != "f")
{ {
hoversound = 1 hoversound = 1
audio_play_sound(mouse_hover, 1, false) audio_play_sound(mouse_hover, 1, false)

View File

@ -1,4 +1,4 @@
if (global.recipemode != "index" && global.indexphase != "ex" && global.recipemode != "b" && global.recipemode != "z") if (global.recipemode != "index" && global.indexphase != "ex" && global.recipemode != "b" && global.recipemode != "z" && global.recipemode != "f")
{ {
audio_play_sound(jukechange, 1, false) audio_play_sound(jukechange, 1, false)
audio_sound_gain(jukechange, ((global.sfxvolume - 20) / 100), 0) audio_sound_gain(jukechange, ((global.sfxvolume - 20) / 100), 0)
@ -58,15 +58,10 @@ else if (global.recipemode == "c")
global.indexphase = "home" global.indexphase = "home"
global.recipeindex = 16 global.recipeindex = 16
} }
else if (global.recipemode == "f")
{
global.indexphase = "home"
global.recipeindex = 24
}
else if (global.recipemode == "g") else if (global.recipemode == "g")
{ {
global.indexphase = "home" global.indexphase = "home"
global.recipeindex = 3 global.recipeindex = 19
} }
else if (global.recipemode == "m") else if (global.recipemode == "m")
{ {
@ -76,10 +71,10 @@ else if (global.recipemode == "m")
else if (global.recipemode == "p") else if (global.recipemode == "p")
{ {
global.indexphase = "home" global.indexphase = "home"
global.recipeindex = 22 global.recipeindex = 20
} }
else if (global.recipemode == "s") else if (global.recipemode == "s")
{ {
global.indexphase = "home" global.indexphase = "home"
global.recipeindex = 12 global.recipeindex = 21
} }

View File

@ -1,5 +1,5 @@
hover = 1 hover = 1
if ((!hoversound) && global.recipemode != "index" && global.indexphase != "ex" && global.recipemode != "spicy" && global.recipemode != "classic" && global.recipemode != "b" && global.recipemode != "f" && global.recipemode != "g" && global.recipemode != "s" && global.recipemode != "z") if ((!hoversound) && global.recipemode != "index" && global.indexphase != "ex" && global.recipemode != "spicy" && global.recipemode != "classic" && global.recipemode != "b" && global.recipemode != "f" && global.recipemode != "p" && global.recipemode != "s" && global.recipemode != "z")
{ {
hoversound = 1 hoversound = 1
audio_play_sound(mouse_hover, 1, false) audio_play_sound(mouse_hover, 1, false)

View File

@ -1,4 +1,4 @@
if (global.recipemode != "index" && global.indexphase != "ex" && global.recipemode != "spicy" && global.recipemode != "classic" && global.recipemode != "b" && global.recipemode != "f" && global.recipemode != "g" && global.recipemode != "s" && global.recipemode != "z") if (global.recipemode != "index" && global.indexphase != "ex" && global.recipemode != "spicy" && global.recipemode != "classic" && global.recipemode != "b" && global.recipemode != "f" && global.recipemode != "p" && global.recipemode != "s" && global.recipemode != "z")
{ {
audio_play_sound(jukechange, 1, false) audio_play_sound(jukechange, 1, false)
audio_sound_gain(jukechange, ((global.sfxvolume - 20) / 100), 0) audio_sound_gain(jukechange, ((global.sfxvolume - 20) / 100), 0)
@ -48,18 +48,13 @@ else if (global.recipemode == "c")
global.indexphase = "home" global.indexphase = "home"
global.recipeindex = 8 global.recipeindex = 8
} }
else if (global.recipemode == "g")
{
global.indexphase = "home"
global.recipeindex = 13
}
else if (global.recipemode == "m") else if (global.recipemode == "m")
{ {
global.indexphase = "home" global.indexphase = "home"
global.recipeindex = 9 global.recipeindex = 11
}
else if (global.recipemode == "p")
{
global.indexphase = "home"
global.recipeindex = 23
}
else if (global.recipemode == "s")
{
global.indexphase = "home"
global.recipeindex = 23
} }

View File

@ -1,5 +1,5 @@
hover = 1 hover = 1
if ((!hoversound) && global.recipemode != "index" && global.indexphase != "ex" && (global.recipemode == "p" || global.recipemode == "sweet" || global.recipemode == "bitter" || global.recipemode == "sour" || global.recipemode == "girly" || global.recipemode == "manly" || global.recipemode == "classy" || global.recipemode == "promo")) if ((!hoversound) && global.recipemode != "index" && global.indexphase != "ex" && (global.recipemode == "g" || global.recipemode == "m" || global.recipemode == "sweet" || global.recipemode == "bitter" || global.recipemode == "sour" || global.recipemode == "girly" || global.recipemode == "manly" || global.recipemode == "classy" || global.recipemode == "promo"))
{ {
hoversound = 1 hoversound = 1
audio_play_sound(mouse_hover, 1, false) audio_play_sound(mouse_hover, 1, false)

View File

@ -1,4 +1,4 @@
if (global.recipemode != "index" && global.indexphase != "ex" && (global.recipemode == "p" || global.recipemode == "sweet" || global.recipemode == "bitter" || global.recipemode == "sour" || global.recipemode == "girly" || global.recipemode == "manly" || global.recipemode == "classy" || global.recipemode == "promo")) if (global.recipemode != "index" && global.indexphase != "ex" && (global.recipemode == "g" || global.recipemode == "m" || global.recipemode == "sweet" || global.recipemode == "bitter" || global.recipemode == "sour" || global.recipemode == "girly" || global.recipemode == "manly" || global.recipemode == "classy" || global.recipemode == "promo"))
{ {
audio_play_sound(jukechange, 2, false) audio_play_sound(jukechange, 2, false)
audio_sound_gain(jukechange, ((global.sfxvolume - 20) / 100), 0) audio_sound_gain(jukechange, ((global.sfxvolume - 20) / 100), 0)
@ -38,8 +38,13 @@ else if (global.recipemode == "promo")
global.indexphase = "home" global.indexphase = "home"
global.recipeindex = 18 global.recipeindex = 18
} }
else if (global.recipemode == "p") else if (global.recipemode == "g")
{ {
global.indexphase = "home" global.indexphase = "home"
global.recipeindex = 20 global.recipeindex = 3
}
else if (global.recipemode == "m")
{
global.indexphase = "home"
global.recipeindex = 9
} }

View File

@ -224,13 +224,13 @@ if (global.indexphase != "home")
else if (global.recipemode == "c") else if (global.recipemode == "c")
draw_text((ba1.x + 5), (ba1.y + 3), string(global.marsblast_str)) draw_text((ba1.x + 5), (ba1.y + 3), string(global.marsblast_str))
else if (global.recipemode == "f") else if (global.recipemode == "f")
draw_text((ba1.x + 5), (ba1.y + 3), string(global.piledriver_str)) draw_text((ba1.x + 5), (ba1.y + 3), string(global.fringeweaver_str))
else if (global.recipemode == "g") else if (global.recipemode == "g")
draw_text((ba1.x + 5), (ba1.y + 3), string(global.bloomlight_str)) draw_text((ba1.x + 5), (ba1.y + 3), string(global.bloomlight_str))
else if (global.recipemode == "m") else if (global.recipemode == "m")
draw_text((ba1.x + 5), (ba1.y + 3), string(global.beer_str)) draw_text((ba1.x + 5), (ba1.y + 3), string(global.beer_str))
else if (global.recipemode == "p") else if (global.recipemode == "p")
draw_text((ba1.x + 5), (ba1.y + 3), string(global.cobaltvelvet_str)) draw_text((ba1.x + 5), (ba1.y + 3), string(global.sunshinecloud_str))
else if (global.recipemode == "s") else if (global.recipemode == "s")
draw_text((ba1.x + 5), (ba1.y + 3), string(global.badtouch_str)) draw_text((ba1.x + 5), (ba1.y + 3), string(global.badtouch_str))
if ba2.hover if ba2.hover
@ -262,15 +262,15 @@ if (global.indexphase != "home")
else if (global.recipemode == "c") else if (global.recipemode == "c")
draw_text((ba2.x + 5), (ba2.y + 3), string(global.mercuryblast_str)) draw_text((ba2.x + 5), (ba2.y + 3), string(global.mercuryblast_str))
else if (global.recipemode == "f") else if (global.recipemode == "f")
draw_text((ba2.x + 5), (ba2.y + 3), string(global.frothywater_str)) draw_text((ba2.x + 5), (ba2.y + 3), string(global.zenstar_str))
else if (global.recipemode == "g") else if (global.recipemode == "g")
draw_text((ba2.x + 5), (ba2.y + 3), string(global.gutpunch_str)) draw_text((ba2.x + 5), (ba2.y + 3), string(global.cobaltvelvet_str))
else if (global.recipemode == "m") else if (global.recipemode == "m")
draw_text((ba2.x + 5), (ba2.y + 3), string(global.pianoman_str)) draw_text((ba2.x + 5), (ba2.y + 3), string(global.pianoman_str))
else if (global.recipemode == "p") else if (global.recipemode == "p")
draw_text((ba2.x + 5), (ba2.y + 3), string(global.sugarrush_str)) draw_text((ba2.x + 5), (ba2.y + 3), string(global.suplex_str))
else if (global.recipemode == "s") else if (global.recipemode == "s")
draw_text((ba2.x + 5), (ba2.y + 3), string(global.fringeweaver_str)) draw_text((ba2.x + 5), (ba2.y + 3), string(global.grizzlytemple_str))
if ba3.hover if ba3.hover
draw_set_color(c_white) draw_set_color(c_white)
else else
@ -297,16 +297,14 @@ if (global.indexphase != "home")
draw_text((ba3.x + 5), (ba3.y + 3), string(global.zenstar_str)) draw_text((ba3.x + 5), (ba3.y + 3), string(global.zenstar_str))
else if (global.recipemode == "c") else if (global.recipemode == "c")
draw_text((ba3.x + 5), (ba3.y + 3), string(global.moonblast_str)) draw_text((ba3.x + 5), (ba3.y + 3), string(global.moonblast_str))
else if (global.recipemode == "f")
draw_text((ba3.x + 5), (ba3.y + 3), string(global.zenstar_str))
else if (global.recipemode == "g") else if (global.recipemode == "g")
draw_text((ba3.x + 5), (ba3.y + 3), string(global.bleedingjane_str)) draw_text((ba3.x + 5), (ba3.y + 3), string(global.piledriver_str))
else if (global.recipemode == "m") else if (global.recipemode == "m")
draw_text((ba3.x + 5), (ba3.y + 3), string(global.pianowoman_str)) draw_text((ba3.x + 5), (ba3.y + 3), string(global.pianowoman_str))
else if (global.recipemode == "p") else if (global.recipemode == "p")
draw_text((ba3.x + 5), (ba3.y + 3), string(global.sunshinecloud_str)) draw_text((ba3.x + 5), (ba3.y + 3), string(global.sparklestar_str))
else if (global.recipemode == "s") else if (global.recipemode == "s")
draw_text((ba3.x + 5), (ba3.y + 3), string(global.grizzlytemple_str)) draw_text((ba3.x + 5), (ba3.y + 3), string(global.sugarrush_str))
if ba4.hover if ba4.hover
draw_set_color(c_white) draw_set_color(c_white)
else else
@ -329,10 +327,10 @@ if (global.indexphase != "home")
draw_text((ba4.x + 5), (ba4.y + 3), string(global.pianoman_str)) draw_text((ba4.x + 5), (ba4.y + 3), string(global.pianoman_str))
else if (global.recipemode == "c") else if (global.recipemode == "c")
draw_text((ba4.x + 5), (ba4.y + 3), string(global.crevicespike_str)) draw_text((ba4.x + 5), (ba4.y + 3), string(global.crevicespike_str))
else if (global.recipemode == "g")
draw_text((ba4.x + 5), (ba4.y + 3), string(global.gutpunch_str))
else if (global.recipemode == "m") else if (global.recipemode == "m")
draw_text((ba4.x + 5), (ba4.y + 3), string(global.fluffydream_str)) draw_text((ba4.x + 5), (ba4.y + 3), string(global.frothywater_str))
else if (global.recipemode == "p")
draw_text((ba4.x + 5), (ba4.y + 3), string(global.suplex_str))
if ba5.hover if ba5.hover
draw_set_color(c_white) draw_set_color(c_white)
else else
@ -351,8 +349,10 @@ if (global.indexphase != "home")
draw_text((ba5.x + 5), (ba5.y + 3), string(global.mercuryblast_str)) draw_text((ba5.x + 5), (ba5.y + 3), string(global.mercuryblast_str))
else if (global.recipemode == "promo") else if (global.recipemode == "promo")
draw_text((ba5.x + 5), (ba5.y + 3), string(global.pianowoman_str)) draw_text((ba5.x + 5), (ba5.y + 3), string(global.pianowoman_str))
else if (global.recipemode == "p") else if (global.recipemode == "g")
draw_text((ba5.x + 5), (ba5.y + 3), string(global.sparklestar_str)) draw_text((ba5.x + 5), (ba5.y + 3), string(global.bleedingjane_str))
else if (global.recipemode == "m")
draw_text((ba5.x + 5), (ba5.y + 3), string(global.fluffydream_str))
if ba6.hover if ba6.hover
draw_set_color(c_white) draw_set_color(c_white)
else else

View File

@ -234,13 +234,13 @@ if (global.indexphase != "home")
else if (global.recipemode == "c") else if (global.recipemode == "c")
draw_text((ba1.x + 5), (ba1.y + 3), string(global.marsblast_str)) draw_text((ba1.x + 5), (ba1.y + 3), string(global.marsblast_str))
else if (global.recipemode == "f") else if (global.recipemode == "f")
draw_text((ba1.x + 5), (ba1.y + 3), string(global.piledriver_str)) draw_text((ba1.x + 5), (ba1.y + 3), string(global.fringeweaver_str))
else if (global.recipemode == "g") else if (global.recipemode == "g")
draw_text((ba1.x + 5), (ba1.y + 3), string(global.bloomlight_str)) draw_text((ba1.x + 5), (ba1.y + 3), string(global.bloomlight_str))
else if (global.recipemode == "m") else if (global.recipemode == "m")
draw_text((ba1.x + 5), (ba1.y + 3), string(global.beer_str)) draw_text((ba1.x + 5), (ba1.y + 3), string(global.beer_str))
else if (global.recipemode == "p") else if (global.recipemode == "p")
draw_text((ba1.x + 5), (ba1.y + 3), string(global.cobaltvelvet_str)) draw_text((ba1.x + 5), (ba1.y + 3), string(global.sunshinecloud_str))
else if (global.recipemode == "s") else if (global.recipemode == "s")
draw_text((ba1.x + 5), (ba1.y + 3), string(global.badtouch_str)) draw_text((ba1.x + 5), (ba1.y + 3), string(global.badtouch_str))
if ba2.hover if ba2.hover
@ -272,15 +272,15 @@ if (global.indexphase != "home")
else if (global.recipemode == "c") else if (global.recipemode == "c")
draw_text((ba2.x + 5), (ba2.y + 3), string(global.mercuryblast_str)) draw_text((ba2.x + 5), (ba2.y + 3), string(global.mercuryblast_str))
else if (global.recipemode == "f") else if (global.recipemode == "f")
draw_text((ba2.x + 5), (ba2.y + 3), string(global.frothywater_str)) draw_text((ba2.x + 5), (ba2.y + 3), string(global.zenstar_str))
else if (global.recipemode == "g") else if (global.recipemode == "g")
draw_text((ba2.x + 5), (ba2.y + 3), string(global.gutpunch_str)) draw_text((ba2.x + 5), (ba2.y + 3), string(global.cobaltvelvet_str))
else if (global.recipemode == "m") else if (global.recipemode == "m")
draw_text((ba2.x + 5), (ba2.y + 3), string(global.pianoman_str)) draw_text((ba2.x + 5), (ba2.y + 3), string(global.pianoman_str))
else if (global.recipemode == "p") else if (global.recipemode == "p")
draw_text((ba2.x + 5), (ba2.y + 3), string(global.sugarrush_str)) draw_text((ba2.x + 5), (ba2.y + 3), string(global.suplex_str))
else if (global.recipemode == "s") else if (global.recipemode == "s")
draw_text((ba2.x + 5), (ba2.y + 3), string(global.fringeweaver_str)) draw_text((ba2.x + 5), (ba2.y + 3), string(global.grizzlytemple_str))
if ba3.hover if ba3.hover
draw_set_color(c_white) draw_set_color(c_white)
else else
@ -307,16 +307,14 @@ if (global.indexphase != "home")
draw_text((ba3.x + 5), (ba3.y + 3), string(global.zenstar_str)) draw_text((ba3.x + 5), (ba3.y + 3), string(global.zenstar_str))
else if (global.recipemode == "c") else if (global.recipemode == "c")
draw_text((ba3.x + 5), (ba3.y + 3), string(global.moonblast_str)) draw_text((ba3.x + 5), (ba3.y + 3), string(global.moonblast_str))
else if (global.recipemode == "f")
draw_text((ba3.x + 5), (ba3.y + 3), string(global.zenstar_str))
else if (global.recipemode == "g") else if (global.recipemode == "g")
draw_text((ba3.x + 5), (ba3.y + 3), string(global.bleedingjane_str)) draw_text((ba3.x + 5), (ba3.y + 3), string(global.piledriver_str))
else if (global.recipemode == "m") else if (global.recipemode == "m")
draw_text((ba3.x + 5), (ba3.y + 3), string(global.pianowoman_str)) draw_text((ba3.x + 5), (ba3.y + 3), string(global.pianowoman_str))
else if (global.recipemode == "p") else if (global.recipemode == "p")
draw_text((ba3.x + 5), (ba3.y + 3), string(global.sunshinecloud_str)) draw_text((ba3.x + 5), (ba3.y + 3), string(global.sparklestar_str))
else if (global.recipemode == "s") else if (global.recipemode == "s")
draw_text((ba3.x + 5), (ba3.y + 3), string(global.grizzlytemple_str)) draw_text((ba3.x + 5), (ba3.y + 3), string(global.sugarrush_str))
if ba4.hover if ba4.hover
draw_set_color(c_white) draw_set_color(c_white)
else else
@ -339,10 +337,10 @@ if (global.indexphase != "home")
draw_text((ba4.x + 5), (ba4.y + 3), string(global.pianoman_str)) draw_text((ba4.x + 5), (ba4.y + 3), string(global.pianoman_str))
else if (global.recipemode == "c") else if (global.recipemode == "c")
draw_text((ba4.x + 5), (ba4.y + 3), string(global.crevicespike_str)) draw_text((ba4.x + 5), (ba4.y + 3), string(global.crevicespike_str))
else if (global.recipemode == "g")
draw_text((ba4.x + 5), (ba4.y + 3), string(global.gutpunch_str))
else if (global.recipemode == "m") else if (global.recipemode == "m")
draw_text((ba4.x + 5), (ba4.y + 3), string(global.fluffydream_str)) draw_text((ba4.x + 5), (ba4.y + 3), string(global.frothywater_str))
else if (global.recipemode == "p")
draw_text((ba4.x + 5), (ba4.y + 3), string(global.suplex_str))
if ba5.hover if ba5.hover
draw_set_color(c_white) draw_set_color(c_white)
else else
@ -361,8 +359,10 @@ if (global.indexphase != "home")
draw_text((ba5.x + 5), (ba5.y + 3), string(global.mercuryblast_str)) draw_text((ba5.x + 5), (ba5.y + 3), string(global.mercuryblast_str))
else if (global.recipemode == "promo") else if (global.recipemode == "promo")
draw_text((ba5.x + 5), (ba5.y + 3), string(global.pianowoman_str)) draw_text((ba5.x + 5), (ba5.y + 3), string(global.pianowoman_str))
else if (global.recipemode == "p") else if (global.recipemode == "g")
draw_text((ba5.x + 5), (ba5.y + 3), string(global.sparklestar_str)) draw_text((ba5.x + 5), (ba5.y + 3), string(global.bleedingjane_str))
else if (global.recipemode == "m")
draw_text((ba5.x + 5), (ba5.y + 3), string(global.fluffydream_str))
if ba6.hover if ba6.hover
draw_set_color(c_white) draw_set_color(c_white)
else else