Skip to content

Commit

Permalink
v1.08
Browse files Browse the repository at this point in the history
- Add MiniVitaTV by TheOfficialFloW beta 0.4
- Add more p lugins from CBPS: EmergencyMount, MAFUinput, TrophyShot, BootSound, ScoreHax, Sysident, DePlayEnabler.
- Add Persona 4 Golden HD plugin (Vita Plugins).
- Fix VitaGrafix PatchList.
  • Loading branch information
DevDavisNunez committed Jul 8, 2020
1 parent b6d3d1a commit 8a9c0f5
Show file tree
Hide file tree
Showing 17 changed files with 60 additions and 48 deletions.
2 changes: 1 addition & 1 deletion AUTOPLUG2/git/shared.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ APP_PROJECT = "AutoPlugin2"
APP_FOLDER = "AUTOPLUG2"

APP_VERSION_MAJOR = 0x01 -- major.minor
APP_VERSION_MINOR = 0x07
APP_VERSION_MINOR = 0x08
APP_VERSION = ((APP_VERSION_MAJOR << 0x18) | (APP_VERSION_MINOR << 0x10)) -- Union Binary
2 changes: 1 addition & 1 deletion AUTOPLUG2/lang/ENGLISH_US.lua
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ ENGLISH_US["INSTALLP_DESC_SD2VITA"] = "Kernel plugin that auto
ENGLISH_US["INSTALLP_DESC_NONPDRM"] = "Bypass DRM protection on any PS Vita content"
ENGLISH_US["INSTALLP_DESC_NONPDRMU"] = "Bypass DRM protection on any PS Vita content(Unofficial MOD)"
ENGLISH_US["INSTALLP_DESC_MINIVITATV"] = "Play local multiplayer games on your PS Vita with up to 4 friends"
ENGLISH_US["INSTALLP_DESC_MINIVITATV_DS3"] = "ds3 (Complemento del plugin MiniVita TV)"
ENGLISH_US["INSTALLP_DESC_MINIVITATV_DS3"] = "Ds3 (Plugin required for MiniVita TV plugin)"
ENGLISH_US["INSTALLP_DESC_NOPSMDRM"] = "Bypass DRM protection on PSM game content"
ENGLISH_US["INSTALLP_DESC_VITABRIGHT"] = "Enables you to use a custom gamma table, and thus decrease brightness below the minimum, and increase it above the maximum"
ENGLISH_US["INSTALLP_DESC_NOAVLS"] = "Disables AVLS on AVLS-Forced vitas"
Expand Down
2 changes: 1 addition & 1 deletion AUTOPLUG2/lang/FRENCH.lua
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ FRENCH["INSTALLP_DESC_SD2VITA"] = "Plugin Kernel qui monte et
FRENCH["INSTALLP_DESC_NONPDRM"] = "Vous permet de contourner la protection DRM sur tout contenu PS Vita"
FRENCH["INSTALLP_DESC_NONPDRMU"] = "Vous permet de contourner la protection DRM sur tout contenu PS Vita(version non officielle)"
FRENCH["INSTALLP_DESC_MINIVITATV"] = "Permet de jouer à des jeux multiplayer en local sur votre PS Vita jusqu'à 4 amis"
FRENCH["INSTALLP_DESC_MINIVITATV_DS3"] = "ds3 (Complemento del plugin MiniVita TV)"
FRENCH["INSTALLP_DESC_MINIVITATV_DS3"] = "Ds3 (Plugin required for MiniVita TV plugin)"
FRENCH["INSTALLP_DESC_NOPSMDRM"] = "Permet de contourner la protection DRM sur le contenu des jeux PSM"
FRENCH["INSTALLP_DESC_VITABRIGHT"] = "Vous permet d'utiliser une table gamma personnalisée, et donc de diminuer la luminosité en dessous du minimum, et de l'augmenter au-dessus du maximum"
FRENCH["INSTALLP_DESC_NOAVLS"] = "Désactiver l'AVLS sur AVLS-Forcé de la PSVita"
Expand Down
2 changes: 1 addition & 1 deletion AUTOPLUG2/lang/GERMAN.lua
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ GERMAN["INSTALLP_DESC_SD2VITA"] = "Ein Kernel Plugin, das den
GERMAN["INSTALLP_DESC_NONPDRM"] = "Ermöglicht es, den DRM-Schutz bei allen PS Vita Inhalten zu umgehen"
GERMAN["INSTALLP_DESC_NONPDRMU"] = "Ermöglicht es, den DRM-Schutz bei allen PS Vita Inhalten zu umgehen (Inoffizieller MOD)"
GERMAN["INSTALLP_DESC_MINIVITATV"] = "Ermöglicht es, lokale Multiplayer-Spiele auf der PS Vita mit bis zu 4 Freunden zu spielen"
GERMAN["INSTALLP_DESC_MINIVITATV_DS3"] = "ds3 (Complemento del plugin MiniVita TV)"
GERMAN["INSTALLP_DESC_MINIVITATV_DS3"] = "Ds3 (Plugin required for MiniVita TV plugin)"
GERMAN["INSTALLP_DESC_NOPSMDRM"] = "Ermöglicht es, den DRM-Schutz für PSM-Spielinhalte zu umgehen"
GERMAN["INSTALLP_DESC_VITABRIGHT"] = "Ermöglicht es, eine benutzerdefinierte Gamma-Tabelle zu benutzen. Damit kann die Helligkeit über das Maximum, bzw. unter das Minimum eingestellt werden."
GERMAN["INSTALLP_DESC_NOAVLS"] = "Das Plugin deaktiviert AVLS dauerhaft"
Expand Down
2 changes: 1 addition & 1 deletion AUTOPLUG2/lang/ITALIAN.lua
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ ITALIAN["INSTALLP_DESC_SD2VITA"] = "Plugin del kernel che m
ITALIAN["INSTALLP_DESC_NONPDRM"] = "Permette di bypassare la protezione DRM su qualsiasi contenuto PS Vita"
ITALIAN["INSTALLP_DESC_NONPDRMU"] = "Ti permette di bypassare la protezione DRM su qualsiasi contenuto PS Vita (MOD non ufficiale)"
ITALIAN["INSTALLP_DESC_MINIVITATV"] = "Ti permette di giocare partite multiplayer locali sulla tua PS Vita con un massimo di 4 amici"
ITALIAN["INSTALLP_DESC_MINIVITATV_DS3"] = "ds3 (Complemento del plugin MiniVita TV)"
ITALIAN["INSTALLP_DESC_MINIVITATV_DS3"] = "Ds3 (Plugin required for MiniVita TV plugin)"
ITALIAN["INSTALLP_DESC_NOPSMDRM"] = "Permette di bypassare la protezione DRM sui contenuti di gioco PSM"
ITALIAN["INSTALLP_DESC_VITABRIGHT"] = "Plugin che consente di utilizzare una tabella gamma personalizzata e quindi ridurre la luminosità al di sotto del minimo e aumentarla al di sopra del massimo"
ITALIAN["INSTALLP_DESC_NOAVLS"] = "Plugin che disabiliterà permanentemente AVLS su PSVITA"
Expand Down
34 changes: 17 additions & 17 deletions AUTOPLUG2/lang/JAPANESE.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ JAPANESE["MENU_PSVITA_CONFIG_SD2VITA_DESC"] = "SD2VITAプラグイン
JAPANESE["MENU_PSVITA_CHECK_ONLINE_PLUGINS_DESC"] = "新しく更新されたプラグインの有無を確認します"

--P4 Golden HD
JAPANESE["MENU_PSVITA_INSTALL_P4G_HD"] = "Persona 4 Golden HD PATCH"
JAPANESE["MENU_PSVITA_INSTALL_P4G_HD_DESC"] = "This patch changes the 3D render and framebuffer resolutions of Persona 4 Golden on the Vita and PSTV to 1920x1080 or 1280x720. (Require Sharpscale plugin)"
JAPANESE["P4G_1920x1080_DESC"] = "1920x1080 can be output to HDMI or Vita users can enjoy a supersampled image directly on the screen. (Overclocking is required for good performance) framerate ranges between 20-30 FPS, with 25-30 FPS in all but the most graphically intensive areas"
JAPANESE["P4G_1280x720_DESC"] = "1280x720 can be output to HDMI or USB (udcd Xerpi) or Vita users can enjoy a supersampled image directly on the screen. (Overclocking is required for good performance) framerate is 30 FPS"
JAPANESE["INSTALL_P4G_HD_TITLE"] = "Persona 4 Golden HD by Cuevavirus"
JAPANESE["NO_P4GOLDEN_GAMES"] = "Persona 4 Golden not found"
JAPANESE["INSTALL_P4G_HD"] = "Install Patch HD"
JAPANESE["INSTALL_P4G_HD_CHANGE"] = "Change GameID"
JAPANESE["INSTALLING_P4G_HD_PATCH"] = "Installing P4 Golden Patch HD"
JAPANESE["MENU_PSVITA_INSTALL_P4G_HD"] = "Persona 4 Golden HD PATCH"
JAPANESE["MENU_PSVITA_INSTALL_P4G_HD_DESC"] = "This patch changes the 3D render and framebuffer resolutions of Persona 4 Golden on the Vita and PSTV to 1920x1080 or 1280x720. (Require Sharpscale plugin)"
JAPANESE["P4G_1920x1080_DESC"] = "1920x1080 can be output to HDMI or Vita users can enjoy a supersampled image directly on the screen. (Overclocking is required for good performance) framerate ranges between 20-30 FPS, with 25-30 FPS in all but the most graphically intensive areas"
JAPANESE["P4G_1280x720_DESC"] = "1280x720 can be output to HDMI or USB (udcd Xerpi) or Vita users can enjoy a supersampled image directly on the screen. (Overclocking is required for good performance) framerate is 30 FPS"
JAPANESE["INSTALL_P4G_HD_TITLE"] = "Persona 4 Golden HD by Cuevavirus"
JAPANESE["NO_P4GOLDEN_GAMES"] = "Persona 4 Golden not found"
JAPANESE["INSTALL_P4G_HD"] = "Install Patch HD"
JAPANESE["INSTALL_P4G_HD_CHANGE"] = "Change GameID"
JAPANESE["INSTALLING_P4G_HD_PATCH"] = "Installing P4 Golden Patch HD"

