PS3 Home
What's New
Homebrew
Game Updates
Demos
multiMan
Videos

ManaGunZ v1.42beta by zar
Last Release: Jan 23, 2024
Downloads: 490028

This is another Backup Manager made from the ground. It allows you to mount a backup stored in your USB device or in the internal hdd as a virtual Blue-Ray using 4 differents UI : "List", "Grid", "XMB" and "Flow".
Name Version Released Hits DL Link
File Manager [Nightly-Release] v1.42beta 01/23/24 7512 Download
ManaGuZ [Nightly-Release] v1.42beta 01/23/24 9421 Download
This is the initial release, but it is intended to be an "AIO backup manager".

ManaGunZ v1.41
Add : On dump BR functions, it checks if sys_storage_read succeeded. See notes (1).
Add : Toggle in "Settings/Blu-Ray dumper" to disable/enable the check on sys_storage_read.
Add : Toggle in "Settings/Blu-Ray dumper" to add an embedded 3k3y header inside the iso.
Remove : Disc key 3k3y header. See note (2).
Add : A result screen is displayed just after the dumping process finished.
Fix : IRD build, sometimes the iso header length was too big.
Add : Decrypt EDAT/SDAT.
Fix : JB md5 check, it removes the ultimate dot from filename. See: https://www.psx-place.com/threads/34448
Add : Dump files for redump.org. It generates the same files as GetKey-r2-GameOS.
Fix : Freeze when creating directory inside ntfs/exFAT devices. (bug introduced in v1.39)
Add : DynaRec by IngPereira and DeanK. Tested with ps3sx https://github.com/Zarh/ps3sx
Fix : Issue with IRD build on region hashes and Data2.
Add : TranslateMGZ, it's a tools to translate ManaGunZ with LibreTranslate API.
Add : Flow3D setting to align game boxes.
Add : Flow3D setting to adjust gap between game boxes.
Change : Flow3D, I increased the zoom of the selected game case (press L3).
Fix : Square picture 320x320 used by webMAN MOD and sman in XMB won't be stretched anymore.
Add : PS3 hdd unlock by 3141card. Go to Setting>System>Hdd0 unlock.

Notes:
(1) This is mostly for damaged disc, some sectors might be unreadable because of scratches.
It will try to read the damaged sector 30 times. You can change the amount of attempts in settings.
If it's still no readable, the process will stop or continue according to what is set in settings.
(2) I removed it because I don't see the point of having this file alone, I didn't find any tool using it.
To have a backup with an embedded 3k3y header go to "Settings/Blu-Ray dumper" and enable "Include 3k3y header".

Special Note about IRD database:

The database won't accept upload of ird made by a version older than 1.41.
You can download IRD on : http://ps3ird.free.fr

ManaGunZ v1.40
- Fix : Dock buttons when the window is docked to the left.
- Fix : IRD build of backups with PKGDIR.
- Fix : Shortcut pkg.
- Add : Scans sub-folders to find backups.
- Add : Support fw 4.88C.
- Add : Updated mamba v8.40 from https://github.com/aldostools/Mamba June 06, 2021.

