diff --git a/.gitignore b/.gitignore
index 3e11eb88..5e405026 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,7 +40,6 @@
# Misc
*.pkg
-*.bat
/*.gp4p
/*.vpk
/*.gp4
diff --git a/MakePS4PKG.bat b/MakePS4PKG.bat
deleted file mode 100644
index a52042a0..00000000
--- a/MakePS4PKG.bat
+++ /dev/null
@@ -1,58 +0,0 @@
-@echo off
-setlocal
-
-:: -------------------------------------------------------
-:: Paths
-:: -------------------------------------------------------
-set TOOLS=C:\Program Files (x86)\SCE\ORBIS\Tools\Publishing Tools\bin
-set SRC_GAME=Minecraft.Client\PS4_GAME
-set SRC_ELF=ORBIS_Release\Minecraft.Client.elf
-set STAGING=CUSA00283-app
-set OUT_PKG=CUSA00283-app.pkg
-
-:: -------------------------------------------------------
-:: 1. Clean and create staging folder
-:: -------------------------------------------------------
-echo [1/5] Staging files...
-if exist "%STAGING%" rmdir /S /Q "%STAGING%"
-xcopy /E /I /Y "%SRC_GAME%" "%STAGING%"
-
-:: -------------------------------------------------------
-:: 2. Replace eboot.bin with freshly compiled ELF
-:: -------------------------------------------------------
-echo [2/5] Injecting eboot.bin...
-copy /Y "%SRC_ELF%" "%STAGING%\eboot.bin"
-
-:: -------------------------------------------------------
-:: 3. Create placeholder keystone (256 zero bytes)
-:: Required by gengp4_app before it will generate the GP4
-:: -------------------------------------------------------
-echo [3/5] Creating keystone...
-powershell -NoProfile -Command ^
-copy /Y "keystone" "%STAGING%\sce_sys\keystone'
-
-:: -------------------------------------------------------
-:: 4. Generate GP4 project file
-:: Backup param.sfo first as gengp4 may modify it
-:: -------------------------------------------------------
-echo [4/5] Generating GP4...
-copy /Y "%STAGING%\sce_sys\param.sfo" "%STAGING%\sce_sys\param.sfo.bak"
-"%TOOLS%\gengp4_app.exe" "%STAGING%"
-
-:: -------------------------------------------------------
-:: 4b. Fix gengp4 bug: default_id is 1-indexed but scenario id is 0-indexed
-:: -------------------------------------------------------
-echo [4b/5] Patching GP4 default_id...
-powershell -NoProfile -Command ^
- "(Get-Content '%STAGING%.gp4') -replace 'default_id=""1""', 'default_id=""0""' | Set-Content '%STAGING%.gp4'"
-
-:: -------------------------------------------------------
-:: 5. Build PKG
-:: -------------------------------------------------------
-echo [5/5] Building PKG...
-if exist "%OUT_PKG%" del /Q "%OUT_PKG%"
-"%TOOLS%\orbis-pub-cmd.exe" img_create "%STAGING%.gp4" "%OUT_PKG%"
-
-echo.
-echo Done! Output: %OUT_PKG%
-pause
diff --git a/Minecraft.Client/Common/Leaderboards/LeaderboardManager.cpp b/Minecraft.Client/Common/Leaderboards/LeaderboardManager.cpp
index 196713d9..ec483669 100644
--- a/Minecraft.Client/Common/Leaderboards/LeaderboardManager.cpp
+++ b/Minecraft.Client/Common/Leaderboards/LeaderboardManager.cpp
@@ -9,7 +9,7 @@ const wstring LeaderboardManager::filterNames[eNumFilterModes] =
L"Friends", L"MyScore", L"TopRank"
};
-#if !defined(_DURANGO) && !defined(_WINDOWS64) && !defined(_XBOX) && !defined(__ORBIS__) && !defined(__PSVITA__) // str1k3r - some platforms complain about this, also this wasnt in the leak?
+#ifdef __PS3__ // str1k3r - only PS3 needs this, also this wasnt in the leak?
LeaderboardManager *LeaderboardManager::m_instance = NULL;
#endif
diff --git a/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/about/right.suprx b/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/about/right.suprx
deleted file mode 100644
index 701df6e7..00000000
Binary files a/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/about/right.suprx and /dev/null differ
diff --git a/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/clearsign b/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/clearsign
deleted file mode 100644
index 35912957..00000000
Binary files a/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/clearsign and /dev/null differ
diff --git a/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/keystone b/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/keystone
deleted file mode 100644
index abdce5f8..00000000
Binary files a/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/keystone and /dev/null differ
diff --git a/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/livearea/contents/bg0.png b/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/livearea/contents/bg0.png
index 9841e43d..a23282f3 100644
Binary files a/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/livearea/contents/bg0.png and b/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/livearea/contents/bg0.png differ
diff --git a/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/livearea/contents/item_1.png b/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/livearea/contents/item_1.png
index f4986aa6..d1a4c0f2 100644
Binary files a/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/livearea/contents/item_1.png and b/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/livearea/contents/item_1.png differ
diff --git a/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/retail/livearea/contents/item_2.png b/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/livearea/contents/item_2.png
similarity index 100%
rename from Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/retail/livearea/contents/item_2.png
rename to Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/livearea/contents/item_2.png
diff --git a/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/livearea/contents/template.xml b/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/livearea/contents/template.xml
index 740cee9d..6cc56b06 100644
--- a/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/livearea/contents/template.xml
+++ b/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/livearea/contents/template.xml
@@ -13,299 +13,341 @@
da
- KØB HELE SPILLET
+ OVERFLADEPAKKER
item_1.png
- psts:browse?product=UP4433-PCSE00491_00-MINECRAFTVIT0000
+ psts:browse?category=EP4433-PCSB00560_00-SKINPACKS
en
- BUY FULL GAME
+ SKIN PACKS
item_1.png
- psts:browse?product=UP4433-PCSE00491_00-MINECRAFTVIT0000
+ psts:browse?category=EP4433-PCSB00560_00-SKINPACKS
en-gb
- BUY FULL GAME
+ SKIN PACKS
item_1.png
- psts:browse?product=UP4433-PCSE00491_00-MINECRAFTVIT0000
+ psts:browse?category=EP4433-PCSB00560_00-SKINPACKS
de
- VOLLVERSION KAUFEN
+ DESIGN-PAKETE
item_1.png
- psts:browse?product=UP4433-PCSE00491_00-MINECRAFTVIT0000
+ psts:browse?category=EP4433-PCSB00560_00-SKINPACKS
el
- ΑΓΟΡΑΣΤΕ ΤΟ ΠΛΗΡΕΣ ΠΑΙΧΝΙΔΙ
+ ΠΑΚΕΤΑ ΕΜΦΑΝΙΣΕΩΝ
item_1.png
- psts:browse?product=UP4433-PCSE00491_00-MINECRAFTVIT0000
+ psts:browse?category=EP4433-PCSB00560_00-SKINPACKS
es
- COMPRAR JUEGO COMPLETO
+ PACKS DE ASPECTOS
item_1.png
- psts:browse?product=UP4433-PCSE00491_00-MINECRAFTVIT0000
+ psts:browse?category=EP4433-PCSB00560_00-SKINPACKS
fi
- OSTA KOKO PELI
+ ULKOASUPAKETIT
item_1.png
- psts:browse?product=UP4433-PCSE00491_00-MINECRAFTVIT0000
+ psts:browse?category=EP4433-PCSB00560_00-SKINPACKS
fr
- ACHETER LE JEU COMPLET
+ PACKS DE SKINS
item_1.png
- psts:browse?product=UP4433-PCSE00491_00-MINECRAFTVIT0000
+ psts:browse?category=EP4433-PCSB00560_00-SKINPACKS
it
- ACQUISTA IL GIOCO COMPLETO
+ PACCHETTI SKIN
item_1.png
- psts:browse?product=UP4433-PCSE00491_00-MINECRAFTVIT0000
+ psts:browse?category=EP4433-PCSB00560_00-SKINPACKS
ja
- 完全版を購入する
+ スキン パック
item_1.png
- psts:browse?product=UP4433-PCSE00491_00-MINECRAFTVIT0000
+ psts:browse?category=EP4433-PCSB00560_00-SKINPACKS
ko
- 정식 버전 게임 구매
+ 캐릭터 팩
item_1.png
- psts:browse?product=UP4433-PCSE00491_00-MINECRAFTVIT0000
+ psts:browse?category=EP4433-PCSB00560_00-SKINPACKS
nl
- VOLLEDIGE GAME KOPEN
+ SKINPAKKETTEN
item_1.png
- psts:browse?product=UP4433-PCSE00491_00-MINECRAFTVIT0000
+ psts:browse?category=EP4433-PCSB00560_00-SKINPACKS
no
- KJØP FULLVERSJONEN
+ SKALLPAKKER
item_1.png
- psts:browse?product=UP4433-PCSE00491_00-MINECRAFTVIT0000
+ psts:browse?category=EP4433-PCSB00560_00-SKINPACKS
pl
- KUP PEŁNĄ WERSJĘ
+ PAKIETY SKÓREK
item_1.png
- psts:browse?product=UP4433-PCSE00491_00-MINECRAFTVIT0000
+ psts:browse?category=EP4433-PCSB00560_00-SKINPACKS
pt-br
- COMPRAR JOGO COMPLETO
+ PACOTES DE CAPAS
item_1.png
- psts:browse?product=UP4433-PCSE00491_00-MINECRAFTVIT0000
+ psts:browse?category=EP4433-PCSB00560_00-SKINPACKS
pt
- COMPRAR JOGO COMPLETO
+ PACKS DE SKINS
item_1.png
- psts:browse?product=UP4433-PCSE00491_00-MINECRAFTVIT0000
+ psts:browse?category=EP4433-PCSB00560_00-SKINPACKS
ru
- КУПИТЬ ПОЛНУЮ ВЕРСИЮ ИГРЫ
+ НАБОРЫ СКИНОВ
item_1.png
- psts:browse?product=UP4433-PCSE00491_00-MINECRAFTVIT0000
+ psts:browse?category=EP4433-PCSB00560_00-SKINPACKS
sv
- KÖP HELA SPELET
+ UTSEENDEPAKET
item_1.png
- psts:browse?product=UP4433-PCSE00491_00-MINECRAFTVIT0000
+ psts:browse?category=EP4433-PCSB00560_00-SKINPACKS
tr
- TAM OYUNU SATIN AL
+ GÖRÜNÜM PAKETLERİ
item_1.png
- psts:browse?product=UP4433-PCSE00491_00-MINECRAFTVIT0000
+ psts:browse?category=EP4433-PCSB00560_00-SKINPACKS
zh
- BUY FULL GAME
+ SKIN PACKS
item_1.png
- psts:browse?product=UP4433-PCSE00491_00-MINECRAFTVIT0000
+ psts:browse?category=EP4433-PCSB00560_00-SKINPACKS
ch
- 購買完整版遊戲
+ 外觀套件
item_1.png
- psts:browse?product=UP4433-PCSE00491_00-MINECRAFTVIT0000
+ psts:browse?category=EP4433-PCSB00560_00-SKINPACKS
da
-
- PRØVEVERSION
+
+ TEKSTURPAKKER
+ item_2.png
+ psts:browse?category=EP4433-PCSB00560_00-TEXTUREPACKS
en
-
- TRIAL VERSION
+
+ TEXTURE PACKS
+ item_2.png
+ psts:browse?category=EP4433-PCSB00560_00-TEXTUREPACKS
en-gb
-
- TRIAL VERSION
+
+ TEXTURE PACKS
+ item_2.png
+ psts:browse?category=EP4433-PCSB00560_00-TEXTUREPACKS
de
-
- TESTVERSION
+
+ TEXTURPAKETE
+ item_2.png
+ psts:browse?category=EP4433-PCSB00560_00-TEXTUREPACKS
el
-
- ΔΟΚΙΜΑΣΤΙΚΗ ΕΚΔΟΣΗ
+
+ ΠΑΚΕΤΑ ΓΡΑΦΙΚΩΝ
+ item_2.png
+ psts:browse?category=EP4433-PCSB00560_00-TEXTUREPACKS
es
-
- VERSIÓN DE PRUEBA
+
+ PACKS DE TEXTURAS
+ item_2.png
+ psts:browse?category=EP4433-PCSB00560_00-TEXTUREPACKS
fi
-
- KOEVERSIO
+
+ TEKSTUURIPAKETIT
+ item_2.png
+ psts:browse?category=EP4433-PCSB00560_00-TEXTUREPACKS
fr
-
- VERSION D'ESSAI
+
+ PACKS DE TEXTURES
+ item_2.png
+ psts:browse?category=EP4433-PCSB00560_00-TEXTUREPACKS
it
-
- VERSIONE DI PROVA
+
+ PACCHETTI TEXTURE
+ item_2.png
+ psts:browse?category=EP4433-PCSB00560_00-TEXTUREPACKS
ja
-
- 体験版
+
+ テクスチャ パック
+ item_2.png
+ psts:browse?category=EP4433-PCSB00560_00-TEXTUREPACKS
ko
-
- 평가판
+
+ 텍스처 팩
+ item_2.png
+ psts:browse?category=EP4433-PCSB00560_00-TEXTUREPACKS
nl
-
- TESTVERSIE
+
+ TEXTUREPAKKETTEN
+ item_2.png
+ psts:browse?category=EP4433-PCSB00560_00-TEXTUREPACKS
no
-
- PRØVEVERSJON
+
+ TEKSTURPAKKER
+ item_2.png
+ psts:browse?category=EP4433-PCSB00560_00-TEXTUREPACKS
pl
-
- WERSJA PRÓBNA
+
+ PAKIETY TEKSTUR
+ item_2.png
+ psts:browse?category=EP4433-PCSB00560_00-TEXTUREPACKS
pt-br
-
- VERSÃO DE AVALIAÇÃO
+
+ PACOTES DE TEXTURAS
+ item_2.png
+ psts:browse?category=EP4433-PCSB00560_00-TEXTUREPACKS
pt
-
- VERSÃO DE AVALIAÇÃO
+
+ PACKS DE TEXTURAS
+ item_2.png
+ psts:browse?category=EP4433-PCSB00560_00-TEXTUREPACKS
ru
-
- ПРОБНАЯ ВЕРСИЯ
+
+ НАБОРЫ ТЕКСТУР
+ item_2.png
+ psts:browse?category=EP4433-PCSB00560_00-TEXTUREPACKS
sv
-
- DEMOVERSION
+
+ TEXTURPAKET
+ item_2.png
+ psts:browse?category=EP4433-PCSB00560_00-TEXTUREPACKS
tr
-
- DENEME SÜRÜMÜ
+
+ KAPLAMA PAKETLERİ
+ item_2.png
+ psts:browse?category=EP4433-PCSB00560_00-TEXTUREPACKS
zh
-
- TRIAL VERSION
+
+ TEXTURE PACKS
+ item_2.png
+ psts:browse?category=EP4433-PCSB00560_00-TEXTUREPACKS
ch
-
- 試玩版
+
+ 材質套件
+ item_2.png
+ psts:browse?category=EP4433-PCSB00560_00-TEXTUREPACKS
diff --git a/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/param.sfo b/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/param.sfo
index a320cece..a4cf9168 100644
Binary files a/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/param.sfo and b/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/param.sfo differ
diff --git a/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/retail/livearea/contents/bg0.png b/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/retail/livearea/contents/bg0.png
deleted file mode 100644
index a23282f3..00000000
Binary files a/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/retail/livearea/contents/bg0.png and /dev/null differ
diff --git a/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/retail/livearea/contents/item_1.png b/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/retail/livearea/contents/item_1.png
deleted file mode 100644
index d1a4c0f2..00000000
Binary files a/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/retail/livearea/contents/item_1.png and /dev/null differ
diff --git a/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/retail/livearea/contents/startup.png b/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/retail/livearea/contents/startup.png
deleted file mode 100644
index a80576ee..00000000
Binary files a/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/retail/livearea/contents/startup.png and /dev/null differ
diff --git a/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/retail/livearea/contents/template.xml b/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/retail/livearea/contents/template.xml
deleted file mode 100644
index b0aae257..00000000
--- a/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/retail/livearea/contents/template.xml
+++ /dev/null
@@ -1,356 +0,0 @@
-
-
-
-
- bg0.png
-
-
-
- startup.png
-
-
-
-
- da
-
- OVERFLADEPAKKER
-
- item_1.png
- psts:browse?category=UP4433-PCSE00491_00-SKINPACKS
-
-
- en
-
- SKIN PACKS
-
- item_1.png
- psts:browse?category=UP4433-PCSE00491_00-SKINPACKS
-
-
- en-gb
-
- SKIN PACKS
-
- item_1.png
- psts:browse?category=UP4433-PCSE00491_00-SKINPACKS
-
-
- de
-
- DESIGN-PAKETE
-
- item_1.png
- psts:browse?category=UP4433-PCSE00491_00-SKINPACKS
-
-
- el
-
- ΠΑΚΕΤΑ ΕΜΦΑΝΙΣΕΩΝ
-
- item_1.png
- psts:browse?category=UP4433-PCSE00491_00-SKINPACKS
-
-
- es
-
- PACKS DE ASPECTOS
-
- item_1.png
- psts:browse?category=UP4433-PCSE00491_00-SKINPACKS
-
-
- fi
-
- ULKOASUPAKETIT
-
- item_1.png
- psts:browse?category=UP4433-PCSE00491_00-SKINPACKS
-
-
- fr
-
- PACKS DE SKINS
-
- item_1.png
- psts:browse?category=UP4433-PCSE00491_00-SKINPACKS
-
-
- it
-
- PACCHETTI SKIN
-
- item_1.png
- psts:browse?category=UP4433-PCSE00491_00-SKINPACKS
-
-
- ja
-
- スキン パック
-
- item_1.png
- psts:browse?category=UP4433-PCSE00491_00-SKINPACKS
-
-
- ko
-
- 캐릭터 팩
-
- item_1.png
- psts:browse?category=UP4433-PCSE00491_00-SKINPACKS
-
-
- nl
-
- SKINPAKKETTEN
-
- item_1.png
- psts:browse?category=UP4433-PCSE00491_00-SKINPACKS
-
-
- no
-
- SKALLPAKKER
-
- item_1.png
- psts:browse?category=UP4433-PCSE00491_00-SKINPACKS
-
-
- pl
-
- PAKIETY SKÓREK
-
- item_1.png
- psts:browse?category=UP4433-PCSE00491_00-SKINPACKS
-
-
- pt-br
-
- PACOTES DE CAPAS
-
- item_1.png
- psts:browse?category=UP4433-PCSE00491_00-SKINPACKS
-
-
- pt
-
- PACKS DE SKINS
-
- item_1.png
- psts:browse?category=UP4433-PCSE00491_00-SKINPACKS
-
-
- ru
-
- НАБОРЫ СКИНОВ
-
- item_1.png
- psts:browse?category=UP4433-PCSE00491_00-SKINPACKS
-
-
- sv
-
- UTSEENDEPAKET
-
- item_1.png
- psts:browse?category=UP4433-PCSE00491_00-SKINPACKS
-
-
- tr
-
- GÖRÜNÜM PAKETLERİ
-
- item_1.png
- psts:browse?category=UP4433-PCSE00491_00-SKINPACKS
-
-
- zh
-
- SKIN PACKS
-
- item_1.png
- psts:browse?category=UP4433-PCSE00491_00-SKINPACKS
-
-
- ch
-
- 外觀套件
-
- item_1.png
- psts:browse?category=UP4433-PCSE00491_00-SKINPACKS
-
-
-
-
-
- da
-
- TEKSTURPAKKER
-
- item_2.png
- psts:browse?category=UP4433-PCSE00491_00-TEXTUREPACKS
-
-
- en
-
- TEXTURE PACKS
-
- item_2.png
- psts:browse?category=UP4433-PCSE00491_00-TEXTUREPACKS
-
-
- en-gb
-
- TEXTURE PACKS
-
- item_2.png
- psts:browse?category=UP4433-PCSE00491_00-TEXTUREPACKS
-
-
- de
-
- TEXTURPAKETE
-
- item_2.png
- psts:browse?category=UP4433-PCSE00491_00-TEXTUREPACKS
-
-
- el
-
- ΠΑΚΕΤΑ ΓΡΑΦΙΚΩΝ
-
- item_2.png
- psts:browse?category=UP4433-PCSE00491_00-TEXTUREPACKS
-
-
- es
-
- PACKS DE TEXTURAS
-
- item_2.png
- psts:browse?category=UP4433-PCSE00491_00-TEXTUREPACKS
-
-
- fi
-
- TEKSTUURIPAKETIT
-
- item_2.png
- psts:browse?category=UP4433-PCSE00491_00-TEXTUREPACKS
-
-
- fr
-
- PACKS DE TEXTURES
-
- item_2.png
- psts:browse?category=UP4433-PCSE00491_00-TEXTUREPACKS
-
-
- it
-
- PACCHETTI TEXTURE
-
- item_2.png
- psts:browse?category=UP4433-PCSE00491_00-TEXTUREPACKS
-
-
- ja
-
- テクスチャ パック
-
- item_2.png
- psts:browse?category=UP4433-PCSE00491_00-TEXTUREPACKS
-
-
- ko
-
- 텍스처 팩
-
- item_2.png
- psts:browse?category=UP4433-PCSE00491_00-TEXTUREPACKS
-
-
- nl
-
- TEXTUREPAKKETTEN
-
- item_2.png
- psts:browse?category=UP4433-PCSE00491_00-TEXTUREPACKS
-
-
- no
-
- TEKSTURPAKKER
-
- item_2.png
- psts:browse?category=UP4433-PCSE00491_00-TEXTUREPACKS
-
-
- pl
-
- PAKIETY TEKSTUR
-
- item_2.png
- psts:browse?category=UP4433-PCSE00491_00-TEXTUREPACKS
-
-
- pt-br
-
- PACOTES DE TEXTURAS
-
- item_2.png
- psts:browse?category=UP4433-PCSE00491_00-TEXTUREPACKS
-
-
- pt
-
- PACKS DE TEXTURAS
-
- item_2.png
- psts:browse?category=UP4433-PCSE00491_00-TEXTUREPACKS
-
-
- ru
-
- НАБОРЫ ТЕКСТУР
-
- item_2.png
- psts:browse?category=UP4433-PCSE00491_00-TEXTUREPACKS
-
-
- sv
-
- TEXTURPAKET
-
- item_2.png
- psts:browse?category=UP4433-PCSE00491_00-TEXTUREPACKS
-
-
- tr
-
- KAPLAMA PAKETLERİ
-
- item_2.png
- psts:browse?category=UP4433-PCSE00491_00-TEXTUREPACKS
-
-
- zh
-
- TEXTURE PACKS
-
- item_2.png
- psts:browse?category=UP4433-PCSE00491_00-TEXTUREPACKS
-
-
- ch
-
- 材質套件
-
- item_2.png
- psts:browse?category=UP4433-PCSE00491_00-TEXTUREPACKS
-
-
-
-
-
-
diff --git a/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/trophy/NPWR06859_00/TROPHY.TRP b/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/trophy/NPWR06859_00/TROPHY.TRP
index cb459345..4b97d900 100644
Binary files a/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/trophy/NPWR06859_00/TROPHY.TRP and b/Minecraft.Client/Common/Postbuilds/Contents/PSVita/sce_sys/trophy/NPWR06859_00/TROPHY.TRP differ
diff --git a/Minecraft.Client/Common/Postbuilds/PSVita-postbuild.ps1 b/Minecraft.Client/Common/Postbuilds/PSVita-postbuild.ps1
index 9a1d960a..0390f858 100644
--- a/Minecraft.Client/Common/Postbuilds/PSVita-postbuild.ps1
+++ b/Minecraft.Client/Common/Postbuilds/PSVita-postbuild.ps1
@@ -23,6 +23,7 @@ $folderCopies = @(
@{ Source = "Common\Media"; Dest = "PSVITA_GAME\Common\Media" },
@{ Source = "Common\res"; Dest = "PSVITA_GAME\Common\res" },
@{ Source = "PSVita\Sound"; Dest = "PSVITA_GAME\PSVita\Sound" },
+ @{ Source = "PSVitaMedia\DLC"; Dest = "PSVITA_GAME\PSVita\DLC" },
@{ Source = "$env:SCE_PSP2_SDK_DIR\target\sce_module"; Dest = "PSVITA_GAME\sce_module" },
@{ Source = "Common\Postbuilds\Contents\PSVita\sce_sys"; Dest = "PSVITA_GAME\sce_sys" }
)
@@ -42,26 +43,26 @@ foreach ($copy in $folderCopies) {
$fileCopies = @(
@{ Source = "PSVita\PSVitaProductCodes.bin"; Dest = "PSVITA_GAME\PSVita\PSVitaProductCodes.bin" },
- @{ Source = "PSVita\session_image.png"; Dest = "PSVITA_GAME\PSVita\session_image.png" },
- @{ Source = "Common\Postbuilds\Contents\PSVita\icon.png"; Dest = "PSVITA_GAME\icon.png" }
+ @{ Source = "PSVita\session_image.png"; Dest = "PSVITA_GAME\PSVita\session_image.png" }
)
foreach ($copy in $fileCopies) {
$src = Join-Path $ProjectDir $copy.Source
$dst = Join-Path $OutDir $copy.Dest
if (Test-Path $src) {
+ New-Item -ItemType Directory -Path (Split-Path $dst -Parent) -Force | Out-Null
Copy-Item -Path $src -Destination $dst -Force
}
}
$builtFile = Join-Path $OutDir "Minecraft.Client.self"
-$newName = "eboot.bin"
$destDir = Join-Path $OutDir "PSVITA_GAME"
-$destPath = Join-Path $destDir $newName
+$destPath = Join-Path $destDir "eboot.bin"
+$psp2bin = Join-Path $env:SCE_PSP2_SDK_DIR "host_tools\build\bin\psp2bin.exe"
if (Test-Path $builtFile) {
New-Item -ItemType Directory -Path $destDir -Force | Out-Null
- Copy-Item -Path $builtFile -Destination $destPath -Force
+ & "$psp2bin" -i "$builtFile" --strip-all -o "$destPath"
}
$deleteDirs = @(
@@ -98,4 +99,26 @@ foreach ($dir in $delDirs) {
Remove-Item -Force -ErrorAction SilentlyContinue
}
}
+}
+
+# ── VPK ────────────────────────────────────────────────────────────────────
+$repoRoot = Split-Path ($ProjectDir.TrimEnd('\', '/')) -Parent
+$vpkPath = Join-Path $repoRoot "Minecraft.Client.vpk"
+$vpkSrc = Join-Path $OutDir "PSVITA_GAME"
+$sevenZip = "C:\Program Files\7-Zip\7z.exe"
+
+if (Test-Path $vpkPath) {
+ Remove-Item $vpkPath -Force
+}
+
+if (-not (Test-Path $sevenZip)) {
+ Write-Host "PSVita Postbuild: 7-Zip not found at '$sevenZip', skipping VPK creation."
+} elseif (-not (Test-Path $vpkSrc)) {
+ Write-Host "PSVita Postbuild: '$vpkSrc' not found, skipping VPK creation."
+} else {
+ Push-Location $vpkSrc
+ & "$sevenZip" a -tzip -mx0 "$vpkPath" *
+ Pop-Location
+ Write-Host "PSVita Postbuild: VPK created at '$vpkPath'"
+ Start-Process explorer.exe "/select,`"$vpkPath`""
}
\ No newline at end of file
diff --git a/Minecraft.Client/PSVita/app/Region/SCEA/param.sfo b/Minecraft.Client/PSVita/app/Region/SCEA/param.sfo
index ad95a296..9e839d75 100644
Binary files a/Minecraft.Client/PSVita/app/Region/SCEA/param.sfo and b/Minecraft.Client/PSVita/app/Region/SCEA/param.sfo differ
diff --git a/Minecraft.Client/PSVita/app/Region/SCEE/param.sfo b/Minecraft.Client/PSVita/app/Region/SCEE/param.sfo
index b1ffcbab..a4cf9168 100644
Binary files a/Minecraft.Client/PSVita/app/Region/SCEE/param.sfo and b/Minecraft.Client/PSVita/app/Region/SCEE/param.sfo differ
diff --git a/Minecraft.Client/PSVita/app/Region/SCEJ/param.sfo b/Minecraft.Client/PSVita/app/Region/SCEJ/param.sfo
index 7a457568..7bba3c41 100644
Binary files a/Minecraft.Client/PSVita/app/Region/SCEJ/param.sfo and b/Minecraft.Client/PSVita/app/Region/SCEJ/param.sfo differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Battle & Beasts 2/BattleAndBeasts2.pck b/Minecraft.Client/PSVitaMedia/DLC/Battle & Beasts 2/BattleAndBeasts2.pck
new file mode 100644
index 00000000..6f042cca
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Battle & Beasts 2/BattleAndBeasts2.pck differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Battle & Beasts/BattleAndBeasts.pck b/Minecraft.Client/PSVitaMedia/DLC/Battle & Beasts/BattleAndBeasts.pck
new file mode 100644
index 00000000..ebf5ca6f
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Battle & Beasts/BattleAndBeasts.pck differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Candy Texture Pack/Data/media.arc b/Minecraft.Client/PSVitaMedia/DLC/Candy Texture Pack/Data/media.arc
new file mode 100644
index 00000000..e7f3d13a
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Candy Texture Pack/Data/media.arc differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Candy Texture Pack/Data/x16Data.pck b/Minecraft.Client/PSVitaMedia/DLC/Candy Texture Pack/Data/x16Data.pck
new file mode 100644
index 00000000..db0222c4
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Candy Texture Pack/Data/x16Data.pck differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Candy Texture Pack/TexturePack.pck b/Minecraft.Client/PSVitaMedia/DLC/Candy Texture Pack/TexturePack.pck
new file mode 100644
index 00000000..a69911c9
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Candy Texture Pack/TexturePack.pck differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Cartoon Texture Pack/Data/media.arc b/Minecraft.Client/PSVitaMedia/DLC/Cartoon Texture Pack/Data/media.arc
new file mode 100644
index 00000000..0d71d7d6
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Cartoon Texture Pack/Data/media.arc differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Cartoon Texture Pack/Data/x32Data.pck b/Minecraft.Client/PSVitaMedia/DLC/Cartoon Texture Pack/Data/x32Data.pck
new file mode 100644
index 00000000..3752e75a
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Cartoon Texture Pack/Data/x32Data.pck differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Cartoon Texture Pack/TexturePack.pck b/Minecraft.Client/PSVitaMedia/DLC/Cartoon Texture Pack/TexturePack.pck
new file mode 100644
index 00000000..7950193a
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Cartoon Texture Pack/TexturePack.pck differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/City Texture Pack/Data/media.arc b/Minecraft.Client/PSVitaMedia/DLC/City Texture Pack/Data/media.arc
new file mode 100644
index 00000000..8b544ede
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/City Texture Pack/Data/media.arc differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/City Texture Pack/Data/x32Data.pck b/Minecraft.Client/PSVitaMedia/DLC/City Texture Pack/Data/x32Data.pck
new file mode 100644
index 00000000..61161ba4
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/City Texture Pack/Data/x32Data.pck differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/City Texture Pack/TexturePack.pck b/Minecraft.Client/PSVitaMedia/DLC/City Texture Pack/TexturePack.pck
new file mode 100644
index 00000000..4899c3d4
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/City Texture Pack/TexturePack.pck differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Fantasy Texture Pack/Data/media.arc b/Minecraft.Client/PSVitaMedia/DLC/Fantasy Texture Pack/Data/media.arc
new file mode 100644
index 00000000..e4b80a5d
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Fantasy Texture Pack/Data/media.arc differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Fantasy Texture Pack/Data/x32Data.pck b/Minecraft.Client/PSVitaMedia/DLC/Fantasy Texture Pack/Data/x32Data.pck
new file mode 100644
index 00000000..64618ef7
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Fantasy Texture Pack/Data/x32Data.pck differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Fantasy Texture Pack/TexturePack.pck b/Minecraft.Client/PSVitaMedia/DLC/Fantasy Texture Pack/TexturePack.pck
new file mode 100644
index 00000000..41328e78
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Fantasy Texture Pack/TexturePack.pck differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Festive Skin Pack/SkinsFestive.pck b/Minecraft.Client/PSVitaMedia/DLC/Festive Skin Pack/SkinsFestive.pck
new file mode 100644
index 00000000..c2ccd75e
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Festive Skin Pack/SkinsFestive.pck differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/01-The Fate of the Galaxy.binka b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/01-The Fate of the Galaxy.binka
new file mode 100644
index 00000000..4462b69f
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/01-The Fate of the Galaxy.binka differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/02-Leaving Earth.binka b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/02-Leaving Earth.binka
new file mode 100644
index 00000000..33624ece
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/02-Leaving Earth.binka differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/03-Mars.binka b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/03-Mars.binka
new file mode 100644
index 00000000..678af97d
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/03-Mars.binka differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/04-A Cerberus Agent.binka b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/04-A Cerberus Agent.binka
new file mode 100644
index 00000000..e9f3ea99
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/04-A Cerberus Agent.binka differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/05-The View of Palaven.binka b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/05-The View of Palaven.binka
new file mode 100644
index 00000000..672ed958
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/05-The View of Palaven.binka differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/06-A Future for the Krogan.binka b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/06-A Future for the Krogan.binka
new file mode 100644
index 00000000..8faf90d9
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/06-A Future for the Krogan.binka differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/07-Surkesh.binka b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/07-Surkesh.binka
new file mode 100644
index 00000000..b16dc965
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/07-Surkesh.binka differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/08-The Ardat Yakshi.binka b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/08-The Ardat Yakshi.binka
new file mode 100644
index 00000000..54c17580
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/08-The Ardat Yakshi.binka differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/09-Rannoch.binka b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/09-Rannoch.binka
new file mode 100644
index 00000000..766375c9
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/09-Rannoch.binka differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/10-I'm Sorry.binka b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/10-I'm Sorry.binka
new file mode 100644
index 00000000..846d2360
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/10-I'm Sorry.binka differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/11-The Cerberus Plot.binka b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/11-The Cerberus Plot.binka
new file mode 100644
index 00000000..31877f58
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/11-The Cerberus Plot.binka differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/12-The Scientists.binka b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/12-The Scientists.binka
new file mode 100644
index 00000000..92dec6be
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/12-The Scientists.binka differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/13-Aralakh Company.binka b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/13-Aralakh Company.binka
new file mode 100644
index 00000000..8a615db7
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/13-Aralakh Company.binka differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/14-Prothean Beacon.binka b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/14-Prothean Beacon.binka
new file mode 100644
index 00000000..e1a8a36a
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/14-Prothean Beacon.binka differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/15-Defeat.binka b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/15-Defeat.binka
new file mode 100644
index 00000000..e955dc2c
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/15-Defeat.binka differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/16-Reaper Chase.binka b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/16-Reaper Chase.binka
new file mode 100644
index 00000000..237bd6a4
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/16-Reaper Chase.binka differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/17-Stand Strong, Stand Together.binka b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/17-Stand Strong, Stand Together.binka
new file mode 100644
index 00000000..03afa022
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/17-Stand Strong, Stand Together.binka differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/18-I Was Lost Without You.binka b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/18-I Was Lost Without You.binka
new file mode 100644
index 00000000..f2cfe2f5
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/18-I Was Lost Without You.binka differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/19-The Fleets Arrive.binka b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/19-The Fleets Arrive.binka
new file mode 100644
index 00000000..75823cc2
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/19-The Fleets Arrive.binka differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/20-We Face Our Enemy Together.binka b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/20-We Face Our Enemy Together.binka
new file mode 100644
index 00000000..05aba0e2
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/20-We Face Our Enemy Together.binka differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/21-I'm Proud Of You.binka b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/21-I'm Proud Of You.binka
new file mode 100644
index 00000000..c44e3595
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/21-I'm Proud Of You.binka differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/22-An End, Once and For All.binka b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/22-An End, Once and For All.binka
new file mode 100644
index 00000000..24d674b7
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/22-An End, Once and For All.binka differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/GameRules.grf b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/GameRules.grf
new file mode 100644
index 00000000..33449e04
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/GameRules.grf differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/masseffect.mcs b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/masseffect.mcs
new file mode 100644
index 00000000..aa69b88b
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/masseffect.mcs differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/media.arc b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/media.arc
new file mode 100644
index 00000000..7bf495b5
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/media.arc differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/x16Data.pck b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/x16Data.pck
new file mode 100644
index 00000000..1f03ff10
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/Data/x16Data.pck differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/TexturePack.pck b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/TexturePack.pck
new file mode 100644
index 00000000..522b5888
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Mass Effect/TexturePack.pck differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Natural Texture Pack/Data/media.arc b/Minecraft.Client/PSVitaMedia/DLC/Natural Texture Pack/Data/media.arc
new file mode 100644
index 00000000..7df884ab
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Natural Texture Pack/Data/media.arc differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Natural Texture Pack/Data/x32Data.pck b/Minecraft.Client/PSVitaMedia/DLC/Natural Texture Pack/Data/x32Data.pck
new file mode 100644
index 00000000..cafb05e0
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Natural Texture Pack/Data/x32Data.pck differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Natural Texture Pack/TexturePack.pck b/Minecraft.Client/PSVitaMedia/DLC/Natural Texture Pack/TexturePack.pck
new file mode 100644
index 00000000..c1690c6f
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Natural Texture Pack/TexturePack.pck differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Plastic Texture Pack/Data/media.arc b/Minecraft.Client/PSVitaMedia/DLC/Plastic Texture Pack/Data/media.arc
new file mode 100644
index 00000000..738d2703
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Plastic Texture Pack/Data/media.arc differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Plastic Texture Pack/Data/x16Data.pck b/Minecraft.Client/PSVitaMedia/DLC/Plastic Texture Pack/Data/x16Data.pck
new file mode 100644
index 00000000..979f75c8
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Plastic Texture Pack/Data/x16Data.pck differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Plastic Texture Pack/TexturePack.pck b/Minecraft.Client/PSVitaMedia/DLC/Plastic Texture Pack/TexturePack.pck
new file mode 100644
index 00000000..fc5c4566
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Plastic Texture Pack/TexturePack.pck differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Skin Pack 1/Skins1_Sony.pck b/Minecraft.Client/PSVitaMedia/DLC/Skin Pack 1/Skins1_Sony.pck
new file mode 100644
index 00000000..87f8c97c
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Skin Pack 1/Skins1_Sony.pck differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Skin Pack 2/Skins2_Sony.pck b/Minecraft.Client/PSVitaMedia/DLC/Skin Pack 2/Skins2_Sony.pck
new file mode 100644
index 00000000..1eba783c
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Skin Pack 2/Skins2_Sony.pck differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Skin Pack 3/Skins3_Sony.pck b/Minecraft.Client/PSVitaMedia/DLC/Skin Pack 3/Skins3_Sony.pck
new file mode 100644
index 00000000..9ba74bb0
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Skin Pack 3/Skins3_Sony.pck differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Skyrim/Data/GameRules.grf b/Minecraft.Client/PSVitaMedia/DLC/Skyrim/Data/GameRules.grf
new file mode 100644
index 00000000..e59b4efd
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Skyrim/Data/GameRules.grf differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Skyrim/Data/media.arc b/Minecraft.Client/PSVitaMedia/DLC/Skyrim/Data/media.arc
new file mode 100644
index 00000000..a798b31e
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Skyrim/Data/media.arc differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Skyrim/Data/skyrim.mcs b/Minecraft.Client/PSVitaMedia/DLC/Skyrim/Data/skyrim.mcs
new file mode 100644
index 00000000..82a063f7
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Skyrim/Data/skyrim.mcs differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Skyrim/Data/x16Data.pck b/Minecraft.Client/PSVitaMedia/DLC/Skyrim/Data/x16Data.pck
new file mode 100644
index 00000000..66a1be36
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Skyrim/Data/x16Data.pck differ
diff --git a/Minecraft.Client/PSVitaMedia/DLC/Skyrim/TexturePack.pck b/Minecraft.Client/PSVitaMedia/DLC/Skyrim/TexturePack.pck
new file mode 100644
index 00000000..2724e00d
Binary files /dev/null and b/Minecraft.Client/PSVitaMedia/DLC/Skyrim/TexturePack.pck differ
diff --git a/keystone b/keystone
deleted file mode 100644
index ea3c95a1..00000000
Binary files a/keystone and /dev/null differ