--Options PSP
JAPANESE["MENU_PSP_TITLE"] = "PSP(Adrenaline)プラグイン"
Expand Down Expand Up @@ -86,7 +86,7 @@ JAPANESE["MENU_SETTINGS_CHANGE_LANGUAGE_DESC"] = "AutoPlugin IIの言語
JAPANESE["MENU_SETTINGS_CHANGE_FONT_DESC"] = "Allows to change and set font as default for AutoPlugin II"

--Install Plugins
JAPANESE["LIST_PLUGINS"] = "インストールする準備ができているプラグインリスト:"
JAPANESE["LIST_PLUGINS"] = "インストールする準備ができているプラグインリスト:"
JAPANESE["MARK_PLUGINS"] = "プラグインの選択/選択解除"
JAPANESE["CLEAN_PLUGINS"] = "選択したプラグインを削除"
JAPANESE["UNINSTALL_PLUGIN"] = "プラグインをアンインストール"
Expand Down Expand Up @@ -283,7 +283,7 @@ JAPANESE["INSTALLP_DESC_SD2VITA"] = "ストレージデバ
JAPANESE["INSTALLP_DESC_NONPDRM"] = "PSVitaコンテンツでDRM保護をバイパスできます"
JAPANESE["INSTALLP_DESC_NONPDRMU"] = "PSVitaコンテンツでDRM保護をバイパスできます(非公式MOD)"
JAPANESE["INSTALLP_DESC_MINIVITATV"] = "最大4人とPSVitaでローカルマルチプレイヤーゲームをプレイできます"
JAPANESE["INSTALLP_DESC_MINIVITATV_DS3"] = "ds3 (Complemento del plugin MiniVita TV)"
JAPANESE["INSTALLP_DESC_MINIVITATV_DS3"] = "Ds3 (Plugin required for MiniVita TV plugin)"
JAPANESE["INSTALLP_DESC_NOPSMDRM"] = "PSMゲームコンテンツでDRM保護をバイパスできます"
JAPANESE["INSTALLP_DESC_VITABRIGHT"] = "カスタムガンマテーブルを使用して、輝度の最小値と最大値を制限を解除することができます"
JAPANESE["INSTALLP_DESC_NOAVLS"] = "AVCSを無効にします"
Expand Down Expand Up @@ -328,8 +328,8 @@ JAPANESE["INSTALLP_DESC_MUPREMIUM"] = "ゲームやアプリ
JAPANESE["INSTALLP_DESC_ACIDDUMPER"] = "Application that may be helpful locating fake DLC"
JAPANESE["INSTALLP_DESC_DEJAVU"] = "Allows you to make a snapshot of the RAM at any point and later restore it. It allows you save in games where it is officially not possible. A potential use case for developers is to temporarily downgrade/update the firmware (in RAM) in order test things (this has not been tested yet)"
JAPANESE["INSTALLP_DESC_STAYBRIGHT"] = "Disable screen auto-dimming but retain auto-suspend on the Playstation Vita."
JAPANESE["INSTALLP_DESC_EMERGENCYMOUNT"] = "This plugin provides a brick protection for Vita. Simply hold triangle on boot and you will be presented with a menu to mount partitions (the same ones as Vitashell plus ur0) over USB. You can then use your computer to resolve the issue."
JAPANESE["INSTALLP_DESC_MAFUINPUT"] = "MAFU-I is a plugin that lets you record the input you provide to your PSVita and play it back whenever you need to. The capture will be saved in ur0:/data/MAFU-I/capture.dat"
JAPANESE["INSTALLP_DESC_EMERGENCYMOUNT"] = "This plugin provides a brick protection for Vita. Simply hold triangle on boot and you will be presented with a menu to mount partitions (the same ones as Vitashell plus ur0) over USB. You can then use your computer to resolve the issue."
JAPANESE["INSTALLP_DESC_MAFUINPUT"] = "MAFU-I is a plugin that lets you record the input you provide to your PSVita and play it back whenever you need to. The capture will be saved in ur0:/data/MAFU-I/capture.dat"

