About PS3MFW Builder patch_registory.tcl:
- Description: Patch Alphabetical sort Order
- Option –patch-alpha-sort: Alphabetical sort Order for Games in the XMB
- Type –patch-alpha-sort: boolean
More patches to that tcl are incoming. I will add the --patch-rape-sfo function which for now is a dirty patch and will rape the sfo's for neogeo and pcengine (X0+X4) so we can use it as our own sfo's and put some app's in own made XMB segments. For that i also will clean the network category to use it as homebrew category and merge net cat with psn cat together. So that next patch will be a big one.
#!/usr/bin/tclsh
#
# ps3mfw — PS3 MFW creator
#
# Copyright (C) Anonymous Developers (Code Monkeys)
#
# This software is distributed under the terms of the GNU General Public
# License (“GPL”) version 3, as published by the Free Software Foundation.
#
# Priority: 500
# Description: Patch Alphabetical sort Order
# Option –patch-alpha-sort: Alphabetical sort Order for Games in the XMB
# Type –patch-alpha-sort: boolean
namespace eval ::patch_registory {
array set ::patch_registory::options {
–patch-alpha-sort true
}
proc main {} {
set REGISTORY_XML [file join dev_flash vsh resource explore xmb registory.xml]
::modify_devflash_file ${REGISTORY_XML} ::patch_registory::sort
}
proc sort { path args } {
log “Patching XML file [file tail $path]”
sed_in_place [file join $path] -Game:Common.stat.rating-Game:Common.timeCreated+Game:Common.titleForSort-Game:Game.category -Game:Common.stat.rating-Game:Common.titleForSort-Game:Common.title-Game:Game.category
sed_in_place [file join $path] -Game:Common.stat.rating+Game:Common.timeCreated+Game:Common.titleForSort-Game:Game.category -Game:Common.stat.rating+Game:Common.titleForSort-Game:Common.title-Game:Game.category
sed_in_place [file join $path] -Game:Common.stat.rating+Game:Common.titleForSort-Game:Common.timeCreated-Game:Game.category -Game:Common.stat.rating+Game:Common.titleForSort-Game:Common.title-Game:Game.category
}
}
● Latest News ● Report News ● Search Forums ● Hall of Fame ●
● Facebook.com/PSXScene ● RSS ● Twitter.com/psx_scene ●







Recent Threads
Recent Comments
vBulletin Message