Skip to content
This repository has been archived by the owner on Mar 7, 2020. It is now read-only.

Commit

Permalink
v3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
theheroGAC authored Aug 13, 2018
1 parent 598c573 commit 7f5ac26
Show file tree
Hide file tree
Showing 19 changed files with 374 additions and 36 deletions.
2 changes: 1 addition & 1 deletion git/shared.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ APP_REPO = "theheroGAC"
APP_PROJECT = "Autoplugin"

APP_VERSION_MAJOR = 0x03 -- major.minor
APP_VERSION_MINOR = 0x11
APP_VERSION_MINOR = 0x12
APP_VERSION = ((APP_VERSION_MAJOR << 0x18) | (APP_VERSION_MINOR << 0x10)) -- Union Binary
12 changes: 10 additions & 2 deletions lang/FRENCH.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--Translates
--Translates

STRING_UNSAFE_MODE = "Le mode UNSAFE MODE doit être activé pour utiliser cet Homebrew !!!"
STRING_PSVITA_RESTART = "\nVotre PS Vita va redémarré pour valider les changements"
Expand All @@ -15,6 +15,7 @@ MENU_INSTALL_PLUGINS = "Menu des plugins"
MENU_UNINSTALL_PLUGINS = "Désinstaller un Plugin"
MENU_INSTALL_NPDRMFREE = "Mise en place du plugin NpDrm free de Qwik pour Adrenaline"
MENU_INSTALL_CONFIG = "Installation du fichier config.txt pour PKGJ v0.31+"
MENU_INSTALL_REMASTERED_CTRLS = "Install RemasteredControls plugins from Theflow (Adrenaline)"
MENU_EXIT = "Quitter"
MENU_INSTALLED_CONFIG = "Fichier config.txt pour pkgj a été installé dans ux0:pkgi/"

Expand All @@ -34,7 +35,7 @@ INSTALLP_LIST_PLUGINS = "Liste de plugin(s) prêt a être installé :"

INSTALLP_CROSS_INSTALL = "X : Lancer l'installation du plugin"
INSTALLP_SQUARE_MARK = "[] : Sélectionner le(s) plugin(s) à installer"
INSTALLP_TRIANGLE_ALL = "/\ : Installer tous les plugins"
INSTALLP_TRIANGLE_ALL = " : Installer tous les plugins"
INSTALLP_SELECT_CLEAN = "SELECT : Annuler les plugins sélectionner "
INSTALLP_LR_SWAP = "L/R : Switcher entre ux0: et ur0:"

Expand All @@ -61,6 +62,13 @@ NPDRMFREE_VSH_UPDATED = "\nvsh.txt mise à jour"
NPDRMFREE_GAME_UPDATED = "\ngame.txt mise à jour"
NPDRMFREE_NO_PARTITION = "\nPartition pas trouvé !!!"

--pspctrls
PSPCTRLS_TITLE = "Remastered Controls plugins from Theflow (Adrenaline)"
PSPCTRLS_CROSS_INSTALL = "X to install plugin"
PSPCTRLS_LR_SWAP = "L/R to swap partitions"
PSPCTRLS_GAME_UPDATED = "game.txt updated"
PSPCTRLS_DESCP = "A collection of dual analog patches for PSP games on Adrenaline"

--descriptions plugins
--KERNEL
INSTALLP_DESC_NONPDRM = "Désactive la protection DRM sur tous les contenus PS Vita (Jeux, DLC et mise à jour)"
Expand Down
10 changes: 9 additions & 1 deletion lang/ITALIAN.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ MENU_INSTALL_PLUGINS = "Installa Plugins"
MENU_UNINSTALL_PLUGINS = "Disinstalla Plugins"
MENU_INSTALL_NPDRMFREE = "Installa il plugin npdrm free di qwikrazor87 (Adrenaline)"
MENU_INSTALL_CONFIG = "Installa il file config.txt per PKGJ v0.31+"
MENU_INSTALL_REMASTERED_CTRLS = "Installa RemasteredControls plugins di Theflow (Adrenaline)"
MENU_EXIT = "Esci"
MENU_INSTALLED_CONFIG = "ux0:pkgi/config.txt per pkgj è stato installato!!!"

Expand All @@ -26,7 +27,7 @@ SD2VITA_4_WARNING = "Copia solo le app veramente necessarie per la tua sd
SD2VITA_5_WARNING = "Per esempio: H-encore, Vitashell/ONEMenu, pkgj, adrenaline, etc... "
SD2VITA_GAMECARD_DETECTED = "GAMECARD RILEVATA !!!"
SD2VITA_GAMECARD_REMOVED = "rimuovi prima di installare"
SD2VITA_TRIANGLE_INSTALL = "Per procedere con l'installazione premere Triangolo"
SD2VITA_TRIANGLE_INSTALL = "Per procedere con l'installazione premere "
SD2VITA_CIRCLE_CANCEL = "Per annullare l'installazione premere O "

--install plugins
Expand Down Expand Up @@ -61,6 +62,13 @@ NPDRMFREE_VSH_UPDATED = "vsh.txt aggiornato"
NPDRMFREE_GAME_UPDATED = "game.txt aggiornato"
NPDRMFREE_NO_PARTITION = "Partizione non trovata!"

--pspctrls
PSPCTRLS_TITLE = "Remastered Controls plugins di Theflow (Adrenaline)"
PSPCTRLS_CROSS_INSTALL = "X : per installare il plugin"
PSPCTRLS_LR_SWAP = "L/R: per cambiare la partizione"
PSPCTRLS_GAME_UPDATED = "game.txt aggiornato"
PSPCTRLS_DESCP = "Una collezione di patch per far funzionare gli analogici sui giochi PSP avviati da Adrenaline"

--descriptions plugins
--KERNEL
INSTALLP_DESC_NONPDRM = "Permette di bypassare la protezione DRM su qualsiasi contenuto PS Vita"
Expand Down
10 changes: 9 additions & 1 deletion lang/JAPANESE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--Translates
--Translates

STRING_UNSAFE_MODE = "UNSAFE MODEはこのHomebrewに必須です!"
STRING_PSVITA_RESTART = "PSVitaを再起動します"
Expand All @@ -15,6 +15,7 @@ MENU_INSTALL_PLUGINS = "プラグインインストール"
MENU_UNINSTALL_PLUGINS = "プラグインアンインストール"
MENU_INSTALL_NPDRMFREE = "Adrenaline用npdrm_freeプラグイン(by qwikrazor87)インストール"
MENU_INSTALL_CONFIG = "PKGJ v0.31+のconfig.txtインストール"
MENU_INSTALL_REMASTERED_CTRLS = "Install RemasteredControls plugins from Theflow (Adrenaline)"
MENU_EXIT = "アプリを終了"
MENU_INSTALLED_CONFIG = "pkgj用のconfig.txtはux0:pkgi/config.txtへインストールされます!"

Expand Down Expand Up @@ -61,6 +62,13 @@ NPDRMFREE_VSH_UPDATED = "vsh.txtが更新されました"
NPDRMFREE_GAME_UPDATED = "game.txtが更新されました"
NPDRMFREE_NO_PARTITION = "パーティションが見つかりません!"

--pspctrls
PSPCTRLS_TITLE = "Remastered Controls plugins from Theflow (Adrenaline)"
PSPCTRLS_CROSS_INSTALL = "X : to install plugin"
PSPCTRLS_LR_SWAP = "L/R: to swap partitions"
PSPCTRLS_GAME_UPDATED = "game.txt updated"
PSPCTRLS_DESCP = "A collection of dual analog patches for PSP games on Adrenaline"

--descriptions plugins
--KERNEL
INSTALLP_DESC_NONPDRM = "どのようなPSVitaコンテンツでもDRM保護をバイパスできます"
Expand Down
40 changes: 24 additions & 16 deletions lang/SPANISH.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--Translates
--Translates

STRING_UNSAFE_MODE = "¡¡¡Se necesita el MODO INSEGURO para este Homebrew!!!"
STRING_PSVITA_RESTART = "Tu PSVita se reiniciará"
Expand All @@ -13,10 +13,11 @@ STRING_PLEASE_WAIT = "Por favor espera..."
MENU_INSTALL_SD2VITA = "Instalar Plugin SD2VITA"
MENU_INSTALL_PLUGINS = "Instalar Plugins"
MENU_UNINSTALL_PLUGINS = "Desinstalar Plugins"
MENU_INSTALL_NPDRMFREE = "Instalar plugin npdrm free de qwikrazor87 (Adrenaline)"
MENU_INSTALL_NPDRMFREE = "Instalar plugin npdrm free de Qwik (Adrenaline)"
MENU_INSTALL_CONFIG = "Instalar config.txt para PKGJ v0.31+"
MENU_INSTALL_REMASTERED_CTRLS = "Install RemasteredControls plugins from Theflow (Adrenaline)"
MENU_EXIT = "Salir"
MENU_INSTALLED_CONFIG = "¡¡¡ux0:pkgi/config.txt para pkgj ha sido instalado!!!"
MENU_INSTALLED_CONFIG = "¡¡¡ ux0:pkgi/config.txt para pkgj ha sido instalado !!!"

--install sd2vita
SD2VITA_1_WARNING = "Para instalar el plugin de Storage Manager, su sd2vita debe estar lista"
Expand All @@ -26,41 +27,48 @@ SD2VITA_4_WARNING = "a tu MicroSD antes de continuar, para no perder tus a
SD2VITA_5_WARNING = "Por ejemplo: H-encore, Vitashell/ONEMenu, pkgj, adrenaline, etc... "
SD2VITA_GAMECARD_DETECTED = "¡¡¡CARTUCHO DE JUEGO DETECTADO!!!"
SD2VITA_GAMECARD_REMOVED = "Retíralo para continuar"
SD2VITA_TRIANGLE_INSTALL = "Para proceder a la instalación, presione Triángulo"
SD2VITA_TRIANGLE_INSTALL = "Para proceder a la instalación, presione "
SD2VITA_CIRCLE_CANCEL = "Para cancelar la instalación, presione O"

--install plugins
INSTALLP_LIST_PLUGINS = "Lista de Plugins listos para instalar:"

INSTALLP_CROSS_INSTALL = "Presione X para instalar plugin(s)"
INSTALLP_SQUARE_MARK = "Presione Cuadrado para seleccionar plugins individuales"
INSTALLP_TRIANGLE_ALL = "Presione Triángulo para instalar TODOS los Plugins"
INSTALLP_SELECT_CLEAN = "Presione SELECT para limpiar los plugins seleccionados"
INSTALLP_LR_SWAP = "Presione L/R para cambiar entre ux0/ur0"
INSTALLP_CROSS_INSTALL = "X : Para instalar plugin(s)"
INSTALLP_SQUARE_MARK = "[] : Para seleccionar plugins individuales"
INSTALLP_TRIANGLE_ALL = "△ : Para instalar TODOS los Plugins"
INSTALLP_SELECT_CLEAN = "SELECT : Para limpiar los plugins seleccionados"
INSTALLP_LR_SWAP = "L/R : Para cambiar entre ux0/ur0"

INSTALLP_VITABRIGHT_360 = "Vitabright SOLO para 3.60"
INSTALLP_CWARNING_360_365 = "Custom Warning no funciona en 3.67/3.68"
INSTALLP_QUESTION_SHELLSECBAT = "¡Se detectó el plugin shellsecbat!\n\n¿Instalar shellbat en su lugar y desinstalar shellsecbat?"
INSTALLP_QUESTION_SHELLBAT = "¡Se detectó el plugin Shellbat!\n\n¿Instalar shellsecbat en su lugar y desinstalar shellbat?"
INSTALLP_QUESTION_SHELLSECBAT = "\n ¡Se detectó el plugin shellsecbat!\n\n¿Instalar shellbat en su lugar y desinstalar shellsecbat?"
INSTALLP_QUESTION_SHELLBAT = "\n ¡Se detectó el plugin Shellbat!\n\n¿Instalar shellsecbat en su lugar y desinstalar shellbat?"

INSTALLP_OSK_TITLE = "Texto para Custom Warning"
INSTALLP_OSK_TEXT = "Escribe tu TEXTO aquí"

--Uninstall plugins
UNINSTALLP_TITLE = "Administrador de Plugins"
UNINSTALLP_NOCONFIG_FOUND = "No se encontró config.txt en: "
UNINSTALLP_CROSS_INSTALL = "Presione X para desinstalar plugin"
UNINSTALLP_LR_SWAP = "Presione L/R para cambiar entre ux0/ur0"
UNINSTALLP_LEFTRIGHT_SECTION = "Presione Izquierda/Derecha para cambiar de sección"
UNINSTALLP_CROSS_INSTALL = "X : Para desinstalar plugin"
UNINSTALLP_LR_SWAP = "L/R : Para cambiar entre ux0/ur0"
UNINSTALLP_LEFTRIGHT_SECTION = "Izquierda/Derecha : Para cambiar de sección"

--npdrm free
NPDRMFREE_TITLE = "Instalar plugin npdrm free de qwikrazor87"
NPDRMFREE_CROSS_INSTALL = "Presione X para instalar plugin"
NPDRMFREE_TITLE = "Instalar plugin npdrm free de Qwik"
NPDRMFREE_CROSS_INSTALL = "X : Para instalar plugin"
NPDRMFREE_INSTALLED = "npdrm free instalado"
NPDRMFREE_VSH_UPDATED = "vsh.txt actualizdo"
NPDRMFREE_GAME_UPDATED = "game.txt actualizado"
NPDRMFREE_NO_PARTITION = "¡Partición no encontrada!"

--pspctrls
PSPCTRLS_TITLE = "Remastered Controls plugins from Theflow (Adrenaline)"
PSPCTRLS_CROSS_INSTALL = "X : Instalar plugin(s)"
PSPCTRLS_LR_SWAP = "L/R : Cambiar de Partición"
PSPCTRLS_GAME_UPDATED = "game.txt actualizado"
PSPCTRLS_DESCP = "Colección de parches analógicos duales para juegos de PSP en Adrenaline"

--descriptions plugins
--KERNEL
INSTALLP_DESC_NONPDRM = "Le permite evitar la protección DRM en cualquier contenido de PS Vita"
Expand Down
34 changes: 21 additions & 13 deletions lang/english_us.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ STRING_PLEASE_WAIT = "Please wait..."
MENU_INSTALL_SD2VITA = "Install Plugin SD2VITA"
MENU_INSTALL_PLUGINS = "Install Plugins"
MENU_UNINSTALL_PLUGINS = "Uninstall Plugins"
MENU_INSTALL_NPDRMFREE = "Install plugin npdrm free from qwikrazor87 (Adrenaline)"
MENU_INSTALL_NPDRMFREE = "Install plugin npdrm free from Qwik (Adrenaline)"
MENU_INSTALL_CONFIG = "Install config.txt for PKGJ v0.31+"
MENU_INSTALL_REMASTERED_CTRLS = "Install RemasteredControls plugins from Theflow (Adrenaline)"
MENU_EXIT = "Exit"
MENU_INSTALLED_CONFIG = "ux0:pkgi/config.txt for pkgj have been installed !!!"

Expand All @@ -26,41 +27,48 @@ SD2VITA_4_WARNING = "them from your official MC only copy really needed ap
SD2VITA_5_WARNING = "For example: H-encore, Vitashell/ONEMenu, pkgj, adrenaline, etc... "
SD2VITA_GAMECARD_DETECTED = "GAMECARD DETECTED !!!"
SD2VITA_GAMECARD_REMOVED = "removed before install"
SD2VITA_TRIANGLE_INSTALL = "To proceed to installation press Triangle"
SD2VITA_TRIANGLE_INSTALL = "To proceed to installation press "
SD2VITA_CIRCLE_CANCEL = "To cancel the installation press O"

--install plugins
INSTALLP_LIST_PLUGINS = "List of plugins ready to install:"

INSTALLP_CROSS_INSTALL = "X to Install the plugin(s)"
INSTALLP_SQUARE_MARK = "Square to select the plugin(s) to install"
INSTALLP_TRIANGLE_ALL = "Triangle to Install ALL the plugins"
INSTALLP_SELECT_CLEAN = "Select to clean selected plugins"
INSTALLP_LR_SWAP = "L/R to swap ux0/ur0"
INSTALLP_CROSS_INSTALL = "X : to Install the plugin(s)"
INSTALLP_SQUARE_MARK = "[] : to select the plugin(s) to install"
INSTALLP_TRIANGLE_ALL = "△ : to Install ALL the plugins"
INSTALLP_SELECT_CLEAN = "SELECT : to clean selected plugins"
INSTALLP_LR_SWAP = "L/R : to swap ux0/ur0"

INSTALLP_VITABRIGHT_360 = "Vitabright only for 3.60"
INSTALLP_CWARNING_360_365 = "Custom Warning not work for 3.67/3.68"
INSTALLP_QUESTION_SHELLSECBAT = "Plugin shellsecbat detected !!!\n\nInstall shellbat instead and uninstall shellsecbat ?"
INSTALLP_QUESTION_SHELLBAT = "Plugin shellbat detected !!!\n\nInstall shellsecbat instead and uninstall shellbat ?"
INSTALLP_QUESTION_SHELLSECBAT = "\n Plugin shellsecbat detected !!!\n\nInstall shellbat instead and uninstall shellsecbat ?"
INSTALLP_QUESTION_SHELLBAT = "\n Plugin shellbat detected !!!\n\nInstall shellsecbat instead and uninstall shellbat ?"

INSTALLP_OSK_TITLE = "Text for Custom Warning"
INSTALLP_OSK_TEXT = "Put text here"

--Uninstall plugins
UNINSTALLP_TITLE = "Plugins Manager"
UNINSTALLP_NOCONFIG_FOUND = "No config.txt found at: "
UNINSTALLP_CROSS_INSTALL = "X to uninstall plugin"
UNINSTALLP_LR_SWAP = "L/R to swap ux0/ur0"
UNINSTALLP_LEFTRIGHT_SECTION = "Left/Right to switch section"
UNINSTALLP_CROSS_INSTALL = "X : to uninstall plugin"
UNINSTALLP_LR_SWAP = "L/R : to swap ux0/ur0"
UNINSTALLP_LEFTRIGHT_SECTION = "Left/Right : to switch section"

--npdrm free
NPDRMFREE_TITLE = "Install npdrm free plugin from qwikrazor87"
NPDRMFREE_TITLE = "Install npdrm free plugin from Qwik"
NPDRMFREE_CROSS_INSTALL = "X to install plugin"
NPDRMFREE_INSTALLED = "npdrm free installed"
NPDRMFREE_VSH_UPDATED = "vsh.txt updated"
NPDRMFREE_GAME_UPDATED = "game.txt updated"
NPDRMFREE_NO_PARTITION = "Partition not found!"

--pspctrls
PSPCTRLS_TITLE = "Remastered Controls plugins from Theflow (Adrenaline)"
PSPCTRLS_CROSS_INSTALL = "X : to install plugin"
PSPCTRLS_LR_SWAP = "L/R: to swap partitions"
PSPCTRLS_GAME_UPDATED = "game.txt updated"
PSPCTRLS_DESCP = "A collection of dual analog patches for PSP games on Adrenaline"

--descriptions plugins
--KERNEL
INSTALLP_DESC_NONPDRM = "Allows you to bypass DRM protection on any PS Vita content"
Expand Down
73 changes: 73 additions & 0 deletions menu.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
local sd2vita_callback = function ()
sd2vita()
end

local installp_callback = function ()
autoplugin()
end

local uinstallp_callback = function ()
pluginsmanager()
end

local npdrm_callback = function ()
npdrm_free()
end

local config_callback = function ()
if back then back:blit(0,0) end
files.copy("resources/pkgj/config.txt", "ux0:pkgi")
message_wait(MENU_INSTALLED_CONFIG)
os.delay(2000)
end

local psp_ctrls_callback = function ()
psp_ctrls()
end

local exit_callback = function ()
if change then
os.message(STRING_PSVITA_RESTART)
os.delay(250)
buttons.homepopup(1)
power.restart()
end
os.exit()
end

local menu = {
{ text = MENU_INSTALL_SD2VITA, funct = sd2vita_callback },
{ text = MENU_INSTALL_PLUGINS, funct = installp_callback },
{ text = MENU_UNINSTALL_PLUGINS, funct = uinstallp_callback },
{ text = MENU_INSTALL_CONFIG, funct = config_callback },
{ text = MENU_INSTALL_NPDRMFREE, funct = npdrm_callback },
{ text = MENU_INSTALL_REMASTERED_CTRLS, funct = psp_ctrls_callback },
{ text = MENU_EXIT, funct = exit_callback }
}
local scrollm,sel = newScroll(menu,#menu),1

change = false
buttons.interval(10,10)
while true do
if change then buttons.homepopup(0) else buttons.homepopup(1) end
buttons.read()
if back then back:blit(0,0) end

screen.print(480,25,"Autoplugin",1.3,color.green, 0x0, __ACENTER)

local y = 145
for i=scrollm.ini, scrollm.lim do
if i == scrollm.sel then draw.fillrect(0,y-7,960,29,color.green:a(90)) end
screen.print(480,y,menu[i].text,1.2,color.white, 0x0, __ACENTER)
y+=37
end

screen.flip()

--Controls
if buttons.up or buttons.analogly < -60 then scrollm:up() end
if buttons.down or buttons.analogly > 60 then scrollm:down() end

if buttons.cross then menu[scrollm.sel].funct() end

end
7 changes: 7 additions & 0 deletions resources/controls_psp/game.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ms0:/seplugins/gta_remastered.prx 1
ms0:/seplugins/resistance_remastered.prx 1
ms0:/seplugins/splintercell_remastered.prx 1
ms0:/seplugins/tombraider_remastered.prx 1
ms0:/seplugins/pop_remastered.prx 1
ms0:/seplugins/khbbs_remastered.prx 1
ms0:/seplugins/mgs_remastered.prx 1
Binary file added resources/controls_psp/gta_remastered.prx
Binary file not shown.
Binary file added resources/controls_psp/khbbs_remastered.prx
Binary file not shown.
Binary file added resources/controls_psp/mgs_remastered.prx
Binary file not shown.
Binary file added resources/controls_psp/pop_remastered.prx
Binary file not shown.
Binary file added resources/controls_psp/resistance_remastered.prx
Binary file not shown.
Binary file not shown.
Binary file added resources/controls_psp/tombraider_remastered.prx
Binary file not shown.
2 changes: 1 addition & 1 deletion sce_sys/livearea/contents/template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<frame id="frame4">
<liveitem>
<text align="left" text-align="left" word-wrap="off" ellipsis="on">
<str size="18" color="#ffffff" shadow="on">v3.11</str>
<str size="18" color="#ffffff" shadow="on">v3.12</str>
</text>
</liveitem>
</frame>
Expand Down
Binary file modified sce_sys/param.sfo
Binary file not shown.
3 changes: 2 additions & 1 deletion script.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ dofile("scripts/commons.lua")
dofile("scripts/autoplugin.lua")
dofile("scripts/pmanager.lua")
dofile("scripts/npdrm.lua")
dofile("scripts/pspctrls.lua")
dofile("scripts/sd2vita.lua")

dofile("scripts/menu.lua")--Main Cycle
dofile("menu.lua")--Main Cycle
Loading

0 comments on commit 7f5ac26

Please sign in to comment.