44[ ![ Build app package] ( https://github.com/bucanero/apollo-ps4/actions/workflows/build.yml/badge.svg )] ( https://github.com/bucanero/apollo-ps4/actions/workflows/build.yml )
55![ PS4] ( https://img.shields.io/badge/-PS4-003791?style=flat&logo=PlayStation )
66[ ![ Twitter] ( https://img.shields.io/twitter/follow/dparrino?label=Follow )] ( https://twitter.com/dparrino )
7+ [ ![ Ask DeepWiki] ( https://deepwiki.com/badge.svg )] ( https://deepwiki.com/bucanero/apollo-ps4 )
78
89** Apollo Save Tool** is an application to manage save-game files on the PlayStation 4.
910
@@ -29,6 +30,7 @@ This homebrew app allows you to download, unlock, patch, and resign save-game fi
2930* ** Standalone:** no computer required, everything happens on the PS4.
3031* ** Automatic settings:** auto-detection of PS4 firmware, User ID, and Account-ID settings.
3132* ** Multi-user:** supports multiple user accounts.
33+ * ** Localization support:** English, Greek, Italian, Japanese, Portuguese, Russian, Spanish.
3234
3335## Save Management
3436
@@ -59,7 +61,7 @@ This homebrew app allows you to download, unlock, patch, and resign save-game fi
5961## PS2 Virtual Memory Card Management
6062
6163* ** VMC saves management:** quick access to all save files on Virtual Memory Cards images.
62- - Supported PS2 VMC formats: ` .VM2 ` , ` .CARD ` , ` .PS2 ` , ` .VMC ` , ` .BIN `
64+ - Supported PS2 VMC formats: ` .VM2 ` , ` .CARD ` , ` .PS2 ` , ` .VMC ` , ` .BIN ` , ` .MC2 ` , ` .MCD `
6365 - Supports ECC and non-ECC images
6466* ** Import PS2 saves:** import saves to VMCs from other systems and consoles (` .PSU ` , ` .PSV ` , ` .XPS ` , ` .CBS ` , ` .MAX ` , ` .SPS ` supported).
6567* ** Export PS2 saves:** allows the user export saves on VMC images to ` .PSU ` and ` .PSV ` formats
@@ -109,7 +111,7 @@ On first run, the application will detect and setup the required user settings.
109111| PS2 | Folder |
110112| -----| --------|
111113| ** USB saves** | ` /mnt/usbX/PS2/SAVEDATA/ ` (` *.xps ` , ` *.max ` , ` *.psu ` , ` *.cbs ` , ` *.psv ` , ` *.sps ` ) |
112- | ** VMC cards** | ` /mnt/usbX/PS2/VMC/ ` (` *.vmc ` , ` *.card ` , ` *.vm2 ` , ` *.ps2 ` , ` *.bin ` ) |
114+ | ** VMC cards** | ` /mnt/usbX/PS2/VMC/ ` (` *.vmc ` , ` *.card ` , ` *.vm2 ` , ` *.ps2 ` , ` *.bin ` , ` *.mc2 ` , ` *.mcd ` ) |
113115| ** PSV saves** | ` /mnt/usbX/PS3/EXPORT/PSV/ ` |
114116| ** External saves (HDD)** | ` /data/fakeusb/PS2/SAVEDATA/ ` |
115117| ** External VMCs (HDD)** | ` /data/fakeusb/PS2/VMC/ ` |
@@ -164,7 +166,7 @@ Currently, the list of available games and files is limited, but the project aim
164166
165167# Credits
166168
167- * [ Bucanero] ( http ://www.bucanero. com.ar/ ) : [ Project developer] ( https://github.com/bucanero )
169+ * [ Bucanero] ( https ://github. com/bucanero ) : [ Project developer] ( https://bucanero. github.io/apollo-ps4/ )
168170
169171## Acknowledgments
170172
@@ -177,6 +179,12 @@ Currently, the list of available games and files is limited, but the project aim
177179* [ ShendoXT] ( https://github.com/ShendoXT ) : [ MemcardRex] ( https://github.com/ShendoXT/memcardrex )
178180* [ Nobody/Wild Light] ( https://github.com/nobodo ) : [ Background music track] ( https://github.com/bucanero/apollo-vita/blob/main/data/haiku.s3m )
179181
182+ ## Translators
183+
184+ Apollo supports multiple languages for its user interface. Thanks to the following contributors for their help with translations:
185+
186+ - [ Akela] ( https://x.com/Akela_1979 ) (Russian), [ Bucanero] ( https://github.com/bucanero ) (Spanish), [ TheheroGAC] ( https://x.com/TheheroGAC ) (Italian), [ yyoossk] ( https://x.com/Cloud0835 ) (Japanese), [ Phoenixx1202] ( https://github.com/Phoenixx1202 ) (Portuguese), SpyroMancer (Greek)
187+
180188# Building
181189
182190You need to have installed:
@@ -191,6 +199,7 @@ You need to have installed:
191199- [ libs3m] ( https://github.com/bucanero/s3mplay ) library
192200- [ libSQLite] ( https://github.com/bucanero/libSQLite-ps4 ) library
193201- [ Mini-XML] ( https://github.com/bucanero/mxml ) library
202+ - [ mini18n] ( https://github.com/bucanero/mini18n ) library
194203- [ dbglogger] ( https://github.com/bucanero/dbglogger ) library
195204
196205> [ !TIP]
0 commit comments