ManaGunZ v1.39
- Fix: Display issue with game title containing new line character 'n'.
- Fix: No more freeze when the firmware is unknown/new. I'm not sure how I fixed it tho.
- Fix: XMB UI won't display 'adjust your filters' on boot of MGZ if you unchecked 'PS3' filter.
- Add: Support new/different PS2 CONFIG from /dev_hdd0/game/PS2CONFIG. They are displayed with the prefix '[DB]'.
- Add: IRD check is more accurate. See notes (3)
- Add: Updated mamba to 8.3 from https://github.com/aldostools/Mamba
- Add: OffsetFinder support every symbols/hash needed to build cobra & mamba 8.3
- Add: Support exFAT. See notes (2).
- Add: Support HEN & CFW 4.87C.
- Add: Logs option. It saves loading logs at "/dev_hdd0/tmp/mgz.log".
- Add: Debug option. It slows the messages displayed on screen during loadings.
- Add: multiMAN payload is now firmware independent.
- Add: New CUSTOM PS2 CONFIG files from webMAN MOD by aldostools December 14, 2020. Special thanks to kozarovv and mrjaredbeta.
- Add: New ps2 widescreen pnatchs from pcsx2.net forum January 13, 2021.
- Add: Reset position of filter box.
- Add: Reworked the game updates manager.
- Add: dev_bdvd is displayed.
- Add BDVD option: Dump encrypted Blu-Ray disc.
- Add BDVD option: Dump disc key.
- Add BDVD option: Dump decrypted Blu-Ray disc with its IRD. See notes (1).
- Add BDVD option: Copy, it will copy the content of the BR to a directory.
- Add BDVD option: Properties, same as JB backup.
- Add Settings/System tools: Dump eid_root_key, 3Dump.bin, lv1, lv2 and fix permission for dev_hdd0.
- Add FileManager: Convert any supported picture to PNG.
- Add FileManager: It won't show dev_blind and dev_rebug anymore, instead it will display a protected/unprotect dev_flash with a lock icon.
- Add FileManager: Extract RAR files.

Notes :
- When you use the option 'Dump decrypted Blu-Ray disc', it will also generate an ird.
- The ird file is automatically uploaded to an online database if it's a new one.
- If you don't want to upload the ird then disable internet ;)
- It's very slow ! It still needs some improvement/fix : ~1MiB/s instead of ~10MiB/s.
- I used the FatFs module http://www.elm-chan.org/fsw/ff/00index_e.html ported to ps3 (psl1ght) by tps/lmirel https://github.com/lmirel/fatfs_psx.
- I increased the number of volume to support usb device from 0 for dev_usb000 to 127 for dev_usb127, 128 for dev_sd, 129 for dev_cf and 130 for dev_ms.
- Multi-partition is disabled.
- To support exFAT without changing to much code in ManaGunZ I included 2 files, exFAT.c and mgz_io.c
exFAT.c : it allows you to manage the exFAT devices : mount, unmount etc.
mgz_io.c : it replaces several standard functions (some of them are slow/broken in psl1ght anyway) with new ones that support ps3 native file system (ufs2, fat16, fat32), ntfs and exFAT.
The prefix "exFAT" is used to detect if it's an exFAT device in mgz_io.c
I did few modifications in the lib:
enabled GPT with FF_LBA64
changed FF_VOLUMES from 8 to 131
modified how the lib 'catch' the volume id to be able to have more than 1 digit id
- Before downloading the ird and checking the MD5, it will check if the following values matchs.
TITLE_ID
APP_VER
VERSION
PUP version, if there isn't PUP it will use PS3_SYSTEM_VERS

ManaGunZ v1.38

Add : Support CFW/HEN 4.86C.
Add FileManager : PictureViewer : support DDS, GTF, BMP, WEBP, TIFF, TGA, GIM and mores...
Fix FileManager : The scroll bar is now visible.
Fix : ManaGunZ won't set chinese language when the PS3 system is set with german language.
Removed : SHA-1 calculation from file properties.


ManaGunZ v1.37

Add : Support the firmware 4.85C.
Fix : Issue with syscall 35. It fix the function to mount JB backups with cobra or mamba, among others.
Fix FileManager : Issue to open /dev_bdvd.
Add FileManager : Symbolic links. See Notes (1).

Notes :
(1) It use cobra/mamba syscall 35.
For example if you want to redirect app_home to dev_bdvd
_ Select app_home (square)
_ Option (triangle) then select "SymLink source" (cross)
_ Select dev_bdvd (square)
_ Option (triangle) then select "Symlink target" (cross)


ManaGunZ v1.36

