Configuration Manager

PS3 Configuration Manager v0.20

@DeViL303
Code:
2017-05-23 22:00:59 [xai_plugin] : ACT0 : xai_plugin_action(fcopy#/dev_hdd0/game/CFWEXTRAS/USRDIR/RESOURCES/xRegistry.sys_switcher/xRegistry_sys_3/xRegistry.sys#/dev_flash2/etc/xRegistry.sys#/dev_hdd0/game/CFWEXTRAS/USRDIR/RESOURCES/xRegistry.sys_switcher/xRegistry_sys_3/xRegistry.sys#/dev_flash2/etc/backup/xRegistry.sys#/dev_hdd0/game/CFWEXTRAS/USRDIR/RESOURCES/xRegistry.sys_switcher/xRegistry_sys_3/IMAGES/#/dev_hdd0/game/CFWEXTRAS/USRDIR/IMAGES/#hard_reboot)
I removed the fist bit of the log which belongs to another module_action call.
Is this the complete log for all the operations? There is basically no log entries for the file operations themselves? Only the module_action registering part... Didn't you say that the first 2 ops out of 3 completed ok..?
 
@DeViL303
Code:
2017-05-23 22:00:59 [xai_plugin] : ACT0 : xai_plugin_action(fcopy#/dev_hdd0/game/CFWEXTRAS/USRDIR/RESOURCES/xRegistry.sys_switcher/xRegistry_sys_3/xRegistry.sys#/dev_flash2/etc/xRegistry.sys#/dev_hdd0/game/CFWEXTRAS/USRDIR/RESOURCES/xRegistry.sys_switcher/xRegistry_sys_3/xRegistry.sys#/dev_flash2/etc/backup/xRegistry.sys#/dev_hdd0/game/CFWEXTRAS/USRDIR/RESOURCES/xRegistry.sys_switcher/xRegistry_sys_3/IMAGES/#/dev_hdd0/game/CFWEXTRAS/USRDIR/IMAGES/#hard_reboot)
I removed the fist bit of the log which belongs to another module_action call.
Is this the complete log for all the operations? There is basically no log entries for the file operations themselves? Only the module_action registering part... Didn't you say that the first 2 ops out of 3 completed ok..?

That's correct, it's all the log shows, it will complete 2 ops out of 3 but only if I remove one, if I try do all 3 it just freezes.
 
btw @bguerville, Just incase you want to try it, if you have CFW Extras Category installed, and you download the configuration manager addon, it is setup to use your fcopy command and your 005.2 xai plugin, it is working fine for the boot_plugins.txt switcher side of it, and for backing up the xregistry to the different slots, just not the triple copy.
 
@bguerville Been thinking, with the current xai_plugin 005.2 it is not possible to rename a file and copy a file in the same command, due to the way the #move function is used and applied to all operations, this would be handy for a mod I am working on at the moment. Would be possible to have it so the #move command is only applied to the copy operation directly before it in the string or something like that? Also being able to delete and copy in the same operation would be nice, I know these things might not be so easy to do with the current layout, I wonder is it possible to take some code from webMAN mod for these type of file operations? to save having to write everything from scratch.
 
@bguerville Been thinking, with the current xai_plugin 005.2 it is not possible to rename a file and copy a file in the same command, due to the way the #move function is used and applied to all operations, this would be handy for a mod I am working on at the moment. Would be possible to have it so the #move command is only applied to the copy operation directly before it in the string or something like that? Also being able to delete and copy in the same operation would be nice, I know these things might not be so easy to do with the current layout, I wonder is it possible to take some code from webMAN mod for these type of file operations? to save having to write everything from scratch.
No need. The newly added commands called frename & fmkdir already take care of the issue. The previous algorithms in 005.2 have been redesigned completely...
Actually the file operations code is all finished & ready for beta testing.
Am currently working on other features..
I know you guys have been waiting for several weeks however I prefer not to rush & take the time to do something decent...
 
Lol... Yes @Berion there's a bit of that... [emoji6]

Also I have spent hours researching how to solve the c++ issues in prx project. It was not necessary per se to get some code running like mysis did but personally I do not like very much having to mix C style code with C++...
 
Last edited:
That is strange.. not sure why that would be happening. Could be your ISP restricting dropbox for some reason..not sure tbh.
I also found it strange, maybe there might be some region limitation. I would like to know if I need to even replace the category_network? I use XMBPD, will any incompatibility happen if I replace the files?Does not XMBPD also no use the category_network?
 
Last edited:
Too bad. :(
Really useful feature to be able to swap between different boot_plugin.txt to enable/disable .sprx's.
 
Too bad. :(
Really useful feature to be able to swap between different boot_plugin.txt to enable/disable .sprx's.
CFW Toolbox and HEN Toolbox have a similar feature, in those mods it uses extended xai plugin, so does not rely on wmm, might be worth a look.

upload_2019-8-3_16-20-6.png


HEN Toolbox should work on CFW afaik, would just need the toolbox query adding to category_game.xml
 
@atreyu187 @bguerville can a Reload Vsh be implemented? to reload the xmb items, the HEN already reloads the game category and network, and can be edited to reload all of them, can it be implemented? after doing things like replacing waves, icontex and etc triggering that would be very usefull
 
@LuanTeles , atreyu may not be able to get to you in time. he's recently started a new job, and I think he's working like 16 hours a day, 6 days a week, so he's usually either working or sleeping. however, not sure about what's going on with the quarantine.
 
Back
Top