Skip to content

Commit fdc1197

Browse files
committed
Release 1.11
### Changelog 1.11 ### - Update GE Patch plugin by TheOfficialFloW v0.18.1 - Update GTA Native Resolution Patch by TheOfficialFloW v0.3 - Update BetterTrackPlug by fmudanyali v1.0.3.1 - Update udcd_uvc by xerpi v1.7 - Update ds4touch by MERLev v1.1.1 - Add new function PSP Plugin Manager
1 parent a0fc3f7 commit fdc1197

38 files changed

+608
-95
lines changed

AUTOPLUG2/git/shared.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ APP_PROJECT = "AutoPlugin2"
44
APP_FOLDER = "AUTOPLUG2"
55

66
APP_VERSION_MAJOR = 0x01 -- major.minor
7-
APP_VERSION_MINOR = 0x10
7+
APP_VERSION_MINOR = 0x11
88
APP_VERSION = ((APP_VERSION_MAJOR << 0x18) | (APP_VERSION_MINOR << 0x10)) -- Union Binary

AUTOPLUG2/git/updater/language.lua

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,32 @@ function load_translates()
3838

3939
-- Official Translations
4040
if files.exists(args[4]..args[5]..".lua") then
41-
dofile(args[4]..args[5]..".lua")
42-
load_language(args[5], true)
41+
t,s = loadfile(args[4]..args[5]..".lua")
42+
if t then
43+
t()
44+
load_language(args[5], true)
45+
else
46+
if s then
47+
os.dialog("\n"..s.."\n\n\n"..LANGUAGE["SYSTEM_ERROR_REPO"].."\n\n"..LANGUAGE["SYSTEM_ERROR_FIX"], LANGUAGE["SYSTEM_ERROR"])
48+
else
49+
os.dialog(LANGUAGE["ERROR_LOADING_FILE"].."\n\n"..args[4]..args[5]..".lua".."\n\n\n"..LANGUAGE["SYSTEM_ERROR_REPO"], LANGUAGE["SYSTEM_ERROR"])
50+
end
51+
end
4352
end
4453

4554
-- User Translations
4655
if files.exists("ux0:data/AUTOPLUGIN2/lang/"..args[5]..".lua") then
47-
dofile("ux0:data/AUTOPLUGIN2/lang/"..args[5]..".lua")
48-
load_language(args[5])
56+
t,s = loadfile("ux0:data/AUTOPLUGIN2/lang/"..args[5]..".lua")
57+
if t then
58+
t()
59+
load_language(args[5])
60+
else
61+
if s then
62+
os.dialog("\n"..s.."\n\n\n"..LANGUAGE["SYSTEM_ERROR_REPO"].."\n\n"..LANGUAGE["SYSTEM_ERROR_FIX"], LANGUAGE["SYSTEM_ERROR"])
63+
else
64+
os.dialog(LANGUAGE["ERROR_LOADING_FILE"].."\n\n".."ux0:data/AUTOPLUGIN2/lang/"..args[5]..".lua".."\n\n\n"..LANGUAGE["SYSTEM_ERROR_REPO"], LANGUAGE["SYSTEM_ERROR"])
65+
end
66+
end
4967
end
5068
end
5169

AUTOPLUG2/lang/CHINESE_S.lua

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ CHINESE_S["UNINSTALLP_TITLE"] = "插件管理器"
117117
CHINESE_S["UNINSTALLP_NOCONFIG_FOUND"] = "在这里找不到 config.txt 文件: "
118118
CHINESE_S["UNINSTALLP_PLUGIN"] = "卸载插件"
119119
CHINESE_S["UNINSTALLP_LEFTRIGHT_SECTION"] = "切换选项"
120+
CHINESE_S["UNINSTALLP_LEFTRIGHT_CONFIG"] = "To switch config"
120121
CHINESE_S["UNINSTALLP_QUESTION"] = "你确定要禁用吗?"
121122
CHINESE_S["UNINSTALLP_DISABLE"] = "已被禁用"
122123
CHINESE_S["UNINSTALLP_EMPTY"] = "空白!"
@@ -188,13 +189,16 @@ CHINESE_S["TONYHAWKS_REMASTERED_DESC"] = "双摇杆启用器,适
188189

189190
--psp plugins
190191
CHINESE_S["PLUGINS_PSP_TITLE"] = "可供使用的 PSP(Adrenaline) 插件"
191-
CHINESE_S["GTA_PATCH_DESC"] = "此插件用于提升游戏内部分辨率到 960*544.支持游戏:罪恶都市传奇 [ULUS10160] (v3.00) 和 自由城故事 [ULUS10041] (v3.00). Adrenaline v6.9 或更新版本 -> 选择 强制禁用高内存布局 选项 (在 恢复菜单 -> 高级 -> 高级配置)."
192+
CHINESE_S["GTA_PATCH_DESC"] = "此插件用于提升游戏内部分辨率到 960*544.支持游戏:罪恶都市传奇 [ULUS10160] (v3.00) 和 自由城故事 [ULUS10041] (v3.00). Adrenaline v7.0 或更新版本 -> 选择 强制禁用高内存布局 选项 (在 恢复菜单 -> 高级 -> 高级配置)."
192193
CHINESE_S["CAMERA_PATCH_DESC"] = "这个插件可以为 Adrenaline 上的 PSP 游戏添加右摇杆支持"
193194
CHINESE_S["CXMB_DESC"] = "CXMB 允许用户在 PSP/THEMES 中使用自定义 CTF 主题"
194195
CHINESE_S["LANGSWAPPER_DESC"] = "此插件用于设置游戏主菜单和存档语言为您的系统语言,适用于具备不同区域语言的游戏"
195196
CHINESE_S["CATEGORYLITE_DESC"] = "将所有游戏,模拟器,自制软件组织到游戏目录下它们自己的文件夹中"
196197
CHINESE_S["KHBBS_UNDUB_DESC"] = "王国之心:梦中降生/最终Mix 游戏的 Undub (日语配音) 版本"
197-
CHINESE_S["GE_PATCH_DESC"] = "这是一个适用于 Adrenaline v6.9 的实验性插件, 允许您使用原始分辨率运行部分游戏"
198+
CHINESE_S["GE_PATCH_DESC"] = "这是一个适用于 Adrenaline v7.0 的实验性插件, 允许您使用原始分辨率运行部分游戏"
199+
200+
--PSP Plugins Manager
201+
CHINESE_S["PSP_PLUGINS_MANAGER"] = "PSP Plugins Manager"
198202

199203
--config pkgj
200204
CHINESE_S["MENU_INSTALL_CONFIG"] = "为 PKGj v0.45+ 安装 config.txt"
@@ -450,3 +454,8 @@ CHINESE_S["RESTART_QUESTION"] = "是否重启?"
450454
CHINESE_S["CHINESE_FONT_DOWNLOAD"] = "正在下载扩展字体"
451455
CHINESE_S["YES"] = ""
452456
CHINESE_S["NO"] = ""
457+
458+
CHINESE_S["SYSTEM_ERROR"] = "System Error"
459+
CHINESE_S["SYSTEM_ERROR_REPO"] = "Please report this error to Autoplugin2 Repo at Onelua Github"
460+
CHINESE_S["SYSTEM_ERROR_FIX"] = "Or fix the error in the file´s text line found at the path mentioned above (ux0:path/file.lua:line number)"
461+
CHINESE_S["ERROR_LOADING_FILE"] = "Error loading file"