Add : Support PS3HEN. I removed every feature unsupported by the HEN (tested on HEN 2.3.1).
Add : Updated widescreen db from pcsx2 github.
Add : If you don't use R2 to manage speed, the speed is increased when you hold a button.
Add : For UI FLOW, a scroll bar appears when you browse quickly your backups list.
Add : Changed VRAM mapping to manage more backups. See notes(1).
Add : Show RGBA values when you edit a color.
Change : When you hold circle to quit, there is only one loading ring instead of 3.
Add : You can add a color filter on some pictures. See notes (2).
Add : Settings menu is splitted in 3 level instead of 2.
Add : Platform filter for UI XMB.
Fix : It scan dev_cf (compact flash) instead of dev_cd.
Add : 'Yes/No' settings are replaced by a toggle.
Add : New theme icons for the toggle.
Fix : Rawseciso isn't a fself anymore. It fix issue with iso from ntfs with a PS3HEN.
Fix : Issue with ps2 elf crc. It fix several issues with iso patching options like when 'disable widescreen' was unavailable.
Fix : Pnach wasn't properly translated to .CONFIG, wrong endianness in replacement opcode.
Fix : To avoid issues with some characters, the name of game settings files use title_id instead of title.
Remove : I removed "Shortcut pkg" option because it's broken. I'll fix it later.
Add FileManager : More informations of devices : capacity, file system, name, label, writable.
Add FileManager : Several predefined root display is available. Also, you can customize your own display in settings.
Add FileManager : Specifics options are available if you select several files with the same extension. For example, you can extract 3 pkg in a row.
Add FileManager : New theme icons used for the closebox, the dockbox and the cursor.
Add FileManager : Support UTF8 filename and also their content with the TXTviewer.
Add OffsetFinder : It generate every files to update managunz to a new firmware. Type 'make update'.

Notes :
(1) Every game pictures are stored in a 512KB slot memory in bitmap format.
For Flow3D, it's stored in 2MB slots, there is less slots.
The dimention of the game pictures is limited.
We can calculate its size = Width x Height x Pitch
I use ARGB texture, the pitch is 4.
The picture size must respect :
Width x Height < 0x20000 = (512 x 1024) /4
And in Flow3D :
Width x Height < 0x80000 = (2 x 1024 x 1024) /4

To not have any memory issue, I suggest you to use the following dimensions:

Picture Width Height
ICON0 320 176
COVER PS1 250 250
COVER PS2 250 350
COVER PS3 260 300
COVER PSP 200 340
COVER3D PS1 FRONT 450 450
COVER3D PS1 BACK 600 450
COVER3D PS2 570 850
COVER3D PS3 525 950
COVER3D PSP 800 640
(2) You can choose the color filter with (R1) in settings.
It's available for BG, BGS, SIDEBAR, BOXBODY, BOXHEAD and NOTIF pictures.
You can add these colors in colorset.ini file too.
They are named COLOR_BG, COLOR_BGS, COLOR_SIDEBAR, COLOR_BOXBODY, COLOR_BOXHEAD and COLOR_NOTIF.
If you don't write a colors in colorset.ini it will be disabled.

ManaGunZ v1.35

Add : Support 4.84C & 4.84D
Fix : fixed Mamba payloads for D-REX not properly loading modules hashes

Note : update by littlebalup, thank you.

ManaGunZ v1.34

Add : 4.83C support.
Add : New loading icon.
Add : Scan to /dev_sd, /dev_ms/ and /dev_cd.
Fix : Apply pnatch (bug introduced in previous update).
Add offsetfinder : IDPSet & ERK_dumper offsets.
Add : Definitions files from RCOmageMOD.
Add : Game TAGS.

ManaGunZ v1.33
Fix : reading issue with splitted iso.
Add : 482D support
Add : Game option "Join".
Add FileManager : Option "Join" to join files to the current path.

