Skip to content

Commit 3fbba28

Browse files
authored
Update GE patch v0.2
1 parent 2bf29db commit 3fbba28

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

AUTOPLUG2/lang/Langdatabase.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Langs = {
66
{ id = "CHINESE_S", version = "01.32", author = "yexun1995" },
77
{ id = "FRENCH", version = "01.31", author = "Chronoss09" },
88
{ id = "GERMAN", version = "01.20", author = "Schn1ek3" },
9-
{ id = "RUSSIAN", version = "01.32", author = "Yoti" },
9+
{ id = "RUSSIAN", version = "01.31", author = "Yoti" },
1010
{ id = "POLISH", version = "01.20", author = "Gameplay World's" },
1111
{ id = "PORTUGUESE_BR",version = "01.07", author = "allanaln2009" },
1212
}

AUTOPLUG2/plugins/plugins_psp.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pluginsP = {
66
{ nameR = "Lang Swapper", name = "LangSwapper.prx", path = "seplugins/", txt = "game.txt", version = "0001", desc = LANGUAGE["LANGSWAPPER_DESC"], KEY = "LANGSWAPPER_DESC", },
77
{ nameR = "Category lite", name = "category_lite.prx", path = "seplugins/", txt = "vsh.txt", version = "0001", desc = LANGUAGE["CATEGORYLITE_DESC"], KEY = "CATEGORYLITE_DESC", },
88
{ nameR = "Kingdom Hearts: Birth By Sleep/Final Mix UNDUB", name = "bbsfmUndub.prx", path = "seplugins/", txt = "game.txt", version = "0001", desc = LANGUAGE["KHBBS_UNDUB_DESC"], KEY = "KHBBS_UNDUB_DESC", },
9-
{ nameR = "GE Patch Plugin v0.19.1", name = "ge_patch.prx", path = "seplugins/", txt = "game.txt", version = "0005", desc = LANGUAGE["GE_PATCH_DESC"], KEY = "GE_PATCH_DESC", link = "https://raw.githubusercontent.com/TheOfficialFloW/GePatch/master/README.md", },
9+
{ nameR = "GE Patch Plugin v0.2", name = "ge_patch.prx", path = "seplugins/", txt = "game.txt", version = "0006", desc = LANGUAGE["GE_PATCH_DESC"], KEY = "GE_PATCH_DESC", link = "https://raw.githubusercontent.com/TheOfficialFloW/GePatch/master/README.md", },
1010

1111
}
1212

AUTOPLUG2/scripts/commons.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ SYMBOL_CIRCLE = string.char(0xe2)..string.char(0x97)..string.char(0x8b)
1717
change,ReloadConfig = false,false
1818

1919
--snd:vol
20-
vol = snd:vol()
20+
vol = 0
21+
if snd then vol = snd:vol() end
2122
function vol_mp3()
2223

2324
if snd then

plugins/plugins_psp.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Online_pluginsP = {
66
{ nameR = "Lang Swapper", name = "LangSwapper.prx", path = "seplugins/", txt = "game.txt", version = "0001", desc = LANGUAGE["LANGSWAPPER_DESC"], KEY = "LANGSWAPPER_DESC", },
77
{ nameR = "Category lite", name = "category_lite.prx", path = "seplugins/", txt = "vsh.txt", version = "0001", desc = LANGUAGE["CATEGORYLITE_DESC"], KEY = "CATEGORYLITE_DESC", },
88
{ nameR = "Kingdom Hearts: Birth By Sleep/Final Mix UNDUB", name = "bbsfmUndub.prx", path = "seplugins/", txt = "game.txt", version = "0001", desc = LANGUAGE["KHBBS_UNDUB_DESC"], KEY = "KHBBS_UNDUB_DESC", },
9-
{ nameR = "GE Patch Plugin v0.19.1", name = "ge_patch.prx", path = "seplugins/", txt = "game.txt", version = "0005", desc = LANGUAGE["GE_PATCH_DESC"], KEY = "GE_PATCH_DESC", link = "https://raw.githubusercontent.com/TheOfficialFloW/GePatch/master/README.md", },
9+
{ nameR = "GE Patch Plugin v0.2", name = "ge_patch.prx", path = "seplugins/", txt = "game.txt", version = "0006", desc = LANGUAGE["GE_PATCH_DESC"], KEY = "GE_PATCH_DESC", link = "https://raw.githubusercontent.com/TheOfficialFloW/GePatch/master/README.md", },
1010

1111
}
1212

0 commit comments

Comments
 (0)