-
Notifications
You must be signed in to change notification settings - Fork 47
/
Changelog.txt
584 lines (528 loc) · 27.6 KB
/
Changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
TO DO :
Add : MultiContent PKGDIR/PS3_GMXX/PK3_EXTRA/INSDIR
v1.49
Add : Support FW 4.89C
Remove : Included PS2CONFIG files. See note (1).
Add : Test with latest firmware offsets on a new firmware.
Fix : IRD build with backup having empty PUP.
Fix : freeze in settings/file manager, from ntfs lib (strtok).
Fix : freeze in settings/language, bug introduced in 1.41.
Notes:
(1) I can't keep it up to date.
Instead, you can install PS2CONFIG pkg from https://github.com/aldostools/webMAN-MOD/releases/latest which is up to date thanks to Aldostools.
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.
If it's still no readable, the process will stop.
(2) I removed this because I don't see the point of having this file alone, I didn't find any tool using it alone.
To have a backup with an embedded 3k3y header go to "Settings/Blu-Ray dumper" and enable "Include 3k3y header".
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.
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.
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 :
(1) 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 ;)
(2) It's very slow ! It still needs some improvement/fix : ~1MB/s instead of ~10MB/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 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
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
(3) Before downloading the ird and checking the MD5, it will check if the following value matchs.
- TITLE_ID
- APP_VER
- VERSION
- PUP version, if there isn't PUP it will use PS3_SYSTEM_VERS
v1.38
Add : Support CFW/HEN 486C
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.
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)
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 * Height * 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:
ICON0 320 x 176
COVER PS1 250 x 250
COVER PS2 250 x 350
COVER PS3 260 x 300
COVER PSP 200 x 340
COVER3D PS1 450 x 450 + 450 x 600
COVER3D PS2 850 x 570
COVER3D PS3 950 x 550
COVER3D PSP 800 x 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.
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.
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.
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.
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 recursively 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 this 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 this file doesn't exist in the theme directory.
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.
v1.30
Add : Re-sign option change the fw version in param.sfo too.
Add : PS2 bin/cue image.
Fix : Paths containing a point.
Add : Remote control.
Add : Without peek&poke.
Add : Filemanager standalone. To compile it, type 'FILEMANAGER=1 make pkg'.
Fix : Increased read&write file speed.
Add : New loading screen for the file manager.
Fix : Movements in UI are more smooth/fuild.
Add : Flow 3D. See note (1).
Add : Plugin Manager can create the boot file.
Add : Plugin Manager can create '/dev_hdd0/plugins'.
Add : Plugin Manager can move the enabled plugins (from the boot file) to '/dev_hdd0/plugins'.
Add : Languages.
Add : Help.
Add : New CONFIG file management. See note (1).
Note :
(1) If the CONFIG file exist in MGZ folder, MGZ force the use of it and 'PS2 CONFIG creator' is not available.
I removed the option 'CONFIG to use' it became useless. I removed the distinction between OFFICIAL and CUSTOM.
I added the file DBCONFIG.txt to manage the CONFIG file used by several GAME, so I don't have to dulicate the same file.
(2) The full covers must in the folder 'USRDIR/covers/3D/[gameID].jpg'. For PS1, it will use the front cover from 'USRDIR/covers/[gameID].jpg' and the back from 'USRDIR/covers/3D/[gameID].jpg'.
v1.29
Fix : Several issues.
Fix : It detect iso built without the 'official' structure.
Fix : System crash after mounting a game in olders firmwares. Bug introduced in v1.26.
Add : [Themes] Display TAGS when you choose a theme to be aware of the path and the type of the theme.
Add : [Themes] Disable theme.
Add : [Themes] A default theme is loaded in a fresh install.
Add : [Themes] If there isn't a 'settings background' then the 'main background' is used for the setting menu.
Add : [Interface] Show game case.
Add : [Settings] Add TV test screen.
Add : [Settings] 'Update ManaGunZ'.
Add : [PS1][PSP] Game menu.
Add : [PS1][PS2] ICON0 creator. It allow you to 'cut' an ICON0 from the cover to use it as the main icon.
Fix : [PS2] Function to apply patches.
Add : [PS2] It can apply widescreen patches and another pnach file simultaneously.
Add : [PS2] '480P', 'YFIX' and 'FMV skip' options. ps2wide.net/480p.html
v1.28
Add : PS2 CONFIG creator.
Add : Re-write code to be more 'flexible' (almost nothing change for the user).
Add : Filter.
Add : "Use game sidemenu".
Fix Mamba : offset PSP_savedata.
Fix : error libxml when compile the project.
Fix : No more 'browsing freeze' when PIC1 was loading.
Add : A progress bar will be displayed, when the PIC1 is loading.
Add : PS2 WideScreen option. See note (1).
Add : local DB of hash to check games integrity. See note (2).
Add : Plugin manager. See note(3).
Add FileManager : Extract ZIP files.
Add : New covers server.
Add : Re-signed games can be restored.
Add : For PS2 and PS1 the main icon (aka 'ICON0') is loaded at the path of the game. See note (4).
Note :
(1) It use the included WideScreen pnach collection from PCSX2.
If you want to use your own pnach from "/dev_usbXXX/PNACH/[CRC].pnach", you must disable WideScreen because when you apply a pnach to the iso it change the CRC.
(2) I downloaded every MD5 for PS2 & PSX games from redump.org. It's inside ManaGunZ folder 'USRDIR/sys/Check.zip'.
For PSP backups, it come from renascene.com. Every CRC32 are saved in 'USRDIR/sys/PSP_CRC.txt'.
(3) The plugin Manager will deal with every sprx inside "/dev_hdd0/plugins" ONLY. If this folder do not exist, the option is not available.
(4) If the backup path is "/dev_hdd0/PS2ISO/Okami.iso", so the main icon path must be "/dev_hdd0/PS2ISO/Okami.jpg".
The following extention is supported : 'jpg', 'JPG', 'png', 'PNG'.
v1.27
_ Add : Support CFW 481 DEX.
_ Add : Mamba v3 is ported to every supported fw.
_ Add : PS2emu patcher is updated with the new payload to support PS2 CONFIG. See note (1).
_ Add : PS2 CONFIG files from psdevwiki are included. It will be added automatically if there isn't any CONFIG used.
_ Add : PS2 Menu. See note (3).
_ Add : To have a faster loading, ICON0s and covers are loaded in a background task, a progress bar is displayed.
_ Fix : Navigation with L joystick is less sensible.
_ Fix : Better detection of the firmware version to avoid issues with similar fw. See note (2).
_ Fix : freeze when it scanned some PS1/PS2 games. Fixed 'Get_ID' function.
_ Fix FileManager : NTFS drive are mounted when the window is refreshed.
_ Add FileManager : Press L3 to refresh the window.
_ Add FileManager : xRegistry viewer. It convert the registry to a txt file in "/dev_hdd0/tmp/xreg.txt".
_ Add FileManager : Scroll option menu with direction pad.
_ Add FileManager : Check CRC of PSP ISO with CRC from renascene.
_ Add Offsetfinder : It generate firmwares informations for mamba v3.
Note :
(1) To allow ManaGunZ to patch the PS2 netemu, it must be the original self. It won't patch the self if it's already patched with the old payload.
(2) It fix some issues with 481 478 476 which was detected as 4.75.
(3) PS2 menu have the following options :
- Rename : it rename the ISO name
- Add/remove to favorite
- Apply/restore pnach : it use the pnach file in "/dev_hdd0/game/MANAGUNZ0/USRDIR/setting/PS2/[CRC].pnach" or "/dev_usbXXX/PNACH/[CRC].pnach" or "/dev_ntfsX:/PNACH/[CRC].pnach".
The CRC is the same used in pcsx2. You can find lot of widescreen pnach here : https://github.com/PCSX2/pcsx2/blob/master/bin/cheats_ws.zip
ManaGunZ change the value directly in the ISO, but it keep a backup of the original value so you can restore the iso.
- Disable/enable netemu : It available only for BC system in cobra 7.50+. It force BC system to use the sofware emulation.
- CONFIG to use : This option allow you to use a custom CONFIG instead of the official CONFIG.
- Check MD5 : It compare the md5 of your ps2 backup with md5 from 'redump.org'.
- Delete : It delete the iso.
- Copy : It copy the iso to another device.
- Properties : It display some info like size, CRC, game ID...
v1.26
_ Add : JPG and PNG can be used for all images used by MGZ.
_ Add : Retro games (PS1, PSP and PS2) with mamba v3 and cobra.
_ Add : It read the files inside iso. So, extern param.sfo and icon0 aren't used anymore.
_ Add : New icons used by MGZ in "/USRDIR/GUI/COMMON".
_ Add : Hold button to scroll evertywhere.
_ Add : Scroll speed is managed with R2 button pressure, push it to increase speed. Also, the default speed is faster.
_ Add : Navigate with the left joystick.
_ Add : 'Pseudo-support' of Dynamic theme *.p3t.
_ Fix Game Menu : Make pkg.
_ Fix Game Menu : Extract ISO from NTFS.
_ Fix Settings : Issue when the theme of UI LIST was disabled.
_ Add Settings : IRD check result is displayed in the TXTviewer.
_ Add Settings : Show the background picture PIC1.PNG. XMB&FLOW UI display the background if you enabled it in settings. For all UI, hold R1 to display it.
_ Add Settings : UI FLOW can display covers instead of ICON0.
_ Add FileManager : NTFS support.
_ Add FileManager : Make APNG.
_ Add FileManager : PS1&PS2 dumps md5 check with md5 from redump.org.
_ Add FileManager : Set Permission to 0777.
_ Add FileManager : CXML extract (P3T, RAF, QRC). It convert vag2wav, jsx2js, gtf2png and gim2png.
_ Add FileManager : Convert JSX to JS ; VAG to WAV ; GTF to DDS ; DDS to PNG ; GIM to PNG.
_ Add FileManager : Extract MultiMan theme *.thm.
_ Add FileManager : PictureViewer : support APNG (animated PNG).
_ Add FileManager : TXTviewer : can open few more file type.
_ Add FileManager : TXTviewer : hold up&down to scroll.
_ Fix FileManager: the parent dir ".." always stay a the top
v1.25
Add Settings : Platform filter
Add FileManager : Decompress/Compress PSP ISO (CSO files)
Fix FileManager : fixed bug when the length of files' names was too big
Add : Display covers in the UI "XMB" and "LIST"
Add Settings : Download covers
Change : I removed the limitation to calculate hash for files bigger than 10Mo
Add : Support IRD to check MD5(s) of a JB game (in Game Option and in the FileManager)
Add FileManager : Generate MD5 log file
Add FileManager : Generate SHA-1 log file
Add FileManager : Trophy Extractor
Add FileManager : PKG Maker/Extractor
Add FileManager : RCO extractor
Add FileManager : Now the TXT viewer display the whole file (scroll with pad)
Add FileManager : The picture viewer can display the next/previous picture of the folder
Add FileManager : SFO Viewer
Add FileManager : Extract/Make PS3 ISO
Fix FileManager : Sometimes the file name of a selected item was hidden
Fix : Notification message
Fix : Make ISO
Add : Latest mamba v3.1.0
[Untested] Add : Retro games (PS1, PSP and PS2)
v1.23
Fix : UI Flow without theme
Fix : no more freeze in 4.75 CEX
Add : support 4.75 DEX
v1.22
Fix : Make pkg
Add : support fw 4.75
Add : XMB priority. When you change this option it will be activ only after the next boot of the homebrew.
Add : Acces to FileManager even if with 0 game detected
Fix FileManager : Window resize
Fix FileManager : Scroll bar
Fix FileManager : Some minor issues (I forgot)
Add FileManager : Move window with cursor
Add FileManager : Icon with color for some file (ex : *.self = RED)
Add FileManager : Preview of *.txt . It's only the begining of the file ~25 lines.
Add FileManager : View PNG and JPG
Add FileManager : Display SHA1 and MD5 in file properties. Only for file lower than 10 Mo if the file is too big it take too many time.
Add FileManager : Extract & Sign EBOOT.BIN, *.self and *.sprx
Add FileManager : Add/Remove a sprx to/from a boot list
Add FileManager : Dump Lv2 & Flash
v1.21
Fix : issue with partitioned storage device
Add : File manager
Add : support 4.70 DEX
v1.10
Change : UI "Flow" mouvement is inversed by default
Fix : folder "game_settings" was missing
Fix : after extracting an ISO, there is no more 2 game added in the list
Fix : issue in the display of properties
Fix : issue with NTFS devices
Fix : issue in Plug & Play thread
Add : New mamba 1.20 by _NZH_ (i just removed the map_path("/app_home", "dev_usb000", 0))
Add : mount JB games with mamba (syscall 35)
Add : mount app_home with ISO
Change : In Game Settings with UI "XMB", the 'back' button isn't triangle anymore, it's circle like in other UI
Add : Hold Cirlce 3s to go back to XMB
Add : Custumize colors used by ManaGunZ
Fix : Minor stuff (I forgot)
Add : Support multiMAN's themes (*.thm) and original static themes (*p3t). (see note)
Add : Support fw 4.70
note :
To use a new theme (*.p3t or *.thm) you just have to put it in the root of USB device inside the folder "Themes".
For example : "/dev_usbXXX/Themes/MyTheme.p3t" or "/dev_usbXXX/Themes/MyTheme.thm"
You can also put a new "native" ManaGunZ themes in this folder.
For example : "/dev_usbXXX/Themes/List/MyTheme" or "/dev_usbXXX/Themes/XMB/MyTheme"
Then go in ManaGunZ settings to load it.
v1.00
Ajout : confirmation pour supprimer un jeu
Ajout : "Fix permission"
Correction : Patch ecran noir
Ajout : "Set Primary USB"
Correction : réécriture du mode AutoMount
Ajout : Nouvelle interface du menu "Settings"
v0.91
Ajout : Nouvel ICON0 et PIC1
Correction : freeze pour le GUI "Flow"
Correction : notification si download cancel
Correction : clavier
Correction : "Turn OFF" est actif que s'il existe au moins 1 update
Correction : "Get_ICON0()"
v0.90
Ajout : "Game Ext"
Ajout : "Rename"
Ajout : "Copy Game"
Ajout : "Make pkg Stealth"
Ajout : "Fix EBOOT"
Ajout : "Re-Sign"
Ajout : "Convert/Extract ISO"
Ajout : "Download Update"
Ajout : "Properties"
Ajout : Une interface "Game menu" regroupant "Game Setting" et "Game Option"
Correction : Ecran noir avec les fw 4.60+
v0.80
Ajout : réglage de l'ecran
Ajout : option pour configurer les dossiers scanné au démarrage
Ajout : options de montage "avancées". On peut désormais configurer (1)le payload, (2)le type d’émulation, (3)la libfs.sprx, (4)le montage de /app_home ou non,(5)explorer_plugin.sprx patché ou non.
Correction : écran noir avec les fw 4.60+
v0.70
Ajout : GUI "Flow"
v0.60
Ajout : GUI "XMB"
Correction : Nouveau regex sur le nom des pkg : [a..z][A..Z][0..9][ ]
Correction : bug pour les raccourcis XMB: freeze lors d'un montages ISO en CFW cobra
Ajout : liste de favoris (pour l'instant visible uniquement avec le GUI "XMB")
Correction : La notification est + belle
v0.50
Ajout : GUI "Grid"
Retrait : l'entête "ManaGunZ"
Correction : bug lorsque aucun jeux n’est détecté
Ajout : compatibilité 4.65
v0.40
Ajout : Structure GUI/THEME
Ajout : GUI "Liste"
Ajout : Thèmes
v0.30
Ajout : creation des fichiers explore_plugin.sprx patché
Correction : L'EBOOT.BIN sert uniquement à lancer managunz.self
Correction : 1 seul SELF avec 2 type d'utilisations, type "manager" ou type "launcher"
Correction : mise au propre des messages debug
Correction : mise au propre des offsets pour tout les FW
Ajout : Patch "anti-error"
Ajout : Compatibilité avec le fw 4.60
Ajout : Message d'alerte si plusieurs hdd ext sont branché pour le montage BD-Mirroir
Correction : mineur
v0.23
Ajout : Nouveau ICON0
Ajout : refresh automatique si vous branchez ou debranchez un support USB
Correction : le payload mamba est installé uniquement si vous lancer un jeux sous forme iso avec un fw non-cobra
v0.22
Ajout : ICON0 "Bullet"
Ajout : écran de chargement "Bullet"
Ajout : icone USB et ISO
v0.21
Correction: nom des PKG en ASCII
Correction: control flag
v0.20
Ajout : notification
Ajout : "Make PKG", permet d'obtenir des pkg type "lastman" permettant de monter le jeux via l'xmb
v0.14
Ajout : écran de chargement
Ajout : informations manette
v0.13
Correction : bug montage mamba iso non splitté
v0.12
Ajout : compatibilité HDD NTFS
v0.11
Ajout : UTF
v0.1
version initial