ManaGunZ v1.32
Fix : Reduced memory usage to avoid 'random' freeze.
Fix FileManager : No more deep scan on ISO.
Fix Filemanager : Scroll bar.
Fix : MD5/SHA1 of +4GB files
Fix : Scetool keys file.
Fix : Issue with cmdID 0x4A.
Fix : FLOW3D full covers.
Fix : Shortcut pkg.
Add : It ask you to load a PS2 CONFIG if it doesn't exist.
Add : Increased loading speed of PS2 game menu.
Add FileManager : New buttons map.
Add FileManager : Click on backup ISO to mount it then it go back to XMB.
Add FileManager : Dock to left/right/full screen. See note (1).
Add FileManager : hold X to move the slider.
Add FileManager : Use R2 to increase move speed of cursor and windows.
Add : Join or split big files. See note (2).
Add : Default UI set to XMB.
Add : Background waves.
Add : Set alpha of colors.
Add : (R2+L2) Screenshots saved at '/dev_hdd0/photo/ManaGunZ_XXX.bmp'.
Add : Check md5 files from ISO with IRD.
Add : Add/Remove LIMG sector in PS2 iso.
Add : Choose Font. It search recursivly ttf font in the directories '/dev_flash/data/font' and '/USRDIR/GUI'. See note (3).
Add : Choose colorset. See note (3).
Fix FileManager : Convert iso.
Add FileManager : LEFT/RIGHT D-pad to scroll up/down a page.
Add FileManager : L1+LEFT/RIGHT D-pad to go to the parent/child folder.

Note :
(1) There is 2 way to do it :
The first one is to open the option menu while the cursor is on the header of the window.
The second is to use the following combo:
-Dock to LEFT : Hold R1 + LEFT D-PAD.
-Dock to RIGHT : Hold R1 + RIGHT D-PAD.
-Dock to FULL : Hold R1 + UP D-PAD.
-Restore : Hold R1 + DOWN D-PAD.
(2) Use the copy function in game menu. If the destination is FAT32, the big file will be splitted, if it's not it will be joined.
In file manager to join files, select ONLY the first file with the extension '66600' then paste it.
(3) To reduce memory use, it won't load 4 themes anymore. Only the theme of the current UI is loaded.
For each theme in each UI, it search for the following files.
-BG.PNG : Main background
-BGS.PNG : Settting background
-SIDEBAR.PNG : Sidebar background
-FONT.TTF : Font.
-colorset.ini : Set of color used in the homebrew .
When u load the theme it will use the theme font and the first colorset defined in the file. But you'll be able to change them in theme setting menu.
XMB UI use more files for the columns : SETTINGS.PNG, FAVORITES.PNG, PS3.PNG, PS2.PNG, PS1.PNG, PSP.PNG.
Also, before loading files from 'common' directory, it will check if these files don't exist in the theme directory.

ManaGunZ v1.31
Fix : Read&write file.
Fix : Support big files (+4GB).
Add : Italian, hungarian and spanish language.
Add : Support fw 4.82 CEX.
Fix : Some pnach wasn't applied correctly.
Fix : Issue with reading files from bin/cue disk image.
Add : Mount Game from file manager.
Fix : Removed the refresh window everytime you use an option, sometimes it's useless.
Add : CONFIG files extracted from softemu and gxemu.
Add : Improved PS2 CONFIG editor. See note (1).
Fix : Removed the DBCONFIG.txt system.
Add : Plugin Monitor, it allow you to load or unload a plugin.

Note :
(1)
[LOAD]
The PS2 CONFIG editor is able to load CONFIG files and to display the result on the screen.
You'll be able to load :
- "NET" config files from '[ManaGunZ Path]/USRDIR/sys/CONFIG/NET'. These are the CONFIG found in official ps2 classic pkg.
- "GX" config files from '[ManaGunZ Path]/USRDIR/sys/CONFIG/GX'. These are the CONFIG extrated from gxemu.
- "SOFT" config files from '[ManaGunZ Path]/USRDIR/sys/CONFIG/SOFT'. These are the CONFIG extrated from softemu.
- "CURRENT" config files from '[You PS2 Backup Path].CONFIG'. This config is currently used.
- "CUSTOM" config files from '[ManaGunZ Path]/USRDIR/sys/CONFIG/CUSTOM'. These are unofficial CONFIG.

