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...")
 
m (Text replacement - "Category:PSP homebrew applications" to "")
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox PSP homebrew
{{Infobox PSP Homebrews
| title = Volume Control v2
|title=Volume Control 2.0
| image = https://dlhb.gamebrew.org/psphomebrew/VolumeControlv2-0.jpg|250px
|image=psp02.png
| type = Plugins
|description=This plugin allows you to set specified sound volumes and activate them using shortcut keys.
| version = v2.0
|author=ABCanG
| licence = Mixed
|lastupdated=2011/10/15
| author = ABCanG
|type=Plugins
| website = https://www.dropbox.com/sh/bc3hz5qsh2mch06/AABka9QdMDf70mcLxMGBoFQJa?dl=0
|version=2.0
| download = https://dlhb.gamebrew.org/psphomebrew/VolumeControlv2-0.rar
|license=Mixed
| source =
|download=https://dlhb.gamebrew.org/psphomebrew/volumecontrol2.7z
|website=https://www.dropbox.com/sh/bc3hz5qsh2mch06/AABka9QdMDf70mcLxMGBoFQJa?dl=0
}}
}}
<youtube>K1WSOSimvTI</youtube>
Volume Control 2.0 is a plugin that allows you to specify sound volume on the PSP, by pressing the specified button.


Volume Control v2.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 [[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 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 [[#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 combination keys.
===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.


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

Latest revision as of 11:06, 8 May 2024

Volume Control 2.0
Psp02.png
General
AuthorABCanG
TypePlugins
Version2.0
LicenseMixed
Last Updated2011/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

Advertising: