Skip to content

Commit

Permalink
v2.3 update
Browse files Browse the repository at this point in the history
  • Loading branch information
sync-on-luma committed Nov 17, 2024
1 parent 8e2c02f commit efa8ffa
Show file tree
Hide file tree
Showing 27 changed files with 396 additions and 136 deletions.
164 changes: 146 additions & 18 deletions README.md

Large diffs are not rendered by default.

Binary file modified XCF/contolmap_es.xcf
Binary file not shown.
Binary file not shown.
Binary file modified XEBPLUS/APPS/neutrinoLauncher/image/controlmap1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified XEBPLUS/APPS/neutrinoLauncher/image/controlmap1_es.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified XEBPLUS/APPS/neutrinoLauncher/image/controlmap1_pt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified XEBPLUS/APPS/neutrinoLauncher/image/controlmap2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified XEBPLUS/APPS/neutrinoLauncher/image/controlmap2_es.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified XEBPLUS/APPS/neutrinoLauncher/image/controlmap2_pt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions XEBPLUS/APPS/neutrinoLauncher/loadUDPBD.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
NEUTRINO_Bsd = "udpbd"
NEUTRINO_Fs = "exfat"
NEUTRINO_PathPrefix = "mass"
NEUTRINO_ListFile = "mass:XEBPLUS/CFG/neutrinoLauncher/neutrinoUDPBD.list"
NEUTRINO_DataFolder = "mass:XEBPLUS/CFG/neutrinoLauncher/UDPBD/"

dofile(xebLua_AppWorkingPath.."neutrinoLauncher.lua")
6 changes: 3 additions & 3 deletions XEBPLUS/APPS/neutrinoLauncher/neutrinoLang.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if XEBPlusLanguage == "en-US" then
neuLang[63] = "neutrino Launcher (UDPBD)"
neuLang[64] = "Launch games from a UDPBD server with neutrino"
neuLang[65] = "Enable Cheat Device"
neuLang[66] = "Select cheats with Cheat Device before launching the game."
neuLang[66] = "Select cheats with Cheat Device before\nlaunching the game."

NEUTRINO_Control1 = "image/controlmap1.png"
NEUTRINO_Control2 = "image/controlmap2.png"
Expand Down Expand Up @@ -137,7 +137,7 @@ elseif XEBPlusLanguage == "es-419" then
neuLang[63] = "Lanzador neutrino (UDPBD)"
neuLang[64] = "Ejecutar juegos desde un servidor UDPBD con neutrino"
neuLang[65] = "Habilitar dispositivo de trampa"
neuLang[66] = "Selecciona trucos con Cheat Device antes de iniciar el juego."
neuLang[66] = "Selecciona trucos con Cheat Device antes\nde iniciar el juego."

NEUTRINO_Control1 = "image/controlmap1_es.png"
NEUTRINO_Control2 = "image/controlmap2_es.png"
Expand Down Expand Up @@ -209,7 +209,7 @@ elseif XEBPlusLanguage == "pt-BR" then
neuLang[63] = "neutrino Launcher (UDPBD)"
neuLang[64] = "Inicie jogos de um servidor UDPBD com neutrino"
neuLang[65] = "Habilitar Cheat Device"
neuLang[66] = "Selecione cheats com Cheat Device antes de iniciar o jogo."
neuLang[66] = "Selecione cheats com Cheat Device antes\nde iniciar o jogo."

NEUTRINO_Control1 = "image/controlmap1_pt.png"
NEUTRINO_Control2 = "image/controlmap2_pt.png"
Expand Down
Loading

0 comments on commit efa8ffa

Please sign in to comment.