Volume Control 2 PSP: Difference between revisions

From GameBrew
(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
Line 1: Line 1:
{{Infobox PSP homebrew
{{Infobox PSP homebrew
| title = Volume Control v2
| title = Volume Control 2.0
| image = https://dlhb.gamebrew.org/psphomebrew/VolumeControlv2-0.jpg|250px
| image = https://dlhb.gamebrew.org/psphomebrew/VolumeControlv2-0.jpg|250px
| type = Plugins
| type = Plugins
| version = v2.0
| version = 2.0 (15 Oct 2011)
| licence = Mixed
| licence = Mixed
| author = ABCanG
| author = ABCanG
Line 10: Line 10:
| source =
| source =
}}
}}
<youtube>K1WSOSimvTI</youtube>


Volume Control v2.0 is a plugin that allows you to specified sound volume on the PSP, by pressing the specified button.
Volume Control 2.0 is a plugin that allows you to specified sound volume on the PSP, by pressing the specified button.


The plugin is based on the same concept as prior releases, with the difference that 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 [ prior releases], with the difference that 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. There are 2 pre-set shortcut keys in the configuration file, follow the same format to set your custom sound levels:
===How to use===
You can set any sound levels and assisgn buttons by editing volcon.ini.  


#button, volume, pushtime
There are 2 pre-set shortcut keys in the configuration file, follow the same format to set your custom sound levels.
VOLDOWN, 0, 0.5
VOLUP+HOME, 30, 1


The 1st part of the line is the assigned buttons/combination keys of your choice.
#button, volume, pushtime
VOLDOWN, 0, 0.5
VOLUP+HOME, 30, 1
The 1st part of the line is the [ assigned buttons/combination keys] 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.


===List of buttons===
You can use any of the following buttons, add + for assigning combination keys.
You can use any of the following buttons, add + for assigning combination keys.
SELECT
START
UP
RIGHT
DOWN
LEFT
LTRIGGER
RTRIGGER
TRIANGLE
CIRCLE
CROSS
SQUARE
HOME
NOTE
SCREEN
VOLUP
VOLDOWN


Controls
SELECT
START
UP
RIGHT
DOWN
LEFT
LTRIGGER
RTRIGGER
TRIANGLE
CIRCLE
CROSS
SQUARE
HOME
NOTE
SCREEN
VOLUP
VOLDOWN
==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.


Compatibility
==Changelog==
v2.0
'''v2.0'''
- Rewrote the code.
* Rewrote the code.
- The volume, buttons, and pressing time can be set freely.
* The volume, buttons, and pressing time can be set freely.


v1.4
'''v1.4'''
- You can change the volume to your liking.
* You can change the volume to your liking.
- Changed the configuration file. (So ??please replace the configuration file).
* 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).
* Fixed to work with 5.00, 5.50, 6.20TN (confirmed).


v1.2
'''v1.2'''
- Compatible with 6.38ME.
* Compatible with 6.38ME.


v1.1
'''v1.1'''
- Supports configuration files.
* Supports configuration files.


v1.0
'''v1.0'''
- Release.
* 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.


References
==External links==
Author's webpage, https://abcang.net
* Author's website - https://abcang.net
 
[[Category:PSP homebrew applications]]
[[Category:PSP homebrew plugins]]

Revision as of 15:06, 14 August 2021

Volume Control 2.0
VolumeControlv2-0.jpg
General
Author(s)ABCanG
TypePlugins
Version2.0 (15 Oct 2011)
LicenceMixed
Links
Download
Website
Advertisements

<htmlet>adsense</htmlet>


Volume Control 2.0 is a plugin that allows you to specified sound volume on the PSP, by pressing the specified button.

The plugin is based on the same concept as [ prior releases], with the difference that 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/combination keys] 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 combination keys.

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

Advertising: