More actions
(Created page with "{{Infobox PSP homebrew | title = Volume Control v2 | image = https://dlhb.gamebrew.org/psphomebrew/VolumeControlv2-0.jpg|250px | type = Plugins | version = v2.0 | licence = Mi...") |
No edit summary |
||
(18 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox PSP | {{Infobox PSP Homebrews | ||
| title = Volume Control | |title=Volume Control 2.0 | ||
| image = | |image=psp02.png | ||
| type = Plugins | |description=This plugin allows you to set specified sound volumes and activate them using shortcut keys. | ||
| version = | |author=ABCanG | ||
| | |lastupdated=2011/10/15 | ||
| | |type=Plugins | ||
| website = https://www.dropbox.com/sh/bc3hz5qsh2mch06/AABka9QdMDf70mcLxMGBoFQJa?dl=0 | |version=2.0 | ||
|license=Mixed | |||
|download=https://dlhb.gamebrew.org/psphomebrew/volcon_2.0.zip | |||
|website=https://www.dropbox.com/sh/bc3hz5qsh2mch06/AABka9QdMDf70mcLxMGBoFQJa?dl=0 | |||
}} | }} | ||
Volume Control 2.0 is a plugin that allows you to specify sound volume on the PSP, by pressing the specified button. | |||
The plugin is based on the same concept as [[Volume_Control_PSP|prior releases]], all codes has been re-written and instead of setting max/min volume, you now can assign shortcut keys for multiple sound levels of your choice. | |||
==Installation== | |||
Installation | |||
Put volcon.prx and volcon.ini in the seplugins directory on your PSP Memory Stick. | Put volcon.prx and volcon.ini in the seplugins directory on your PSP Memory Stick. | ||
Open game.txt, vsh.txt, pops.txt in the same seplugins folder and append this line to the text files | Open game.txt, vsh.txt, pops.txt in the same seplugins folder and append this line to the text files | ||
ms0:/seplugins/volcon.prx 1 | ms0:/seplugins/volcon.prx 1 | ||
For PSP Go, add this line instead to the text files | For PSP Go, add this line instead to the text files | ||
ef0:/seplugins/volcon.prx 1 | ef0:/seplugins/volcon.prx 1 | ||
Reboot your PSP to take effect. | Reboot your PSP to take effect. | ||
User guide | ==User guide== | ||
You can set any sound levels and assisgn buttons by editing volcon.ini. | ===How to use=== | ||
You can set any sound levels and assisgn buttons by editing volcon.ini. | |||
There are 2 pre-set shortcut keys in the configuration file, follow the same format to set your custom sound levels. | |||
The 1st part of the line is the assigned buttons/ | #button, volume, pushtime | ||
VOLDOWN, 0, 0.5 | |||
VOLUP+HOME, 30, 1 | |||
The 1st part of the line is the assigned [[#List_of_buttons|buttons/key combinations]] of your choice. | |||
The 2nd part is the sound volume. Value ranges between 0 and 30 (min to max). | The 2nd part is the sound volume. Value ranges between 0 and 30 (min to max). | ||
Line 40: | Line 42: | ||
Pushtime represents the amount of time to hold the keys in order to activate the custom sound level (specified in seconds). Value should be above 0 and it can read up to the first decimal place. | Pushtime represents the amount of time to hold the keys in order to activate the custom sound level (specified in seconds). Value should be above 0 and it can read up to the first decimal place. | ||
You can use any of the following buttons, add + for assigning | ===List of buttons=== | ||
SELECT | You can use any of the following buttons, add + for assigning key combinations. | ||
START | |||
UP | SELECT | ||
RIGHT | START | ||
DOWN | UP | ||
LEFT | RIGHT | ||
LTRIGGER | DOWN | ||
RTRIGGER | LEFT | ||
TRIANGLE | LTRIGGER | ||
CIRCLE | RTRIGGER | ||
CROSS | TRIANGLE | ||
SQUARE | CIRCLE | ||
HOME | CROSS | ||
NOTE | SQUARE | ||
SCREEN | HOME | ||
VOLUP | NOTE | ||
VOLDOWN | SCREEN | ||
VOLUP | |||
VOLDOWN | |||
Controls | ==Controls== | ||
Volume Down - Minimum volume | Volume Down - Minimum volume | ||
Volume Up+Home - Maximum volume | Volume Up+Home - Maximum volume | ||
Compatibility | ==Compatibility== | ||
Tested by devloper on 5.00, 5.50, 6.20TN, 6.38ME and should work on all Custom Firmware versions. | Tested by devloper on 5.00, 5.50, 6.20TN, 6.38ME and should work on all Custom Firmware versions. | ||
==Changelog== | |||
v2.0 | '''v2.0''' | ||
* Rewrote the code. | |||
* The volume, buttons, and pressing time can be set freely. | |||
v1.4 | '''v1.4''' | ||
* You can change the volume to your liking. | |||
* Changed the configuration file. (So please replace the configuration file). | |||
v1.3 | '''v1.3''' | ||
* Fixed to work with 5.00, 5.50, 6.20TN (confirmed). | |||
v1.2 | '''v1.2''' | ||
* Compatible with 6.38ME. | |||
v1.1 | '''v1.1''' | ||
* Supports configuration files. | |||
v1.0 | '''v1.0''' | ||
* Release. | |||
Credits | ==Credits== | ||
DSi-like VolDown Plugin v01 by mascii. | DSi-like VolDown Plugin v01 by mascii. | ||
iniLibrary by hiroi01. | iniLibrary by hiroi01. | ||
Thanks to every developers. | Thanks to every developers. | ||
==External links== | |||
Author's | * Author's website - https://abcang.net |
Latest revision as of 03:36, 21 Haziran 2024
Volume Control 2.0 | |
---|---|
General | |
Author | ABCanG |
Type | Plugins |
Version | 2.0 |
License | Mixed |
Last Updated | 2011/10/15 |
Links | |
Download | |
Website | |
Volume Control 2.0 is a plugin that allows you to specify sound volume on the PSP, by pressing the specified button.
The plugin is based on the same concept as prior releases, all codes has been re-written and instead of setting max/min volume, you now can assign shortcut keys for multiple sound levels of your choice.
Installation
Put volcon.prx and volcon.ini in the seplugins directory on your PSP Memory Stick.
Open game.txt, vsh.txt, pops.txt in the same seplugins folder and append this line to the text files
ms0:/seplugins/volcon.prx 1
For PSP Go, add this line instead to the text files
ef0:/seplugins/volcon.prx 1
Reboot your PSP to take effect.
User guide
How to use
You can set any sound levels and assisgn buttons by editing volcon.ini.
There are 2 pre-set shortcut keys in the configuration file, follow the same format to set your custom sound levels.
#button, volume, pushtime VOLDOWN, 0, 0.5 VOLUP+HOME, 30, 1
The 1st part of the line is the assigned buttons/key combinations of your choice.
The 2nd part is the sound volume. Value ranges between 0 and 30 (min to max).
Pushtime represents the amount of time to hold the keys in order to activate the custom sound level (specified in seconds). Value should be above 0 and it can read up to the first decimal place.
List of buttons
You can use any of the following buttons, add + for assigning key combinations.
SELECT START UP RIGHT DOWN LEFT LTRIGGER RTRIGGER TRIANGLE CIRCLE CROSS SQUARE HOME NOTE SCREEN VOLUP VOLDOWN
Controls
Volume Down - Minimum volume
Volume Up+Home - Maximum volume
Compatibility
Tested by devloper on 5.00, 5.50, 6.20TN, 6.38ME and should work on all Custom Firmware versions.
Changelog
v2.0
- Rewrote the code.
- The volume, buttons, and pressing time can be set freely.
v1.4
- You can change the volume to your liking.
- Changed the configuration file. (So please replace the configuration file).
v1.3
- Fixed to work with 5.00, 5.50, 6.20TN (confirmed).
v1.2
- Compatible with 6.38ME.
v1.1
- Supports configuration files.
v1.0
- Release.
Credits
DSi-like VolDown Plugin v01 by mascii.
iniLibrary by hiroi01.
Thanks to every developers.
External links
- Author's website - https://abcang.net