JAPANESE["INSTALLP_DESC_CUSTOMBOOTSPLASH"] = "このプラグインは、ブート時にPSVita/PSTVにブートスプラッシュを表示できます。 ENSO必須"
JAPANESE["CUSTOMBOOTSPLASH_QUESTION"] = "この画像をカスタムブートスプラッシュとして設定しますか?"
Expand Down Expand Up @@ -361,8 +361,8 @@ JAPANESE["INSTALLP_DESC_NOSHAREDFB"] = "システムモード
JAPANESE["INSTALLP_DESC_TRIMPOSE"] = "長押しメニュー(PSボタンを長く押した後に表示されるメニュー)を透明にするPSVitaのプラグイン"
JAPANESE["INSTALLP_DESC_QUIETSHOT"] = "Silences the shutter sound when taking a screenshot, photo, video, or panoramic photo. Works on both the Playstation Vita and PlayStation TV."
JAPANESE["INSTALLP_DESC_FTPEVERYWHERE"] = "ftpeverywhere - Always running background FTP server plugin."
JAPANESE["INSTALLP_DESC_TROPHYSHOT"] = "Just like in PS4, it takes a screenshot whenever you unlock a trophy."
JAPANESE["INSTALLP_DESC_BOOTSOUND"] = "This plugin can play a WAV file as a custom boot jingle on PS Vita/PS TV at boot."
JAPANESE["INSTALLP_DESC_TROPHYSHOT"] = "Just like in PS4, it takes a screenshot whenever you unlock a trophy."
JAPANESE["INSTALLP_DESC_BOOTSOUND"] = "This plugin can play a WAV file as a custom boot jingle on PS Vita/PS TV at boot."

