PS3 webMAN MOD - Web Commands

Thats wierd XD, even on the XMB it consumes more memory.

Before:

kfZK8Hy.png


After
x1yNsvK.png



Also there is a small bug here: it usually says : Disabled,
If you run the web command twice it will say NS/ICON_WM_PS3.PNG and after a screeshot, the screenshot name file.
9RGw2n3.png

IXsxP1S.png

zb36xg1.png

I will check. Maybe something wrong with LANG_PT.TXT
You can check if with a different language says the same.
 
Would there be any time to add some scanning functionality similar to cheat engine and netcheat to be handled on the ps3 side for webman mod? Followed by sending a limited sample of addresses over the network for debugging tools at the PC end?
 
@aldostools Do you have any idea why this command doesn't work through any scripts?

/xmb.ps3$xregistry(/setting/user/$USERID$/account/avatarurl)=/dev_flash/vsh/resource/explore/user/013.png

it only works via web browser but not via script, other xRegistry commands works just fine via script
 
Last edited:
@aldostools can games mounted via webMAN Lanchpad automatically goes to the disc icon just like the games mounted through webman games?


Other issue: /copy.ps3/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/game_column_style/cfw/D003/&to=//

used to work just fine here, on newer versions, it won't copy the files.

The D003 contents are

dev_blind
dev_hdd0

using the // as the destination used to work for me to copy the files to the locations
 
Last edited:
@aldostools does webman fix this "issue" or is this homebrew usable nowadays?

I'm making a new HB store and i'm wondering if this one is still necessary.

If I recall correctly, this issue with PSX games was "fixed" by Rebug Team. I helped Joonie with this fix.
https://github.com/Joonie86/COBRA-7.3/blob/master/486/LITE/stage2/storage_ext.c#L881-L989

However, the issue still happens randomly. For some reason it is corrected going to Video Settings and saving them without changes.
 
@aldostools can games mounted via webMAN Lanchpad automatically goes to the disc icon just like the games mounted through webman games?


Other issue: /copy.ps3/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/game_column_style/cfw/D003/&to=//

used to work just fine here, on newer versions, it won't copy the files.

The D003 contents are

dev_blind
dev_hdd0

using the // as the destination used to work for me to copy the files to the locations

// is same as / (the root directory). The root is not a storage directory. It only lists the devices.

Where are you trying to copy the destination files? /dev_blind? /dev_hdd0?
 
// is same as / (the root directory). The root is not a storage directory. It only lists the devices.

Where are you trying to copy the destination files? /dev_blind? /dev_hdd0?

Yeap, using copy.ps3/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/game_column_style/cfw/D003/&to=// used to correctly place those two folders in the root ( /dev_blind and /dev_hdd0 in this case ) as the two folders are named like that.

It's not a problem, i can easily use the copy operation to copy the folders in the right locations, instead of putting them in the root directory to use only one operation, i was just wondering why it stopped to work, the notification says that the copy operation is successfull but the files are not replaced anymore.
pPjNBnD.png
 
@aldostools Do you have any idea why this command doesn't work through any scripts?

/xmb.ps3$xregistry(/setting/user/$USERID$/account/avatarurl)=/dev_flash/vsh/resource/explore/user/013.png

it only works via web browser but not via script, other xRegistry commands works just fine via script
Yeap, using copy.ps3/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/game_column_style/cfw/D003/&to=// used to correctly place those two folders in the root ( /dev_blind and /dev_hdd0 in this case ) as the two folders are named like that.

Both issues are solved in the latest commit. You can update online or use the releases page.
 
Both issues are solved in the latest commit. You can update online or use the releases page.

Thanks @aldostools

This command now works good: (almost on all scripts)

/xmb.ps3$xregistry(/setting/user/$USERID$/account/avatarurl)=/dev_flash/vsh/resource/explore/user/013.png, i tried via onxmb.bat, boot_init.txt and worked good but it didn't work in ingame.bat, i tried different wait values, but it failed. First i thought that xRegistry values doesn't work while in game, but i tried on a web browser and it worked. (i plan to use it via ingame.bat to set a new avatar on launch of my installer, installing ingame.bat via my pkg and when user launches the installer it sets the new avatar and it will take effect when the installation is complete and the system reboots)