AUTOPLUG2/lang/ENGLISH_US.lua

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ ENGLISH_US["UNINSTALLP_TITLE"] = "Plugins manager"
117117
ENGLISH_US["UNINSTALLP_NOCONFIG_FOUND"] = "No config.txt found at: "
118118
ENGLISH_US["UNINSTALLP_PLUGIN"] = "To uninstall plugin"
119119
ENGLISH_US["UNINSTALLP_LEFTRIGHT_SECTION"] = "To switch section"
120+
ENGLISH_US["UNINSTALLP_LEFTRIGHT_CONFIG"] = "To switch config"
120121
ENGLISH_US["UNINSTALLP_QUESTION"] = "Are you sure you want to disable?"
121122
ENGLISH_US["UNINSTALLP_DISABLE"] = "has been disabled"
122123
ENGLISH_US["UNINSTALLP_EMPTY"] = "Empty!"
@@ -188,13 +189,16 @@ ENGLISH_US["TONYHAWKS_REMASTERED_DESC"] = "Dual Analogs Enabler fo
188189

189190
--psp plugins
190191
ENGLISH_US["PLUGINS_PSP_TITLE"] = "Available PSP plugins (Adrenaline)"
191-
ENGLISH_US["GTA_PATCH_DESC"] = "This plugin increases the internal resolution of the game to native 960x544 resolution. Supported titles:Vice City Stories [ULUS10160] (v3.00) and Liberty City Stories [ULUS10041] (v3.00). Adrenaline v6.9 or higher -> Option Force high memory layout disabled (in Recovery menu -> Advanced -> Advanced configuration)."
192+
ENGLISH_US["GTA_PATCH_DESC"] = "This plugin increases the internal resolution of the game to native 960x544 resolution. Supported titles:Vice City Stories [ULUS10160] (v3.00) and Liberty City Stories [ULUS10041] (v3.00). Adrenaline v7.0 or higher -> Option Force high memory layout disabled (in Recovery menu -> Advanced -> Advanced configuration)."
192193
ENGLISH_US["CAMERA_PATCH_DESC"] = "This plugin can add right analog stick support to PSP games on the Adrenaline"
193194
ENGLISH_US["CXMB_DESC"] = "CXMB allows users to use custom CTF themes in PSP/THEMES"
194195
ENGLISH_US["LANGSWAPPER_DESC"] = "It sets games home menu and the save data utility to the language your PSP is set to on games with different region language"
195196
ENGLISH_US["CATEGORYLITE_DESC"] = "Organize all your games, emulators, homebrews, games, into their own folders under the Games Directory"
196197
ENGLISH_US["KHBBS_UNDUB_DESC"] = "UNDUB version (Audio in Japanese) for the game Kingdom Hearts: Birth By Sleep/Final Mix"
197-
ENGLISH_US["GE_PATCH_DESC"] = "This is an experimental plugin for Adrenaline v6.9 that allows you to play a few games in native resolution"
198+
ENGLISH_US["GE_PATCH_DESC"] = "This is an experimental plugin for Adrenaline v7.0 that allows you to play a few games in native resolution"
199+
200+
--PSP Plugins Manager
201+
ENGLISH_US["PSP_PLUGINS_MANAGER"] = "PSP Plugins Manager"
198202

199203
--config pkgj
200204
ENGLISH_US["MENU_INSTALL_CONFIG"] = "Install config.txt for PKGj v0.45+"
@@ -450,3 +454,8 @@ ENGLISH_US["RESTART_QUESTION"] = "Do you want to restart
450454
ENGLISH_US["CHINESE_FONT_DOWNLOAD"] = "Downloading Chinese Font"
451455
ENGLISH_US["YES"] = "YES"
452456
ENGLISH_US["NO"] = "NO"
457+
458+
ENGLISH_US["SYSTEM_ERROR"] = "System Error"
459+
ENGLISH_US["SYSTEM_ERROR_REPO"] = "Please report this error to Autoplugin2 Repo at Onelua Github"
460+
ENGLISH_US["SYSTEM_ERROR_FIX"] = "Or fix the error in the file´s text line found at the path mentioned above (ux0:path/file.lua:line number)"
461+
ENGLISH_US["ERROR_LOADING_FILE"] = "Error loading file"

