My bad it was 6 a.m :P
I mean RELOAD XMB :P to apply changes XMB changes
There is a web command /reloadxmb.ps3
or use /play.ps3?RELOADXMB (or the title_id that correspond to the tool)
My bad it was 6 a.m :P
I mean RELOAD XMB :P to apply changes XMB changes
Try /mount_ps3/unmount (notice the _ps3 instead of .ps3)how do i force the game/app to quit to XMB?
There is a web command /reloadxmb.ps3
or use /play.ps3?RELOADXMB (or the title_id that correspond to the tool)
There is a web command /reloadxmb.ps3
or use /play.ps3?RELOADXMB (or the title_id that correspond to the tool)
@LuanTeles I have uploaded a new update. I has changes to the web command: /install.ps3
It's working on my side.
The web commands /reload.ps3 and /play.ps3?title_id require to have /app_home/PS3_GAME/ on category_game.xml
If you have removed them, these commands will not work as expected.
I think that modders like you and @DeViL303 will appreciate the following new web commands:
/write.ps3<path>&t=<text> creates a text file, use | (pipe character) for line break
/write_ps3<path>&t=<text> adds text to file or create a new one, use | (pipe character) for line break
/write.ps3<path>&t=<hex>&pos=<offset> patch a file with binary data (you must know the offsets)
Nice one, i will check it
Thanks aldo
About this one
eg:
/play.ps3/dev_hdd0/PROISO/RELOADXMB.iso
not working before any game has been mounted,
can a /mount&play.ps3 command be created?
or i'll need to make a XMB item with loads a script to mount and play the game?
because /mount.ps3/ANYGAME or clicking on a webman game on the xmb and then
/play.ps3/dev_hdd0/PROISO/RELOADXMB.iso
works just fine
/play.ps3<path-of-the-iso-or-folder> already does the "mount & play"
or you can do:
/mount.ps3<path-of-the-iso-or-folder>;/play.ps3
For reload the XMB you must try: /reloadxmb.ps3 with the pkg installed or the EBOOT.BIN copied manually
@aldostools
other repor
/browser.ps3$screenshot_xmb/<path>
does not work with custom path
i'm using http://192.168.0.21/browser.ps3$screenshot_xmb/dev_hdd0/prints/
ALSO
http://localhost/copy_ps3/dev_hdd0/*.bmp&to=dev_usb000/screenshots/
is it right? i want to to copy all the .bmp to usb000 but it is not copying them
Hello, how can I activate a combo button command while I'm on game (works fine on XMB)? I try them while playing TLoU, but doesn't work. Maybe I need to some extra configuration? I'm on Ferrox cobra 4.84.
Press PS then webMAN will recognize the combos.
For COPY, tested the following URLs and they worked!
1) Copy all JPG files containing HP
http://10.0.0.8/copy.ps3/dev_hdd0/PICTURE/PICTURE/*HP*.JPG&to=/dev_hdd0/PICTURE/NEW1
2) Copy all JPG files
http://10.0.0.8/copy.ps3/dev_hdd0/PICTURE/PICTURE/*.JPG&to=/dev_hdd0/PICTURE/NEW2
To save the screenshot of XMB in a custom path you need to provide the full path, not only the folder name.
http://10.0.0.8/browser.ps3$screenshot_xmb/dev_hdd0/PICTURE/MY_CURRENT_XMB.BMP
In regards to the /play.ps3<path> I think I found the cause of your issue (it's related to the keep-alive parameter of the http header sent by the browser). The first time it worked fine for me, but the client stayed connected and webMAN refused to accept new commands.
I fixed this issue in this commit:
https://github.com/aldostools/webMAN-MOD/commit/964ed321f39fe45ce94936799dc555663b738b6f
This fix and other new features are found in:
https://github.com/aldostools/webMAN-MOD/releases
FYI @STLcardsWS see ^^ I know I should have increased the version number 2 or 3 commits ago, but it's a lot of work to update all the files that have the version and I'm still fixing / improving things.
@aldostools
/write_ps3<path>&t=<text> adds text to file or create a new one, use | (pipe character) for line break
Is there any way to add a text in a specific line
Like, i'm trying to make a option to customize the PS3 Leds
So it will have a menu with main option GREEN, RED, YELLOW with each having the options to OFF, ON, BLINKING SLOW AND FAST
so the user can make a combination, it will be written in my already existing boot_init.txt
So the green option will be written in e.g line 5
the red line 6
the yellor line 7
and the user can change it latter and it will replace the previous line that has it options.
It can also be used in my plugin options, so the user can only choose the ones it wants, i already have a plugin option with check boxes, but it uses boot_plugins.txt swaps, this method of writting to specific lines will be much better
EDIT:
Try this command with the build attached to this post:
/write.ps3<path>&t=<text>&line=<line-number>