About copy operation, it still does not copy my folders in root directory.

/copy.ps3/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/game_column_style/cfw/D003/&to=//

nz3iFwB.png


i also notice if i use only one "/" it copies the files in the source folder

/copy.ps3/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/game_column_style/cfw/D003/&to=/

lTiLHK8.png
 
Thanks @aldostools

This command now works good: (almost on all scripts)

/xmb.ps3$xregistry(/setting/user/$USERID$/account/avatarurl)=/dev_flash/vsh/resource/explore/user/013.png, i tried via onxmb.bat, boot_init.txt and worked good but it didn't work in ingame.bat, i tried different wait values, but it failed. First i thought that xRegistry values doesn't work while in game, but i tried on a web browser and it worked. (i plan to use it via ingame.bat to set a new avatar on launch of my installer, installing ingame.bat via my pkg and when user launches the installer it sets the new avatar and it will take effect when the installation is complete and the system reboots)

About copy operation, it still does not copy my folders in root directory.

/copy.ps3/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/game_column_style/cfw/D003/&to=//

nz3iFwB.png


i also notice if i use only one "/" it copies the files in the source folder

/copy.ps3/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/game_column_style/cfw/D003/&to=/

lTiLHK8.png

I tested it yesterday and it worked. Try without the slash after D003
/copy.ps3/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/game_column_style/cfw/D003&to=//

All scripts are executed by the same function. I don't know why ingame.bat,is not working.
Maybe there is not enough memory to execute the script.

Try writing to a log file to use a beep sound to know if the ingame.bat is being executed.
 
Last edited:
I tested it yesterday and it worked. Try without the slash after D003
/copy.ps3/dev_hdd0/game/PS34KPROX/USRDIR/toolbox/patches/game_column_style/cfw/D003&to=//

All scripts are executed by the same function. I don't know why ingame.bat,is not working.
Maybe there is not enough memory to execute the script.

Try writing to a log file to use a beep sound to know if the ingame.bat is being executed.

I found something interresting

I'm making some tests, i'm trying now with the D003 folder in the root of dev_hdd0, and i renamed my dev_blind folder inside of to dev_hdd0, here is the contents

XeMT4f8.png


Look now after the command /copy.ps3/dev_hdd0/D003/&to=//

tdgB3Xt.png


See the resource folder is not being copied for some reason o_O


EDIT: I created another folders inside of it and just one is being copied inside vsh/
 
I just tested a beep command in ingame.bat and it is not working, i also tried my old ingame.bat that used to work and same thing, seems it doesn't work anymore.

I'm testing it launching the youtube app, the same app that i tested my ingame.bat when i made it.
 
Can you check the folder permissions?

The permissions are 777 in all folders,

This test only the dev_hdd0/vsh/module is being copied, the test folder is ignored.
B8fLJfw.png



This only the dev_hdd0/vsh/folder is being copied, the test2 folder is ignored.

CoCvUxc.png
 
I will test it again later tonight or tomorrow.

EDIT:
The issue has been fixed in the latest commit. The bug was due the global memory buffer was being destroyed after copy the first subdirectory. Now the buffer is destroyed when the folder copy completes.

You can update using the online updater or reinstall downloading the current pkg available in github
 
Last edited:
EDIT:
The issue has been fixed in the latest commit. The bug was due the global memory buffer was being destroyed after copy the first subdirectory. Now the buffer is destroyed when the folder copy completes.

You can update using the online updater or reinstall downloading the current pkg available in github

Thank you aldo /copy is working now.

but ingame.bat is still not working
 
Thank you aldo /copy is working now.

but ingame.bat is still not working

I didn't test ingame.bat. I can check it later.

EDIT:
The ingame.bat should work in the latest commit.
Before this change, it was running only when Offline setting was set to "Games".
 
Last edited:
Back
Top