AUTOPLUG2/lang/FRENCH.lua

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ FRENCH["UNINSTALLP_TITLE"] = "Plugins Manager"
117117
FRENCH["UNINSTALLP_NOCONFIG_FOUND"] = "Config.txt introuvable dans : "
118118
FRENCH["UNINSTALLP_PLUGIN"] = "Désinstaller le plugin"
119119
FRENCH["UNINSTALLP_LEFTRIGHT_SECTION"] = "Changer de partition"
120+
FRENCH["UNINSTALLP_LEFTRIGHT_CONFIG"] = "To switch config"
120121
FRENCH["UNINSTALLP_QUESTION"] = "Êtes-vous sûr de vouloir le désactiver ?"
121122
FRENCH["UNINSTALLP_DISABLE"] = "a été désactivé"
122123
FRENCH["UNINSTALLP_EMPTY"] = "-= Pas de plugin installé =-"
@@ -188,13 +189,16 @@ FRENCH["TONYHAWKS_REMASTERED_DESC"] = "Double joystick pour le jeu
188189

189190
--psp plugins
190191
FRENCH["PLUGINS_PSP_TITLE"] = "Liste des plugins PSP disponible"
191-
FRENCH["GTA_PATCH_DESC"] = "Ce plugin augmente la résolution interne du jeu en natif (960x544). Jeux compatibles :Vice City Stories [ULUS10160] (v3.00) et Liberty City Stories [ULUS10041] (v3.00). Adrenaline v6.9 ou plus -> Paramètre Forcer la mise en page de la mémoire haute désactivée (dans Recovery menu -> Advanced -> Advanced configuration)."
192+
FRENCH["GTA_PATCH_DESC"] = "Ce plugin augmente la résolution interne du jeu en natif (960x544). Jeux compatibles :Vice City Stories [ULUS10160] (v3.00) et Liberty City Stories [ULUS10041] (v3.00). Adrenaline v7.0 ou plus -> Paramètre Forcer la mise en page de la mémoire haute désactivée (dans Recovery menu -> Advanced -> Advanced configuration)."
192193
FRENCH["CAMERA_PATCH_DESC"] = "Ce plugin ajoute le support du stick analogique droit aux jeux PSP compatible"
193194
FRENCH["CXMB_DESC"] = "CXMB permet aux utilisateurs d'utiliser des thèmes personnalisés au format CTF"
194195
FRENCH["LANGSWAPPER_DESC"] = "Il définit le menu d'accueil des jeux et utilitaire de sauvegarde des données dans la langue de votre console sur les jeux dont la langue de la région est différente"
195196
FRENCH["CATEGORYLITE_DESC"] = "Organisez tous vos jeux, émulateurs, homebrews, jeux, dans leur propre dossier sous le répertoire JEUX"
196197
FRENCH["KHBBS_UNDUB_DESC"] = "Version UNDUB (Audio en Japonais) pour le jeu Kingdom Hearts: Birth By Sleep/Final Mix"
197-
FRENCH["GE_PATCH_DESC"] = "Il s'agit d'un plugin expérimental pour Adrenaline v6.9 qui vous permet de jouer à quelques jeux PSP en résolution native"
198+
FRENCH["GE_PATCH_DESC"] = "Il s'agit d'un plugin expérimental pour Adrenaline v7.0 qui vous permet de jouer à quelques jeux PSP en résolution native"
199+
200+
--PSP Plugins Manager
201+
FRENCH["PSP_PLUGINS_MANAGER"] = "PSP Plugins Manager"
198202

