More actions
No edit summary |
No edit summary |
||
(16 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox PSP | {{Infobox PSP Homebrews | ||
| title = Volume Control 2.0 | |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 = 2.0 | |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. | |||
The plugin is based on the same concept as [ | |||
==Installation== | ==Installation== | ||
Line 20: | Line 20: | ||
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. | ||
Line 35: | Line 35: | ||
VOLDOWN, 0, 0.5 | VOLDOWN, 0, 0.5 | ||
VOLUP+HOME, 30, 1 | VOLUP+HOME, 30, 1 | ||
The 1st part of the line is the [ | 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 43: | Line 43: | ||
===List of buttons=== | ===List of buttons=== | ||
You can use any of the following buttons, add + for assigning | You can use any of the following buttons, add + for assigning key combinations. | ||
SELECT | SELECT | ||
Line 62: | Line 62: | ||
VOLUP | VOLUP | ||
VOLDOWN | VOLDOWN | ||
==Controls== | ==Controls== | ||
Volume Down - Minimum volume | Volume Down - Minimum volume | ||
Line 101: | Line 101: | ||
==External links== | ==External links== | ||
* Author's website - https://abcang.net | * 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