--ALL
JAPANESE["INSTALLP_DESC_YAMT"] = "PSVita/PSTV用の別の(再)マウントツールカーネルプラグイン (Ensoが必要、ファームウェア3.60および3.65とのみ互換性あり)"
Expand Down Expand Up @@ -393,7 +393,7 @@ JAPANESE["INSTALLP_DESC_PSONESCROT"] = "Take proper PNG screens
JAPANESE["INSTALLP_DESC_CPUAFFCHANGER"] = "This plugin changes CPU affinity mask of PS Vita system applications to all user core,which increases their performance."
JAPANESE["INSTALLP_DESC_SHARPSCALE"] = "Native 960x544 HDMI output for PSTV."
JAPANESE["INSTALLP_DESC_RAPIDMENU"] = "Reduce quick menu open time from 2 seconds to 200 milliseconds."
JAPANESE["INSTALLP_DESC_SCOREHAX"] = "Instant pro at any game!"
JAPANESE["INSTALLP_DESC_SCOREHAX"] = "Instant pro at any game!"

--*NPXS10013
JAPANESE["INSTALLP_DESC_PS4LINK"] = "優先リモート再生ボタンの設定を強制することができるtaiHENプラグイン"
Expand All @@ -406,7 +406,7 @@ JAPANESE["INSTALLP_DESC_SYSIDENT"] = "Playstation Vita plugin
JAPANESE["INSTALLP_DESC_RESCREENY"] = "PSVitaのスクリーンショットはゲーム名の付いたフォルダーに保存されます。"

--*NPXS10010
JAPANESE["INSTALLP_DESC_DEPLAYENABLER"] = "Enable video debug play mode with the ability to change sd0 and ux0 folder path from configuration file."
JAPANESE["INSTALLP_DESC_DEPLAYENABLER"] = "Enable video debug play mode with the ability to change sd0 and ux0 folder path from configuration file."

