Skip to content

Commit

Permalink
Change name of Tech modes (#1010)
Browse files Browse the repository at this point in the history
* Update language files for Tech VS/B2B

* Add note about vectorized modeicons

* Vectorize Tech modeicons
  • Loading branch information
Not-A-Normal-Robot authored Oct 9, 2023
1 parent 4e41024 commit b58f266
Show file tree
Hide file tree
Showing 12 changed files with 265 additions and 204 deletions.
2 changes: 2 additions & 0 deletions media/image/modeicon/note.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
If the modeicon you're looking for isn't here, try looking in /parts/scenes/load.lua.
We vectorized some of them for better scalability.
Binary file removed media/image/modeicon/tech.png
Binary file not shown.
32 changes: 16 additions & 16 deletions parts/language/lang_en.lua
Original file line number Diff line number Diff line change
Expand Up @@ -889,12 +889,12 @@ C. Gamepad
['solo_h']= {"Battle", "HARD", "Defeat the AI!"},
['solo_l']= {"Battle", "LUNATIC", "Defeat the AI!"},
['solo_u']= {"Battle", "ULTIMATE", "Defeat the AI!"},
['techmino49_e']= {"Tech 49", "EASY", "49-player battle.\nThe last one standing wins"},
['techmino49_h']= {"Tech 49", "HARD", "49-player battle.\nThe last one standing wins"},
['techmino49_u']= {"Tech 49", "ULTIMATE", "49-player battle.\nThe last one standing wins"},
['techmino99_e']= {"Tech 99", "EASY", "99-player battle.\nThe last one standing wins"},
['techmino99_h']= {"Tech 99", "HARD", "99-player battle.\nThe last one standing wins"},
['techmino99_u']= {"Tech 99", "ULTIMATE", "99-player battle.\nThe last one standing wins"},
['techmino49_e']= {"Tech VS 49", "EASY", "49-player battle.\nThe last one standing wins"},
['techmino49_h']= {"Tech VS 49", "HARD", "49-player battle.\nThe last one standing wins"},
['techmino49_u']= {"Tech VS 49", "ULTIMATE", "49-player battle.\nThe last one standing wins"},
['techmino99_e']= {"Tech VS 99", "EASY", "99-player battle.\nThe last one standing wins"},
['techmino99_h']= {"Tech VS 99", "HARD", "99-player battle.\nThe last one standing wins"},
['techmino99_u']= {"Tech VS 99", "ULTIMATE", "99-player battle.\nThe last one standing wins"},
['round_e']= {"Turn-Based", "EASY", "Take turns to play against the AI!"},
['round_n']= {"Turn-Based", "NORMAL", "Take turns to play against the AI!"},
['round_h']= {"Turn-Based", "HARD", "Take turns to play against the AI!"},
Expand Down Expand Up @@ -945,16 +945,16 @@ C. Gamepad
['pc_h']= {"PC Challenge", "HARD", "Get PCs within 100 lines!"},
['pc_l']= {"PC Challenge", "LUNATIC", "Get PCs within 100 lines!"},
['pc_inf']= {"Inf. PC Challenge", "", "Get PCs as much as you can"},
['tech_n']= {"Tech", "NORMAL", "Try to keep the\nBack-to-Back chain!"},
['tech_n_plus']= {"Tech", "NORMAL+", "Spins & PCs only"},
['tech_h']= {"Tech", "HARD", "Try to keep the\nBack-to-Back chain!"},
['tech_h_plus']= {"Tech", "HARD+", "Spins & PCs only"},
['tech_l']= {"Tech", "LUNATIC", "Try to keep the\nBack-to-Back chain!"},
['tech_l_plus']= {"Tech", "LUNATIC+", "Spins & PCs only"},
['tech_finesse']= {"Tech", "FINESSE", "No finesse errors!"},
['tech_finesse_f']= {"Tech", "FINESSE+", "No normal clears and finesse errors!"},
['tech_finesse_lock']= {"Tech", "FINESSE LOCK", "No finesse errors, combined with limited inputs!"},
['tech_finesse_lock_f']= {"Tech", "FINESSE+ LOCK", "No normal clears or finesse errors combined with limited inputs!"},
['tech_n']= {"Tech B2B", "NORMAL", "Try to keep the\nBack-to-Back chain!"},
['tech_n_plus']= {"Tech B2B", "NORMAL+", "Spins & PCs only"},
['tech_h']= {"Tech B2B", "HARD", "Try to keep the\nBack-to-Back chain!"},
['tech_h_plus']= {"Tech B2B", "HARD+", "Spins & PCs only"},
['tech_l']= {"Tech B2B", "LUNATIC", "Try to keep the\nBack-to-Back chain!"},
['tech_l_plus']= {"Tech B2B", "LUNATIC+", "Spins & PCs only"},
['tech_finesse']= {"Tech Finesse", "", "No finesse errors!"},
['tech_finesse_f']= {"Tech Finesse", "PLUS", "No normal clears and finesse errors!"},
['tech_finesse_lock']= {"Tech Finesse", "LOCK", "No finesse errors, combined with limited inputs!"},
['tech_finesse_lock_f']= {"Tech Finesse", "LOCK PLUS", "No normal clears or finesse errors combined with limited inputs!"},
['tsd_e']= {"TSD Challenge", "EASY", "T-Spin Doubles only!"},
['tsd_h']= {"TSD Challenge", "HARD", "T-Spin Doubles only!"},
['tsd_u']= {"TSD Challenge", "ULTIMATE", "T-Spin Doubles only!"},
Expand Down
35 changes: 21 additions & 14 deletions parts/language/lang_es.lua
Original file line number Diff line number Diff line change
Expand Up @@ -841,12 +841,18 @@ return {
['solo_h']= {"VS.", "Difícil", "¡Derrota a la CPU!"},
['solo_l']= {"VS.", "Lunático", "¡Derrota a la CPU!"},
['solo_u']= {"VS.", "Supremo", "¡Derrota a la CPU!"},
['techmino49_e']= {"Tech 49", "Fácil", "Batalla de 49 jugadores.\n¡El último en pie gana!"},
['techmino49_h']= {"Tech 49", "Difícil", "Batalla de 49 jugadores.\n¡El último en pie gana!"},
['techmino49_u']= {"Tech 49", "Supremo", "Batalla de 49 jugadores.\n¡El último en pie gana!"},
['techmino99_e']= {"Tech 99", "Fácil", "Batalla de 99 jugadores.\n¡El último en pie gana!"},
['techmino99_h']= {"Tech 99", "Difícil", "Batalla de 99 jugadores.\n¡El último en pie gana!"},
['techmino99_u']= {"Tech 99", "Supremo", "Batalla de 99 jugadores.\n¡El último en pie gana!"},
-- ['techmino49_e']= {"Tech VS 49", "EASY", "49-player battle.\nThe last one standing wins"},
-- ['techmino49_h']= {"Tech VS 49", "HARD", "49-player battle.\nThe last one standing wins"},
-- ['techmino49_u']= {"Tech VS 49", "ULTIMATE", "49-player battle.\nThe last one standing wins"},
-- ['techmino99_e']= {"Tech VS 99", "EASY", "99-player battle.\nThe last one standing wins"},
-- ['techmino99_h']= {"Tech VS 99", "HARD", "99-player battle.\nThe last one standing wins"},
-- ['techmino99_u']= {"Tech VS 99", "ULTIMATE", "99-player battle.\nThe last one standing wins"},
['techmino49_e']= {"Tech VS 49", "Fácil", "Batalla de 49 jugadores.\n¡El último en pie gana!"},
['techmino49_h']= {"Tech VS 49", "Difícil", "Batalla de 49 jugadores.\n¡El último en pie gana!"},
['techmino49_u']= {"Tech VS 49", "Supremo", "Batalla de 49 jugadores.\n¡El último en pie gana!"},
['techmino99_e']= {"Tech VS 99", "Fácil", "Batalla de 99 jugadores.\n¡El último en pie gana!"},
['techmino99_h']= {"Tech VS 99", "Difícil", "Batalla de 99 jugadores.\n¡El último en pie gana!"},
['techmino99_u']= {"Tech VS 99", "Supremo", "Batalla de 99 jugadores.\n¡El último en pie gana!"},
['round_e']= {"Por Turnos", "Fácil", "Modo ajedrez."},
['round_n']= {"Por Turnos", "Normal", "Modo ajedrez."},
['round_h']= {"Por Turnos", "Difícil", "Modo ajedrez."},
Expand Down Expand Up @@ -903,16 +909,17 @@ return {
['pc_h']= {"Desafío de PCs", "Difícil", "¡Consigue los PCs que puedas en 100 líneas!"},
['pc_l']= {"Desafío de PCs", "Lunático", "¡Consigue los PCs que puedas en 100 líneas!"},
['pc_inf']= {"Desafío de PCs Infinito", "", "Consigue todos los PCs que puedas."},
['tech_n']= {"Tech", "Normal", "¡Mantén el B2B!"},
['tech_n_plus']= {"Tech", "Normal+", "¡Sólo se permiten Spins y PCs!"},
['tech_h']= {"Tech", "Difícil", "¡Mantén el B2B!"},
['tech_h_plus']= {"Tech", "Difícil+", "¡Sólo se permiten Spins y PCs!"},
['tech_l']= {"Tech", "Lunático", "¡Mantén el B2B!"},
['tech_l_plus']= {"Tech", "Lunático+", "¡Sólo se permiten Spins y PCs!"},
['tech_n']= {"Tech B2B", "Normal", "¡Mantén el B2B!"},
['tech_n_plus']= {"Tech B2B", "Normal+", "¡Sólo se permiten Spins y PCs!"},
['tech_h']= {"Tech B2B", "Difícil", "¡Mantén el B2B!"},
['tech_h_plus']= {"Tech B2B", "Difícil+", "¡Sólo se permiten Spins y PCs!"},
['tech_l']= {"Tech B2B", "Lunático", "¡Mantén el B2B!"},
['tech_l_plus']= {"Tech B2B", "Lunático+", "¡Sólo se permiten Spins y PCs!"},
['tech_finesse']= {"Tech", "Finesse", "¡No cometas errores de Finesse!"},
-- ['tech_finesse_f']= {"Tech Finesse", "PLUS", "No normal clears and finesse errors!"},
['tech_finesse_f']= {"Tech", "Finesse+", "Sin errores de finesse,\n¡pero tampoco clears normales!"},
-- ['tech_finesse_lock']= {"Tech", "FINESSE LOCK", "No finesse errors, combined with limited inputs!"},
-- ['tech_finesse_lock_f']= {"Tech", "FINESSE+ LOCK", "No normal clears or finesse errors combined with limited inputs!"},
-- ['tech_finesse_lock']= {"Tech Finesse", "LOCK", "No finesse errors, combined with limited inputs!"},
-- ['tech_finesse_lock_f']= {"Tech Finesse", "LOCK PLUS", "No normal clears or finesse errors combined with limited inputs!"},
['tsd_e']= {"Desafío de TSD", "Fácil", "¡Sólo se permiten T-Spin Dobles!"},
['tsd_h']= {"Desafío de TSD", "Difícil", "¡Sólo se permiten T-Spin Dobles!"},
['tsd_u']= {"Desafío de TSD", "Supremo", "¡Sólo se permiten T-Spin Dobles!"},
Expand Down
40 changes: 24 additions & 16 deletions parts/language/lang_fr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -818,12 +818,18 @@ return {
['solo_h']= {"Battle", "DIFFICILE", "Battez l'IA !"},
['solo_l']= {"Battle", "LUNATIQUE", "Battez l'IA !"},
['solo_u']= {"Battle", "ULTIME", "Battez l'IA !"},
['techmino49_e']= {"Tech 49", "FACILE", "Bataille de 49 joueurs.\nLe dernier en vie gagne."},
['techmino49_h']= {"Tech 49", "DIFFICILE", "Bataille de 49 joueurs.\nLe dernier en vie gagne."},
['techmino49_u']= {"Tech 49", "ULTIME", "Bataille de 49 joueurs.\nLe dernier en vie gagne."},
['techmino99_e']= {"Tech 99", "FACILE", "Bataille de 99 joueurs.\nLe dernier en vie gagne."},
['techmino99_h']= {"Tech 99", "DIFFICILE", "Bataille de 99 joueurs.\nLe dernier en vie gagne."},
['techmino99_u']= {"Tech 99", "ULTIME", "Bataille de 99 joueurs.\nLe dernier en vie gagne."},
-- ['techmino49_e']= {"Tech VS 49", "EASY", "49-player battle.\nThe last one standing wins"},
-- ['techmino49_h']= {"Tech VS 49", "HARD", "49-player battle.\nThe last one standing wins"},
-- ['techmino49_u']= {"Tech VS 49", "ULTIMATE", "49-player battle.\nThe last one standing wins"},
-- ['techmino99_e']= {"Tech VS 99", "EASY", "99-player battle.\nThe last one standing wins"},
-- ['techmino99_h']= {"Tech VS 99", "HARD", "99-player battle.\nThe last one standing wins"},
-- ['techmino99_u']= {"Tech VS 99", "ULTIMATE", "99-player battle.\nThe last one standing wins"},
['techmino49_e']= {"Tech VS 49", "FACILE", "Bataille de 49 joueurs.\nLe dernier en vie gagne."},
['techmino49_h']= {"Tech VS 49", "DIFFICILE", "Bataille de 49 joueurs.\nLe dernier en vie gagne."},
['techmino49_u']= {"Tech VS 49", "ULTIME", "Bataille de 49 joueurs.\nLe dernier en vie gagne."},
['techmino99_e']= {"Tech VS 99", "FACILE", "Bataille de 99 joueurs.\nLe dernier en vie gagne."},
['techmino99_h']= {"Tech VS 99", "DIFFICILE", "Bataille de 99 joueurs.\nLe dernier en vie gagne."},
['techmino99_u']= {"Tech VS 99", "ULTIME", "Bataille de 99 joueurs.\nLe dernier en vie gagne."},
['round_e']= {"Tour à tour", "FACILE", "Mode échecs"},
['round_n']= {"Tour à tour", "NORMAL", "Mode échecs"},
['round_h']= {"Tour à tour", "DIFFICILE", "Mode échecs"},
Expand Down Expand Up @@ -872,16 +878,18 @@ return {
['c4wtrain_l']= {"Mode essai C4W", "LUNATIQUE", "Combos infinis."},
['pctrain_n']= {"Mode essai PC", "NORMAL", "Mode Perfect Clear simple"},
['pctrain_l']= {"Mode essai PC", "LUNATIQUE", "Mode Perfect Clear dur"},
['pc_n']= {"Défi PC", "NORMAL", "Obtenez un PC dans les prochaines 100 lignes !"},
['pc_h']= {"Défi PC", "DIFFICILE", "Obtenez un PC dans les prochaines 100 lignes !"},
['pc_l']= {"Défi PC", "LUNATIQUE", "Obtenez un PC dans les prochaines 100 lignes !"},
['pc_inf']= {"Défi PC infini","Infini", "Obtenez autant de PC que possible"},
['tech_n']= {"Tech", "NORMAL", "Gardez le B2B !"},
['tech_n_plus']= {"Tech", "NORMAL+", "Spin & PC uniquement"},
['tech_h']= {"Tech", "DIFFICILE", "Gardez le B2B !"},
['tech_h_plus']= {"Tech", "HARD+", "Spin & PC uniquement"},
['tech_l']= {"Tech", "LUNATIQUE", "Gardez le B2B !"},
['tech_l_plus']= {"Tech", "LUNATIQUE+", "Spin & PC uniquement"},
['pc_n']= {"Défi PC", "NORMAL", "Obtenez un PC dans les prochaines 100 lignes !"},
['pc_h']= {"Défi PC", "DIFFICILE", "Obtenez un PC dans les prochaines 100 lignes !"},
['pc_l']= {"Défi PC", "LUNATIQUE", "Obtenez un PC dans les prochaines 100 lignes !"},
['pc_inf']= {"Défi PC infini", "INFINI", "Obtenez autant de PC que possible"},
['tech_n']= {"Tech B2B", "NORMAL", "Gardez le B2B !"},
['tech_n_plus']= {"Tech B2B", "NORMAL+", "Spin & PC uniquement"},
['tech_h']= {"Tech B2B", "DIFFICILE", "Gardez le B2B !"},
['tech_h_plus']= {"Tech B2B", "HARD+", "Spin & PC uniquement"},
['tech_l']= {"Tech B2B", "LUNATIQUE", "Gardez le B2B !"},
['tech_l_plus']= {"Tech B2B", "LUNATIQUE+", "Spin & PC uniquement"},
-- ['tech_finesse']= {"Tech Finesse", "", "No finesse errors!"},
-- ['tech_finesse_f']= {"Tech Finesse", "PLUS", "No normal clears and finesse errors!"},
['tech_finesse']= {"Tech", "FINESSE", "Pas d'erreurs de finesse !"},
['tech_finesse_f']={"Tech", "FINESSE+", "Pas de nettoyages normaux,\nPas d'erreurs de finesse !"},
--['tech_finesse_lock']= {"Tech", "FINESSE LOCK", "No finesse errors, combined with limited inputs!"},
Expand Down
Loading

0 comments on commit b58f266

Please sign in to comment.