[CHECK]
Morever, PS2 CONFIG editor check if the original data from the commandID : 0x9 & 0xA & 0xB matches with the data of your PS2 backup.
If it's not a match the commandID on your screen will be displayed in red.

[EDIT]
Once it's loaded, you'll be able to ADD or REMOVE a command ID.
For now, you can only ADD the commands without parameter, the 'simple' ones.
You can add in CONFIG the patches from pnach files. So, the widescreen patches can be added.
You can add the patches '480' 'YFIX' and 'FMV skip' to the config too.

[SAVE]
Finally, with the button START, it save your configuration to '[You PS2 Backup Path].CONFIG'. Also, if you edited the CONFIG then a backup of your config is stored in '[ManaGunZ Path]/USRDIR/sys/CONFIG/CUSTOM' folder.
Name Version Released Hits DL Link
File Manager [Nightly-Release] v1.42beta 09/21/23 16009 Download
File Manager [Nightly-Release] v1.42beta 05/12/23 41194 Download
ManaGuZ [Nightly-Release] v1.42beta 09/21/23 22540 Download
ManaGuZ [Nightly-Release] v1.42beta 05/12/23 66577 Download
File Manager [Pre-Release] v1.41beta 11/20/21 4839 Download
ManaGunZ [Pre-Release] v1.41beta 11/20/21 5565 Download
File Manager v1.41 01/01/22 10754 Download
File Manager [Nightly-Release] v1.41 05/23/22 7306 Download
File Manager [Nightly-Release] v1.41 08/16/22 1922 Download
File Manager [Nightly-Release] v1.41 01/30/22 2238 Download
File Manager [Nightly-Release] v1.41 01/22/22 1846 Download
ManaGunZ v1.41 01/01/22 21032 Download
ManaGunZ [Nightly-Release] v1.41 08/16/22 3132 Download
ManaGunZ [Nightly-Release] v1.41 05/23/22 12733 Download
ManaGunZ [Nightly-Release] v1.41 01/30/22 2788 Download
File Manager v1.40 06/12/21 8338 Download
ManaGunZ v1.40 06/12/21 24534 Download
File Manager v1.39 05/04/21 2289 Download
ManaGunZ v1.39 05/04/21 6038 Download
FileManager v1.38 05/30/20 11612 Download
ManaGunZ [4.86] v1.38 08/13/20 33065 Download
ManaGunZ [4.86] v1.38 05/30/20 11606 Download
FileManager v1.37 09/11/19 11242 Download
ManaGunZ [4.85] v1.37 09/11/19 34835 Download
FileManager v1.36 08/24/19 2120 Download
ManaGunZ [4.84] v1.36 08/24/19 3826 Download
ManaGunZ [4.84] v1.35-J 05/28/19 9318 Download
FileManager v1.35 03/22/19 7035 Download
ManaGunZ [4.84] v1.35 03/22/19 9090 Download
File Manager v1.34 10/25/18 4358 Download
ManaGunZ v1.34 10/25/18 4766 Download
File Manager v1.33 04/10/18 4397 Download
ManaGunZ v1.33 04/10/18 6670 Download
File Manager v1.32 03/24/18 2561 Download
ManaGunZ v1.32 03/24/18 2747 Download
ManaGunZ v1.31 12/22/17 4192 Download
ManaGunZ v1.30 11/11/17 3496 Download
ManaGunZ v1.29.1 09/16/17 2421 Download
ManaGunZ v1.29 07/04/17 4025 Download
ManaGunZ v1.28 04/15/17 3577 Download
ManaGunZ v1.27 02/13/17 3702 Download
ManaGunZ v1.26 12/09/16 3599 Download
ManaGunZ v1.25 (WIP) 07/28/16 5391 Download
ManaGunZ v1.21 03/28/15 9122 Download
ManaGunZ v1.10 03/13/15 5170 Download
ManaGunZ v1.00 01/29/15 5740 Download