webMAN MOD

PS3 webMAN MOD - General Information Thread 1.47.48q

@aldostools another report

Both of the PSP pkgs is not installing , even moving them fron tem wm_res folder

Using the install comand via webman will not install

Moving to packages folder they will install but the folder will not be created and nor content.


The others seems to be installing correctly
 
Also @aldostools

The Startup Days is Bugged only in here. the webman mod page says
279d 22:56:06 • 3,823 ON • 3,311 OFF (512)


ltBblTv.png
 
You can set the default settings in include/setup.h in the function read_settings. Set the value before the line: if(save_defaults) in the line 1325.
can't understand exactly can you explain more :)

upload_2019-8-8_23-19-26.png


Edit : to make option i need to remove the two slash of the comment to be back again as code right ?

upload_2019-8-8_23-24-56.png


and to make control mod as SYSCON i must put webman_config->fanc = DISABLED

upload_2019-8-8_23-26-10.png


and i can't find the option to enable dev_blind on startup and other option can i do from this line !!!

add_check_box("bl", false, STR_DEVBL, _BR_, (webman_config->blind), buffer);
 
Last edited:
Try SELECT+START+L2+R2
or try the web command /browser.ps3$screenshot_xmb

Remember to use the full version
can this be implemented in the shortcuts menu with the other like VSH MENU: SELECT....?

Because i always forgot the combo, or the command, having a list of them would be nice in the webman mod web

or where we input the comand in the CUSTOM COMBO: R2+ Square

instad of a input field, a dropdown one? with all the commands?
 
Oh nice to see it, but in the webman mod will be easier, and like the xmb screen shot that already have a button shortcut , to be added in there with the o thers

To include all commands is not a viable option. There are too many web commands and possible combinations. Additionally a list with dozens of options would be as useless as one empty.

The default custom combo R2+SQUARE already has a list of suggested commands, including the screenshot of xmb, block psn servers, etc. If these don't satisfy your needs, you can change them in the source code or just create a simple html page in /dev_hdd0 with a quick reference of the commands and combos that you want to be reminded.

Additionally to the combo R2+SQUARE, it is possible to configure manually other combos if one is not enough...

For one reason I have dedicated several hours to document most of the features of webMAN MOD:
https://www.psx-place.com/threads/webman-mod-web-commands.1508/
 
To include all commands is not a viable option. There are too many web commands and possible combinations. Additionally a list with dozens of options would be as useless as one empty.

The default custom combo R2+SQUARE already has a list of suggested commands, including the screenshot of xmb, block psn servers, etc. If these don't satisfy your needs, you can change them in the source code or just create a simple html page in /dev_hdd0 with a quick reference of the commands and combos that you want to be reminded.

Additionally to the combo R2+SQUARE, it is possible to configure manually other combos if one is not enough...

For one reason I have dedicated several hours to document most of the features of webMAN MOD:
https://www.psx-place.com/threads/webman-mod-web-commands.1508/
man can you help to pre setup webman can't find location in setup.h even after you say to me after static void read_settings
 
man can you help to pre setup webman can't find location in setup.h even after you say to me after static void read_settings

Just insert the line of code with the new default value between the lines 1288 and 1323 of include/setup.h
https://github.com/aldostools/webMAN-MOD/blob/master/include/setup.h#L1288-L1323

For instance, in line 1222 I set webman_config->fanc = ENABLED; //fan control enabled

However, that is the default setting ONLY when the wm_config.bin does not exist.
In line 1284, the config file is read and webman_config->fanc is changed to the value set in the file.

If you set webman_config->fanc = DISABLED; in any line between 1288 and 1323, it will be the final value (no matter what value was read from the config file).
 
Just insert the line of code with the new default value between the lines 1288 and 1323 of include/setup.h
https://github.com/aldostools/webMAN-MOD/blob/master/include/setup.h#L1288-L1323

For instance, in line 1222 I set webman_config->fanc = ENABLED; //fan control enabled

However, that is the default setting ONLY when the wm_config.bin does not exist.
In line 1284, the config file is read and webman_config->fanc is changed to the value set in the file.

If you set webman_config->fanc = DISABLED; in any line between 1288 and 1323, it will be the final value (no matter what value was read from the config file).
and about mounting dev_blind at boot and disabling all button shortcuts !
 
How can install packges from External NTFS HDD directly connected to PS3

Put the *.pkg files in the folder /PKG of the NTFS device, then use prepNTFS 1.20 (available in Brewology under webMAN MOD entry).
Note: The original prepNTFS 1.0 by deank doesn't have such feature.

Once the disk is scanned, the pkg files will appear in the DVD & Bluray category. Mount the package, then install it using the Install Package Files from standard location.
 
Back
Top