199203
--config pkgj
200204
FRENCH["MENU_INSTALL_CONFIG"] = "Config.txt du PKGJ v0.45+"
@@ -383,9 +387,9 @@ FRENCH["INSTALLP_DESC_NOSHAREDFB"] = "Permet de contourner les pr
383387
FRENCH["INSTALLP_DESC_TRIMPOSE"] = "Plugin pour PS Vita qui rend le menu imposé (celui qui apparaît après une longue pression sur le bouton PS) transparent."
384388
FRENCH["INSTALLP_DESC_QUIETSHOT"] = "Désactive le son de l'obturateur lors de la prise d'une capture d'écran, d'une photo, d'une vidéo ou d'une photo panoramique. Fonctionne à la fois sur la Playstation Vita et la PlayStation TV."
385389
FRENCH["INSTALLP_DESC_FTPEVERYWHERE"] = "ftpeverywhere - active un serveur FTP en arrière-plan sur le port 1337."
386-
FRENCH["INSTALLP_DESC_TROPHYSHOT"] = "Tout comme sur la PS4, il fait une capture d'écran chaque fois que l'on déverrouille un trophée."
387-
FRENCH["INSTALLP_DESC_BOOTSOUND"] = "Ce plugin peut lire un fichier WAV comme un jingle de démarrage sur une PSVita/PSTV au démarrage."
388-
FRENCH["INSTALLP_DESC_QUICKMENU"] = "Quick Menu Plus fusionne Quick Power, Quick Volume et Rapidmenu, tout en ajoutant de nouvelles fonctionnalités. Boutons de mise hors tension, de redémarrage et de veille, boutons d'alimentation configurables, barre de défilement du volume, temps d'ouverture plus rapide du menu rapide, styles d'arrière-plan personnalisés."
390+
FRENCH["INSTALLP_DESC_TROPHYSHOT"] = "Tout comme sur la PS4, il fait une capture d'écran chaque fois que l'on déverrouille un trophée."
391+
FRENCH["INSTALLP_DESC_BOOTSOUND"] = "Ce plugin peut lire un fichier WAV comme un jingle de démarrage sur une PSVita/PSTV au démarrage."
392+
FRENCH["INSTALLP_DESC_QUICKMENU"] = "Quick Menu Plus fusionne Quick Power, Quick Volume et Rapidmenu, tout en ajoutant de nouvelles fonctionnalités. Boutons de mise hors tension, de redémarrage et de veille, boutons d'alimentation configurables, barre de défilement du volume, temps d'ouverture plus rapide du menu rapide, styles d'arrière-plan personnalisés."
389393

390394
--ALL
391395
FRENCH["INSTALLP_DESC_YAMT"] = "Encore un autre plugin Kernel de l'outil de (re)montage pour PSVita/PSTV (nécessite Enso, compatible UNIQUEMENT avec les firmware 3.60 et 3.65"
@@ -450,3 +454,8 @@ FRENCH["RESTART_QUESTION"] = "\n\nVoulez-vous redémarrer
450454
FRENCH["CHINESE_FONT_DOWNLOAD"] = "Télécharger la police Chinoise"
451455
FRENCH["YES"] = "Oui"
452456
FRENCH["NO"] = "Non"
457+
458+
FRENCH["SYSTEM_ERROR"] = "System Error"
459+
FRENCH["SYSTEM_ERROR_REPO"] = "Please report this error to Autoplugin2 Repo at Onelua Github"
460+
FRENCH["SYSTEM_ERROR_FIX"] = "Or fix the error in the file´s text line found at the path mentioned above (ux0:path/file.lua:line number)"
461+
FRENCH["ERROR_LOADING_FILE"] = "Error loading file"

AUTOPLUG2/lang/GERMAN.lua

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ GERMAN["UNINSTALLP_TITLE"] = "Plugin Manager"
117117
GERMAN["UNINSTALLP_NOCONFIG_FOUND"] = "Keine config.txt gefunden in: "
118118
GERMAN["UNINSTALLP_PLUGIN"] = "Plugin deinstallieren"
119119
GERMAN["UNINSTALLP_LEFTRIGHT_SECTION"] = "Abschnitt wechseln"
120+
GERMAN["UNINSTALLP_LEFTRIGHT_CONFIG"] = "To switch config"
120121
GERMAN["UNINSTALLP_QUESTION"] = "Are you sure you want to disable?"
121122
GERMAN["UNINSTALLP_DISABLE"] = "has been disabled"
122123
GERMAN["UNINSTALLP_EMPTY"] = "LEER!"
@@ -188,13 +189,16 @@ GERMAN["TONYHAWKS_REMASTERED_DESC"] = "Dual Analogs Enabler for To
188189