--Comunes
JAPANESE["MISSING_PLUGIN"] = "The plugin is missing!"
Expand Down
20 changes: 10 additions & 10 deletions AUTOPLUG2/lang/Langdatabase.lua
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Langs = {
{ id = "ENGLISH_US", version = "01.14", author = "Yoti" },
{ id = "ITALIAN", version = "01.18", author = "TheHeroGAC" },
{ id = "JAPANESE", version = "01.14", author = "Kouchan" },
{ id = "SPANISH", version = "01.19", author = "gvaldebenit" },
{ id = "CHINESE_S", version = "01.22", author = "yexun1995" },
{ id = "FRENCH", version = "01.22", author = "Chronoss09" },
{ id = "GERMAN", version = "01.14", author = "Schn1ek3" },
{ id = "RUSSIAN", version = "01.21", author = "Yoti" },
{ id = "POLISH", version = "01.14", author = "Gameplay World's" },
{ id = "PORTUGUESE_BR",version = "01.00", author = "allanaln2009" },
{ id = "ENGLISH_US", version = "01.15", author = "Yoti" },
{ id = "ITALIAN", version = "01.19", author = "TheHeroGAC" },
{ id = "JAPANESE", version = "01.15", author = "Kouchan" },
{ id = "SPANISH", version = "01.20", author = "gvaldebenit" },
{ id = "CHINESE_S", version = "01.23", author = "yexun1995" },
{ id = "FRENCH", version = "01.23", author = "Chronoss09" },
{ id = "GERMAN", version = "01.15", author = "Schn1ek3" },
{ id = "RUSSIAN", version = "01.22", author = "Yoti" },
{ id = "POLISH", version = "01.15", author = "Gameplay World's" },
{ id = "PORTUGUESE_BR",version = "01.01", author = "allanaln2009" },
}
2 changes: 1 addition & 1 deletion AUTOPLUG2/lang/POLISH.lua
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ POLISH["INSTALLP_DESC_SD2VITA"] = "Plugin kernela, który auto
POLISH["INSTALLP_DESC_NONPDRM"] = "Pozwala ominąć zabezpieczenie DRM na dowolnej Vicie"
POLISH["INSTALLP_DESC_NONPDRMU"] = "Pozwala ominąć zabezpieczenie DRM na dowolnej Vicie(Nieoficjalny MOD)"
POLISH["INSTALLP_DESC_MINIVITATV"] = "Pozwala na gre multiplayer w sieci lokalnej z 4 graczami na PS Vita"
POLISH["INSTALLP_DESC_MINIVITATV_DS3"] = "ds3 (Complemento del plugin MiniVita TV)"
POLISH["INSTALLP_DESC_MINIVITATV_DS3"] = "Ds3 (Plugin required for MiniVita TV plugin)"
POLISH["INSTALLP_DESC_NOPSMDRM"] = "Pozwala ominąć zabepieczenia DRM dla gier PSM"
POLISH["INSTALLP_DESC_VITABRIGHT"] = "Włącza użycie niestandardowej gammy ekranu, i ustawienie jasności ekranu na minimum, lub zwiększenie jasności do maksimum"
POLISH["INSTALLP_DESC_NOAVLS"] = "Wyłącza AVLS na Vicie z wymuszonym AVLS"
Expand Down
2 changes: 1 addition & 1 deletion AUTOPLUG2/lang/PORTUGUESE_BR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ PORTUGUESE_BR["INSTALLP_DESC_SD2VITA"] = "Plugin do kernel que
PORTUGUESE_BR["INSTALLP_DESC_NONPDRM"] = "Ignorar a proteção DRM em qualquer conteúdo do PS Vita"
PORTUGUESE_BR["INSTALLP_DESC_NONPDRMU"] = "Ignorar a proteção DRM em qualquer conteúdo do PS Vita(MOD não oficial)"
PORTUGUESE_BR["INSTALLP_DESC_MINIVITATV"] = "Jogue jogos multiplayer locais no seu PS Vita com até 4 amigos"
PORTUGUESE_B["INSTALLP_DESC_MINIVITATV_DS3"] = "ds3 (Complemento del plugin MiniVita TV)"
PORTUGUESE_B["INSTALLP_DESC_MINIVITATV_DS3"] = "Ds3 (Plugin required for MiniVita TV plugin)"
PORTUGUESE_BR["INSTALLP_DESC_NOPSMDRM"] = "Ignorar a proteção DRM no conteúdo do jogo PSM"
PORTUGUESE_BR["INSTALLP_DESC_VITABRIGHT"] = "Permite usar uma tabela gama personalizada e assim diminuir o brilho abaixo do mínimo e aumentá-lo acima do máximo"
PORTUGUESE_BR["INSTALLP_DESC_NOAVLS"] = "Desativa AVLS em AVLS-Forced vitas"
Expand Down
2 changes: 1 addition & 1 deletion AUTOPLUG2/lang/RUSSIAN.lua
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ RUSSIAN["INSTALLP_DESC_SD2VITA"] = "Плагин, позвол
RUSSIAN["INSTALLP_DESC_NONPDRM"] = "Позволяет обходить DRM защиту PS Vita контента"
RUSSIAN["INSTALLP_DESC_NONPDRMU"] = "Позволяет обходить DRM защиту PS Vita контента (неофициальная модификация)"
RUSSIAN["INSTALLP_DESC_MINIVITATV"] = "Позволяет играть на PS Vita в локальный мультиплеер вплоть до 4 игроков одновременно"
RUSSIAN["INSTALLP_DESC_MINIVITATV_DS3"] = "ds3 (Complemento del plugin MiniVita TV)"
RUSSIAN["INSTALLP_DESC_MINIVITATV_DS3"] = "Ds3 (Plugin required for MiniVita TV plugin)"
RUSSIAN["INSTALLP_DESC_NOPSMDRM"] = "Позволяет обходить DRM защиту PS Mobile контента"
RUSSIAN["INSTALLP_DESC_VITABRIGHT"] = "Позволяет использовать свою таблицу гаммы, что даёт возможность понизить или повысить яркость в более широком диапазоне"
RUSSIAN["INSTALLP_DESC_NOAVLS"] = "Отключает AVLS на системах с принудительным включением AVLS"
Expand Down
Loading

0 comments on commit 8a9c0f5

Please sign in to comment.