Louis Garry
Member
Try rename your folder and code above
"Before the installation of PS3 4K Pro"
to
"Before_the_installation_of_PS3_4K_Pro"
"Before the installation of PS3 4K Pro"
to
"Before_the_installation_of_PS3_4K_Pro"
@aldostools besides the other problem in the previous posts
If i use these two commands before the conditional, it is returning me Installed, and this condition is not true as the pro.xml is not in the path
Code:/delete.ps3/dev_hdd0/game/PS34KPROX/USRDIR/backups/Before the installation of PS3 4K Pro/PS3~dev_blind~vsh~resource~theme /delete.ps3/dev_hdd0/game/PS34KPROX/USRDIR/backups/Before the installation of PS3 4K Pro/PS3~dev_hdd0/hen if exist /dev_flash/vsh/resource/explore/xmb/pro.xml popup Installed else popup Not Installed end if
but if i remove these lines it works as expected and returns Not Installed, any clue?
I didn't include it in the installed conditional code because it won't work so I had to use it before the conditional checks and i want it to be performanced in both cases
Try rename your folder and code above
"Before the installation of PS3 4K Pro"
to
"Before_the_installation_of_PS3_4K_Pro"
I don't know why it isn't working.
You could try using del instead of /delete.ps3
Also avoid using nested if conditions.
It could be caused by the spaces in the path. You could try replacing the spaces with %20 or +@aldostools outra coisa é se eu adicionar comandos para leds no onboot.bat ele vai funcionar, mas
Seems it is caused because the path is to long?
It could be caused by the spaces in the path. You could try replacing the spaces with %20 or +
For the leds use the web commands /led.ps3mapi
@aldostools
I improved my script but some part of it stopped to work, so i made it sequencial and with popups to see where it is getting stuck
its stops in the popup Installed (before goto Layout), any clue?
Code:#Commom wait 9 wait 5 /delete.ps3/dev_hdd0/tmp/explore/nsx /delete.ps3/dev_hdd0/tmp/explore/xil2 /dev_blind?1 #Conditions if exist /dev_flash/vsh/resource/explore/xmb/pro.xml goto Installed else /move.ps3/dev_hdd0/boot_plugins_firmware_change.txt&to=/dev_hdd0/boot_plugins.txt;/move.ps3/dev_hdd0/xmlhost.off&to=/dev_hdd0/xmlhost;/delete_ps3/dev_hdd0/boot_init.txt;/reboot.ps3?quick goto End end if goto End :Installed if exist /dev_hdd0/home/$USERID$/localusername wait 2 popup PS3™ Pro beep3 /delete_ps3/dev_hdd0/theme/CD_*.p3t wait 2 /install.ps3/dev_flash/vsh/resource/theme/01.p3t /move.ps3/dev_hdd0/boot_init_swap.txt|/dev_hdd0/boot_init.txt /browser.ps3?http://localhost/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/htmls/welcome.html /write.ps3/dev_hdd0/tmp/wm_config.bin&t=32&pos=0x30 /write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x377 /write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x249 /write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x157 /write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x147 /write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x40 /write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x25E /write.ps3/dev_hdd0/tmp/wm_config.bin&t=00&pos=0x27 /write.ps3/dev_hdd0/tmp/wm_config.bin&t=00&pos=0x28 /write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x0E wait 7 /netstatus.ps3?dns1=1.1.1.1 /netstatus.ps3?dns2=1.0.0.1 /xmb.ps3$xregistry(/setting/display/rgbOutputRange)=1 /xmb.ps3$xregistry(/setting/dlna/dlnaFlag)=1 /xmb.ps3$xregistry(/setting/game/ps2emuSaveUtility)=1 /xmb.ps3$xregistry(/setting/game/ps2softemuFunc)=1 /xmb.ps3$xregistry(/setting/game/pspemu3dMenu)=1 /xmb.ps3$xregistry(/setting/sound/1/usbHeadsetSound)=2 /xmb.ps3$xregistry(/setting/system/crashreport/crepo)=0 /xmb.ps3$xregistry(/setting/system/debugSystemUpdate)=1 /xmb.ps3$xregistry(/setting/system/dispHddSpace)=1 /xmb.ps3$xregistry(/setting/system/fakePlus)=1 /xmb.ps3$xregistry(/setting/system/fakeSavedataOwner)=0 /xmb.ps3$xregistry(/setting/user/$USERID$/npaccount/autoSignInEnable)=0 /xmb.ps3$xregistry(/setting/system/turnOffWarning)=0 /xmb.ps3$xregistry(/setting/user/$USERID$/wboard/enable)=0 /xmb.ps3$xregistry(/setting/user/$USERID$/browser/exitConfirmation)=0 /xmb.ps3$xregistry(/setting/user/$USERID$/browser/javascript)=1 /xmb.ps3$xregistry(/setting/xmb/tvCategory)=1 /xmb.ps3$xregistry(/setting/net/dnsFlag)=1 copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/web_browser/debug/setting.xml,/dev_hdd0/home/$USERID$/webbrowser/setting.xml popup Installed goto Layout else /pad.ps3?accept /pad.ps3?accept wait 4 popup PS3™ Pro beep3 /delete_ps3/dev_hdd0/theme/CD_*.p3t wait 2 /install.ps3/dev_flash/vsh/resource/theme/01.p3t /move.ps3/dev_hdd0/boot_init_swap.txt|/dev_hdd0/boot_init.txt /browser.ps3?http://localhost/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/htmls/welcome.html /write.ps3/dev_hdd0/tmp/wm_config.bin&t=32&pos=0x30 /write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x377 /write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x249 /write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x157 /write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x147 /write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x40 /write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x25E /write.ps3/dev_hdd0/tmp/wm_config.bin&t=00&pos=0x27 /write.ps3/dev_hdd0/tmp/wm_config.bin&t=00&pos=0x28 /write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x0E wait 7 /netstatus.ps3?dns1=1.1.1.1 /netstatus.ps3?dns2=1.0.0.1 /xmb.ps3$xregistry(/setting/display/rgbOutputRange)=1 /xmb.ps3$xregistry(/setting/dlna/dlnaFlag)=1 /xmb.ps3$xregistry(/setting/game/ps2emuSaveUtility)=1 /xmb.ps3$xregistry(/setting/game/ps2softemuFunc)=1 /xmb.ps3$xregistry(/setting/game/pspemu3dMenu)=1 /xmb.ps3$xregistry(/setting/sound/1/usbHeadsetSound)=2 /xmb.ps3$xregistry(/setting/system/crashreport/crepo)=0 /xmb.ps3$xregistry(/setting/system/debugSystemUpdate)=1 /xmb.ps3$xregistry(/setting/system/dispHddSpace)=1 /xmb.ps3$xregistry(/setting/system/fakePlus)=1 /xmb.ps3$xregistry(/setting/system/fakeSavedataOwner)=0 /xmb.ps3$xregistry(/setting/user/$USERID$/npaccount/autoSignInEnable)=0 /xmb.ps3$xregistry(/setting/system/turnOffWarning)=0 /xmb.ps3$xregistry(/setting/user/$USERID$/wboard/enable)=0 /xmb.ps3$xregistry(/setting/user/$USERID$/browser/exitConfirmation)=0 /xmb.ps3$xregistry(/setting/user/$USERID$/browser/javascript)=1 /xmb.ps3$xregistry(/setting/xmb/tvCategory)=1 /xmb.ps3$xregistry(/setting/net/dnsFlag)=1 copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/web_browser/debug/setting.xml,/dev_hdd0/home/$USERID$/webbrowser/setting.xml popup User goto Layout end if goto End :Layout if firmware 4.90 copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/layout_fix/latest_firmwares/web_browser_pointer/,/ popup Layout 4.90 goto Payload else if firmware 4.89 copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/layout_fix/latest_firmwares/web_browser_pointer/,/ popup Layout 4.89 goto Payload else copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/layout_fix/legacy_firmwares/,/ goto Payload end if goto End :Payload if noCobra move /dev_blind/sys/stage2.bin.bak,/dev_blind/sys/stage2.bin move /dev_blind/sys/stage2.cex.bak,/dev_blind/sys/stage2.cex move /dev_blind/sys/stage2.dex.bak,/dev_blind/sys/stage2.dex move /dev_blind/rebug/cobra/stage2.cex.bak,/dev_blind/rebug/cobra/stage2.cex move /dev_blind/rebug/cobra/stage2.dex.bak,/dev_blind/rebug/cobra/stage2.dex move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Cobra_Tools.off,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Cobra_Tools.xml move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Mamba_Tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Mamba_Tools.off /reboot.ps3 else if PS3HEN move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Cobra_Tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Cobra_Tools.off move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Mamba_Tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Mamba_Tools.off /unloadprx.ps3/dev_hdd0/plugins/fps_counter.sprx goto System else if Mamba move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Cobra_Tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Cobra_Tools.off move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Mamba_Tools.off,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Mamba_Tools.xml goto System else if Debug move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Cobra_Tools.off,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Cobra_Tools.xml move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Mamba_Tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Mamba_Tools.off copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/on.png,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/payloads/cobra/debug_mode.png copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/off.png,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/payloads/cobra/release_mode.png goto System else if Cobra move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Cobra_Tools.off,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Cobra_Tools.xml move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Mamba_Tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Mamba_Tools.off popup Cobra goto System end if goto End :System if DEX copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/off.png,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/system_mode/cex.png copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/on.png,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/system_mode/dex.png popup DEX goto Firmware else copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/on.png,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/system_mode/cex.png copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/off.png,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/system_mode/dex.png popup CEX goto Firmware end if goto End :Firmware if exist /dev_flash/rebug goto Rebug else if exist /dev_flash/vsh/module/vsh.self.dex goto EvilNat else if exist /dev_flash/vsh/module/vsh.self.cex goto EvilNat else goto Security end if goto End #Firmware Types :Rebug if exist /dev_flash/vsh/module/vsh.self.cex move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Rebug_Tools.off,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Rebug_Tools.xml move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Evilnat_PEX_Tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Evilnat_PEX_Tools.off copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/explore_plugin/rebug_4.84/,/ goto Security else if exist /dev_flash/vsh/module/vsh.self.dex move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Rebug_Tools.off,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Rebug_Tools.xml move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Evilnat_PEX_Tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Evilnat_PEX_Tools.off copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/explore_plugin/rebug_4.84/,/ goto Security else move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Rebug_Tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Rebug_Tools.off move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Evilnat_PEX_Tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Evilnat_PEX_Tools.off copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/explore_plugin/regular_4.88_or_lower/,/ goto Security end if goto End :EvilNat if exist /dev_flash/vsh/module/vsh.self.cex move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Rebug_Tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Rebug_Tools.off move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Evilnat_PEX_Tools.off,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Evilnat_PEX_Tools.xml copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/explore_plugin/evilnat_4.89/,/ goto Security else if exist /dev_flash/vsh/module/vsh.self.dex move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Rebug_Tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Rebug_Tools.off move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Evilnat_PEX_Tools.off,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Evilnat_PEX_Tools.xml copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/explore_plugin/evilnat_4.89/,/ goto Security else move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Rebug_Tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Rebug_Tools.off move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Evilnat_PEX_Tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Evilnat_PEX_Tools.off copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/explore_plugin/regular_4.88_or_lower/,/ goto Security end if goto End :Security if exist /dev_usb000 copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/security_key/cfw/on/&to=/dev_usb000/ goto End else if exist /dev_usb001 copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/security_key/cfw/on/&to=/dev_usb001/ goto End end if goto End :End
@aldostools seems like only the first goto is working, if i remove them the code goes up to
Code:if exist /dev_flash/rebug goto Rebug else if exist /dev_flash/vsh/module/vsh.self.dex goto EvilNat else if exist /dev_flash/vsh/module/vsh.self.cex goto EvilNat else goto end end if
So this confirms my previous post, that after the first goto (goto Installed) i can't use other goto, that's why goto Layout is not executed and the others too.
Code:#Commom wait 9 wait 5 /delete.ps3/dev_hdd0/tmp/explore/nsx /delete.ps3/dev_hdd0/tmp/explore/xil2 /dev_blind?1 #Conditions if exist /dev_flash/vsh/resource/explore/xmb/pro.xml goto Installed else /move.ps3/dev_hdd0/boot_plugins_firmware_change.txt&to=/dev_hdd0/boot_plugins.txt;/move.ps3/dev_hdd0/xmlhost.off&to=/dev_hdd0/xmlhost;/delete_ps3/dev_hdd0/boot_init.txt;/reboot.ps3?quick end if goto end :Installed if exist /dev_hdd0/home/$USERID$/localusername wait 2 popup PS3™ Pro beep3 /delete_ps3/dev_hdd0/theme/CD_*.p3t wait 2 /install.ps3/dev_flash/vsh/resource/theme/01.p3t /move.ps3/dev_hdd0/boot_init_swap.txt|/dev_hdd0/boot_init.txt /browser.ps3?http://localhost/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/htmls/welcome.html /write.ps3/dev_hdd0/tmp/wm_config.bin&t=32&pos=0x30 /write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x377 /write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x249 /write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x157 /write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x147 /write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x40 /write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x25E /write.ps3/dev_hdd0/tmp/wm_config.bin&t=00&pos=0x27 /write.ps3/dev_hdd0/tmp/wm_config.bin&t=00&pos=0x28 /write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x0E wait 7 /netstatus.ps3?dns1=1.1.1.1 /netstatus.ps3?dns2=1.0.0.1 /xmb.ps3$xregistry(/setting/display/rgbOutputRange)=1 /xmb.ps3$xregistry(/setting/dlna/dlnaFlag)=1 /xmb.ps3$xregistry(/setting/game/ps2emuSaveUtility)=1 /xmb.ps3$xregistry(/setting/game/ps2softemuFunc)=1 /xmb.ps3$xregistry(/setting/game/pspemu3dMenu)=1 /xmb.ps3$xregistry(/setting/sound/1/usbHeadsetSound)=2 /xmb.ps3$xregistry(/setting/system/crashreport/crepo)=0 /xmb.ps3$xregistry(/setting/system/debugSystemUpdate)=1 /xmb.ps3$xregistry(/setting/system/dispHddSpace)=1 /xmb.ps3$xregistry(/setting/system/fakePlus)=1 /xmb.ps3$xregistry(/setting/system/fakeSavedataOwner)=0 /xmb.ps3$xregistry(/setting/user/$USERID$/npaccount/autoSignInEnable)=0 /xmb.ps3$xregistry(/setting/system/turnOffWarning)=0 /xmb.ps3$xregistry(/setting/user/$USERID$/wboard/enable)=0 /xmb.ps3$xregistry(/setting/user/$USERID$/browser/exitConfirmation)=0 /xmb.ps3$xregistry(/setting/user/$USERID$/browser/javascript)=1 /xmb.ps3$xregistry(/setting/xmb/tvCategory)=1 /xmb.ps3$xregistry(/setting/net/dnsFlag)=1 copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/web_browser/debug/setting.xml,/dev_hdd0/home/$USERID$/webbrowser/setting.xml else /pad.ps3?accept /pad.ps3?accept wait 4 popup PS3™ Pro beep3 /delete_ps3/dev_hdd0/theme/CD_*.p3t wait 2 /install.ps3/dev_flash/vsh/resource/theme/01.p3t /move.ps3/dev_hdd0/boot_init_swap.txt|/dev_hdd0/boot_init.txt /browser.ps3?http://localhost/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/htmls/welcome.html /write.ps3/dev_hdd0/tmp/wm_config.bin&t=32&pos=0x30 /write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x377 /write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x249 /write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x157 /write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x147 /write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x40 /write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x25E /write.ps3/dev_hdd0/tmp/wm_config.bin&t=00&pos=0x27 /write.ps3/dev_hdd0/tmp/wm_config.bin&t=00&pos=0x28 /write.ps3/dev_hdd0/tmp/wm_config.bin&t=01&pos=0x0E wait 7 /netstatus.ps3?dns1=1.1.1.1 /netstatus.ps3?dns2=1.0.0.1 /xmb.ps3$xregistry(/setting/display/rgbOutputRange)=1 /xmb.ps3$xregistry(/setting/dlna/dlnaFlag)=1 /xmb.ps3$xregistry(/setting/game/ps2emuSaveUtility)=1 /xmb.ps3$xregistry(/setting/game/ps2softemuFunc)=1 /xmb.ps3$xregistry(/setting/game/pspemu3dMenu)=1 /xmb.ps3$xregistry(/setting/sound/1/usbHeadsetSound)=2 /xmb.ps3$xregistry(/setting/system/crashreport/crepo)=0 /xmb.ps3$xregistry(/setting/system/debugSystemUpdate)=1 /xmb.ps3$xregistry(/setting/system/dispHddSpace)=1 /xmb.ps3$xregistry(/setting/system/fakePlus)=1 /xmb.ps3$xregistry(/setting/system/fakeSavedataOwner)=0 /xmb.ps3$xregistry(/setting/user/$USERID$/npaccount/autoSignInEnable)=0 /xmb.ps3$xregistry(/setting/system/turnOffWarning)=0 /xmb.ps3$xregistry(/setting/user/$USERID$/wboard/enable)=0 /xmb.ps3$xregistry(/setting/user/$USERID$/browser/exitConfirmation)=0 /xmb.ps3$xregistry(/setting/user/$USERID$/browser/javascript)=1 /xmb.ps3$xregistry(/setting/xmb/tvCategory)=1 /xmb.ps3$xregistry(/setting/net/dnsFlag)=1 copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/web_browser/debug/setting.xml,/dev_hdd0/home/$USERID$/webbrowser/setting.xml end if if firmware 4.90 copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/layout_fix/latest_firmwares/web_browser_pointer/,/ popup Layout 4.90 else if firmware 4.89 copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/layout_fix/latest_firmwares/web_browser_pointer/,/ popup Layout 4.89 else copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/layout_fix/legacy_firmwares/,/ end if if noCobra move /dev_blind/sys/stage2.bin.bak,/dev_blind/sys/stage2.bin move /dev_blind/sys/stage2.cex.bak,/dev_blind/sys/stage2.cex move /dev_blind/sys/stage2.dex.bak,/dev_blind/sys/stage2.dex move /dev_blind/rebug/cobra/stage2.cex.bak,/dev_blind/rebug/cobra/stage2.cex move /dev_blind/rebug/cobra/stage2.dex.bak,/dev_blind/rebug/cobra/stage2.dex move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Cobra_Tools.off,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Cobra_Tools.xml move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Mamba_Tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Mamba_Tools.off /reboot.ps3 else if PS3HEN move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Cobra_Tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Cobra_Tools.off move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Mamba_Tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Mamba_Tools.off /unloadprx.ps3/dev_hdd0/plugins/fps_counter.sprx else if Mamba move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Cobra_Tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Cobra_Tools.off move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Mamba_Tools.off,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Mamba_Tools.xml else if Debug move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Cobra_Tools.off,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Cobra_Tools.xml move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Mamba_Tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Mamba_Tools.off copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/on.png,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/payloads/cobra/debug_mode.png copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/off.png,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/payloads/cobra/release_mode.png else if Cobra move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Cobra_Tools.off,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Cobra_Tools.xml move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Mamba_Tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Mamba_Tools.off popup Cobra end if if DEX copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/off.png,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/system_mode/cex.png copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/on.png,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/system_mode/dex.png popup DEX else copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/on.png,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/system_mode/cex.png copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/off.png,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/icons/system_mode/dex.png popup CEX end if if exist /dev_flash/rebug goto Rebug else if exist /dev_flash/vsh/module/vsh.self.dex goto EvilNat else if exist /dev_flash/vsh/module/vsh.self.cex goto EvilNat else goto end end if :Rebug if exist /dev_flash/vsh/module/vsh.self.cex move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Rebug_Tools.off,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Rebug_Tools.xml move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Evilnat_PEX_Tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Evilnat_PEX_Tools.off copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/explore_plugin/rebug_4.84/,/ popup Rebug else if exist /dev_flash/vsh/module/vsh.self.dex move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Rebug_Tools.off,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Rebug_Tools.xml move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Evilnat_PEX_Tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Evilnat_PEX_Tools.off copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/explore_plugin/rebug_4.84/,/ popup Rebug else move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Rebug_Tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Rebug_Tools.off move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Evilnat_PEX_Tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Evilnat_PEX_Tools.off copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/explore_plugin/regular_4.88_or_lower/,/ end if :EvilNat if exist /dev_flash/vsh/module/vsh.self.cex move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Rebug_Tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Rebug_Tools.off move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Evilnat_PEX_Tools.off,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Evilnat_PEX_Tools.xml copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/explore_plugin/evilnat_4.89/,/ popup Evilnat CEX else if exist /dev_flash/vsh/module/vsh.self.dex move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Rebug_Tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Rebug_Tools.off move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Evilnat_PEX_Tools.off,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Evilnat_PEX_Tools.xml copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/explore_plugin/evilnat_4.89/,/ popup Evilnat DEX else move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Rebug_Tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Rebug_Tools.off move /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Evilnat_PEX_Tools.xml,/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/xmls/CFW_Evilnat_PEX_Tools.off copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/explore_plugin/regular_4.88_or_lower/,/ popup Evilnat Lite end if if exist /dev_usb000 copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/security_key/cfw/on/&to=/dev_usb000/ popup usb0000 else if exist /dev_usb001 copy /dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/security_key/cfw/on/&to=/dev_usb001/ end if :end
This suggestion was implemented today.@aldostools
Aldo i was trying to access PS3MAPI via /setup and then i released that cobra was disabled due to the lack of options there.
Can a info about noCOBRA be added on /setup? so one will know when its disabled
Here where says cobra 8.40, could also show noCOBRA when it is disabled.
![]()
This suggestion was implemented today.
https://github.com/aldostools/webMAN-MOD/commit/1085044f6e5933278bb89be95daa50e72bc8b5de
EDIT: Wait... the check that I implemented is for CFW syscalls, not a Cobra check LOL
EDIT2: Ok, now it's fixed https://github.com/aldostools/webMAN-MOD/commit/6de11df4ac9e4bff4bbb681f0a36565aa3ded7f9
Enter to recovery to delete boot_plugins.txtThanks Aldo,
Aldo what changed in webMAN v.44 i can't use webMAN + other plugin anymore, i think it was releated to 4.90 because i always be able to load webMAN + fps counter without any issues but in 4.90 when both plugins are enabled my system doesn't boot and when it boots it gives me black screen when launching a game.
Now i downgrade to rebug 4.84.3 to investicate why the webbrowser works with the background music mod and not work on other firmwares including 4.90 nat
So i installed webMAN + fps again and my system doesn't boot again.
Enter to recovery to delete boot_plugins.txt
Reinstall webMAN MOD and don't load fps from boot_plugins.txt
Use L3+R3 to load/unload FPS plugin on demand.
The issue could be related to the memory scanning done by FPS to report the CPU/GPU speed.
Maybe @TheRouLetteBoi could look the latest changes made by Evilnat to implement the new method to obtain these values from memory.
Hi, im very new to webman mod, what is memory plugin, should i reduce it? Since installing HEN and webman mod im experiencing kinda more freezes in the console than before, (was like 3 per month maybe, and that was including playing Battlefield)
I just have webman mod and multiman to transfer files. Should i reduce the memory? Also whqt is the other option?
4 bg 3 fg 2 debug 1 app
Ok thanks, but LITE doesn't have syscalls removal afaik, i need that to go online. I changed the memory to the minimum and the other option didn't touched it.memory plugin is the amount of memory reserved for special tasks like scan new content, sort games, directory listing, FTP file transfer, etc.
That memory usage is typically high only when these tasks are processed. When the task complete, the memory usage is minimal. So, it is not necessary to reduce the memory unless you have memory issues. You may want to change the profile, depending the amount of games per category.
4 bg 3 fg 2 debug 1 app are the different memory containers available in VSH for memory allocation
https://www.psdevwiki.com/ps3/VSH#Memory_Containers
Switching to LITE edition using L1+R1+TRIANGLE is the most effective way to reduce memory usage.
Ok thanks, but LITE doesn't have syscalls removal afaik, i need that to go online. I changed the memory to the minimum and the other option didn't touched it.
Im blind, you're right, imma check the little version.LITE edition allows syscall removal using combo R2+TRIANGLE.
You can make changes in settings for experimentation, but my general suggestion is that keep the default settings if you are unsure what you're changing.
Press L2 or R2 while mounting a PS1 game to select the emulatorAny way to create a combo that switches between ps1_emu and ps1_netemu?