189190
--psp plugins
190191
GERMAN["PLUGINS_PSP_TITLE"] = "Verfügbare PSP plugins (Adrenaline)"
191-
GERMAN["GTA_PATCH_DESC"] = "Dieses Plugin erhöht die interne Auflösung des Spiels auf die native Auflösung 960x544. Unterstützte Titel:Vice City Stories [ULUS10160] (v3.00) und Liberty City Stories [ULUS10041] (v3.00). Adrenaline v6.9 oder höher -> Die Option 'Force high memory layout' deaktiviert (in 'Recovery menu' -> 'Advanced' -> 'Advanced configuration')."
192+
GERMAN["GTA_PATCH_DESC"] = "Dieses Plugin erhöht die interne Auflösung des Spiels auf die native Auflösung 960x544. Unterstützte Titel:Vice City Stories [ULUS10160] (v3.00) und Liberty City Stories [ULUS10041] (v3.00). Adrenaline v7.0 oder höher -> Die Option 'Force high memory layout' deaktiviert (in 'Recovery menu' -> 'Advanced' -> 'Advanced configuration')."
192193
GERMAN["CAMERA_PATCH_DESC"] = "Dieses Plugin kann für PSP Spiele (Adrenaline) Unterstüzung für den rechten Analog Stick hinzufügen"
193194
GERMAN["CXMB_DESC"] = "Mit CXMB können Nutzer eigene CTF Themes in PSP/THEMES verwenden"
194195
GERMAN["LANGSWAPPER_DESC"] = "Das Hauptmenu und die Speicherdaten, von Spielen aus anderen Regionen, werden in der PSP Systemsprache angezeigt."
195196
GERMAN["CATEGORYLITE_DESC"] = "Ordne all deine Spiele, Emulatoren und Homebrews in eigene Ordner unter dem Spieleverzeichnis."
196197
GERMAN["KHBBS_UNDUB_DESC"] = "UNDUB Version (Audio in Japanisch) für das Spiel Kingdom Hearts: Birth By Sleep/Final Mix"
197-
GERMAN["GE_PATCH_DESC"] = "This is an experimental plugin for Adrenaline v6.9 that allows you to play a few games in native resolution"
198+
GERMAN["GE_PATCH_DESC"] = "This is an experimental plugin for Adrenaline v7.0 that allows you to play a few games in native resolution"
199+
200+
--PSP Plugins Manager
201+
GERMAN["PSP_PLUGINS_MANAGER"] = "PSP Plugins Manager"
198202

199203
--config pkgj
200204
GERMAN["MENU_INSTALL_CONFIG"] = "config.txt für PKGJ v0.45+ installieren"
@@ -274,8 +278,8 @@ GERMAN["FONT_DEFAULT"] = "System"
274278
GERMAN["MENU_TITLE_PLUGINS_ONLINE"] = "Plugins Aktualisierung"
275279

276280
--Langs
277-
GERMAN["ENGLISH_US"] = "Englisch_US"
278281
GERMAN["JAPANESE"] = "Japanisch"
282+
GERMAN["ENGLISH_US"] = "Englisch_US"
279283
GERMAN["GERMAN"] = "Deutsch"
280284
GERMAN["FRENCH"] = "Französisch"
281285
GERMAN["SPANISH"] = "Spanisch"
@@ -450,3 +454,8 @@ GERMAN["RESTART_QUESTION"] = "Möchtest du jetzt neustart
450454
GERMAN["CHINESE_FONT_DOWNLOAD"] = "Chinesische Schrift runterladen"
451455
GERMAN["YES"] = "Ja"
452456
GERMAN["NO"] = "Nein"
457+
458+
GERMAN["SYSTEM_ERROR"] = "System Error"
459+
GERMAN["SYSTEM_ERROR_REPO"] = "Please report this error to Autoplugin2 Repo at Onelua Github"
460+
GERMAN["SYSTEM_ERROR_FIX"] = "Or fix the error in the file´s text line found at the path mentioned above (ux0:path/file.lua:line number)"
461+
GERMAN["ERROR_LOADING_FILE"] = "Error loading file"

0 commit comments

Comments
 (0)