More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps (Plugins) - GameBrew! | |title=Vita Homebrew Apps (Plugins) - GameBrew! | ||
Line 17: | Line 16: | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/betteramphetaminvita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/betteramphetaminvita.7z | ||
|website=https://wololo.net/talk/viewtopic.php?f=116&t=46952 | |website=https://wololo.net/talk/viewtopic.php?f=116&t=46952 | ||
|source=https://github.com/BeatPlay/BetterAmphetaminPlugin | |source=https://web.archive.org/web/20201029023841/https://github.com/BeatPlay/BetterAmphetaminPlugin | ||
}} | }} | ||
'''Better Amphetamin''' is an improved version of Amphetamin plugin. | |||
==What is Better Amphetamin?== | |||
Better Amphetamine Plugin is the work of wololo forums user BeatPlay and is a fork of the reworked Amphetamine plugin by Rinnegatamante which itself was a fork of TheFloW's original plugin. | |||
What the original plugin was meant to do was allow you to overclock the CPU of your Vita, but now with Henkaku R6 you can also slightly overclock your GPU to allow for better performance in games. | |||
== | ==Features== | ||
*Overclocking (NEW: GPU XBAR Frequency) | |||
* | *Added optional auto*overclock | ||
*Added optional auto*underclock | |||
*Remaining battery (in mAh) | |||
* | *Estimated SoT | ||
* | *Estimated time to fully charge the battery | ||
* | *Battery temperature | ||
*custom Controller color (FULL RGB) (PS TV) | |||
== Function == | == Function == | ||
* Overclocking (duh) | * Overclocking (duh) | ||
* emaining battery (in mAh) | * emaining battery (in mAh) | ||
Line 53: | Line 43: | ||
* Game Title ID | * Game Title ID | ||
== | ==Installing Better Amphetamin Plugin== | ||
Create a folder called plugins in ux0:/ . Then put amphetamin.suprx and game.txt into ux0:/plugins/. | Create a folder called <code>plugins</code> in <code>ux0:/</code> . Then put <code>amphetamin.suprx</code> and <code>game.txt</code> into <code>ux0:/plugins/</code>. | ||
Press SELECT button for 2 seconds after launching game from Vitamin or MaiDumpTool, you will see the plugin menu. Use up and down to navigate, left and right to change speed for CPU/BUS/GPU frequency. | Press SELECT button for 2 seconds after launching game from Vitamin or MaiDumpTool, you will see the plugin menu. Use up and down to navigate, left and right to change speed for CPU/BUS/GPU frequency. | ||
You can download both amphetamin.suprx and game.txt from release page. | You can download both <code>amphetamin.suprx</code> and <code>game.txt</code> from release page. | ||
== | ==Media== | ||
<youtube>-H5CYQvFcCI</youtube> | |||
==Screenshot== | |||
[[image:betteramphetaminvita.jpg|600px]] | |||
For advanced setting, create a file named config.txt and put it into ux0:/data/amphetamin. You should use common editor but not Windows default notepad.exe(You can use wordpad.exe, Notepad++, EditPlus, Sublime Text, Atom or more, Which use \n for linebreak). The file content must be: | == Configing Better Amphetamin == | ||
For advanced setting, create a file named <code>config.txt</code> and put it into <code>ux0:/data/amphetamin</code>. You should use common editor but not Windows default notepad.exe(You can use wordpad.exe, Notepad++, EditPlus, Sublime Text, Atom or more, Which use <code>\n</code> for linebreak). The file content must be: | |||
freq_accurate=0 | <pre>freq_accurate=0 | ||
show_advanced=0 | show_advanced=0 | ||
auto_oc=0 //deprecated | |||
auto_uc=0 //deprecated | |||
auto_uc_ext=0 //deprecated | |||
default_profile=2 | |||
temp_in_fahrenheit=0 | |||
psn_info=1 | |||
pstv_features=0 | |||
c*_red=0 | |||
c*_green=0 | |||
c*_blue=255</pre> | |||
<code>freq_accurate</code> : 1 to enable accurate frequence(5MHz per select)<br /> | |||
<code>show_advanced</code> : 1 to enable advaned setting(currently has XBAR clock setting) <code>default_profile</code> : 1 to max battery, 2 to default, 3 to max performance <code>temp_in_fahrenheit</code>: 1 to display battery temperature in Fahrenheit <code>psn_info</code> : 0 to disable PSN info <code>pstv_features</code> : 1 to enable PS-TV Features (Controller color) <code>c*_red</code> : Set the Red RGB of Controller X to 0-255 <code>c*_green</code> : Set the Green RGB of Controller X to 0-255 <code>c*_blue</code> : Set the Blue RGB of Controller X to 0-255 | |||
You can also download that <code>config.txt</code> from release page. You can also transfer it to PSV and use VitaShell to edit it. | |||
==Changelog== | |||
* v3.5-beta | |||
** added PSN info (WIP) | |||
** added ability to display Temp in Fahrenheit | |||
** added OC Profiles (USE L+R or config.txt to change) | |||
** auto_oc/auto_uc/auto_uc_ext have been deprecated, but are still in the code for dev reasons | |||
** added main switch for PS-TV Features (pstv_features in config) | |||
** added custom Controller color (FULL RGB) | |||
* v3.3 | |||
** added automatic overclock to config.txt | |||
** added automatic underclock to config.txt (battery saver) | |||
* v3.2 | |||
** add GPU XBAR(Crossbar) frequency(need advanced setting) | |||
** add config for advanced setting and accurate frequency | |||
** add battery temperature | |||
** add game TITLE_ID | |||
* v3.1.1: | |||
** long press button time change to 2s | |||
** align the text layout | |||
* v3.1: | |||
** fixed clockrate not changing | |||
** removed faulty FPS counter | |||
** allowing 222mhz GPU | |||
* v3: | |||
** made overclocking more precise | |||
** deactivated inital auto overclock | |||
* v2: | |||
** minor bug fixes for various games | |||
* v1: | |||
** initial release | |||
== External links == | |||
* Official Website - https://wololo.net/talk/viewtopic.php?f=116&t=46952 | |||
* Github - [https://web.archive.org/web/20201029023841/https://github.com/BeatPlay/BetterAmphetaminPlugin https://github.com/BeatPlay/BetterAmphetaminPlugin] | |||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/41 | |||
== | |||
* | |||
* | |||
* | |||
https://vitadb.rinnegatamante.it/#/info/41 | |||
Revision as of 04:42, 15 November 2022
Better Amphetamin | |
---|---|
File:Betteramphetaminvita.jpg | |
General | |
Author | BeatPlay |
Type | Plugins |
Version | 3.5 Beta 2 |
License | Mixed |
Last Updated | 2016/09/27 |
Links | |
Download | |
Website | |
Source | |
Better Amphetamin is an improved version of Amphetamin plugin.
What is Better Amphetamin?
Better Amphetamine Plugin is the work of wololo forums user BeatPlay and is a fork of the reworked Amphetamine plugin by Rinnegatamante which itself was a fork of TheFloW's original plugin.
What the original plugin was meant to do was allow you to overclock the CPU of your Vita, but now with Henkaku R6 you can also slightly overclock your GPU to allow for better performance in games.
Features
- Overclocking (NEW: GPU XBAR Frequency)
- Added optional auto*overclock
- Added optional auto*underclock
- Remaining battery (in mAh)
- Estimated SoT
- Estimated time to fully charge the battery
- Battery temperature
- custom Controller color (FULL RGB) (PS TV)
Function
- Overclocking (duh)
- emaining battery (in mAh)
- Estimated SoT
- Estimated time to fully charge the battery
- Eslimated battery temperature
- Game Title ID
Installing Better Amphetamin Plugin
Create a folder called plugins
in ux0:/
. Then put amphetamin.suprx
and game.txt
into ux0:/plugins/
.
Press SELECT button for 2 seconds after launching game from Vitamin or MaiDumpTool, you will see the plugin menu. Use up and down to navigate, left and right to change speed for CPU/BUS/GPU frequency.
You can download both amphetamin.suprx
and game.txt
from release page.
Media
Screenshot
Configing Better Amphetamin
For advanced setting, create a file named config.txt
and put it into ux0:/data/amphetamin
. You should use common editor but not Windows default notepad.exe(You can use wordpad.exe, Notepad++, EditPlus, Sublime Text, Atom or more, Which use \n
for linebreak). The file content must be:
freq_accurate=0 show_advanced=0 auto_oc=0 //deprecated auto_uc=0 //deprecated auto_uc_ext=0 //deprecated default_profile=2 temp_in_fahrenheit=0 psn_info=1 pstv_features=0 c*_red=0 c*_green=0 c*_blue=255
freq_accurate
: 1 to enable accurate frequence(5MHz per select)
show_advanced
: 1 to enable advaned setting(currently has XBAR clock setting) default_profile
: 1 to max battery, 2 to default, 3 to max performance temp_in_fahrenheit
: 1 to display battery temperature in Fahrenheit psn_info
: 0 to disable PSN info pstv_features
: 1 to enable PS-TV Features (Controller color) c*_red
: Set the Red RGB of Controller X to 0-255 c*_green
: Set the Green RGB of Controller X to 0-255 c*_blue
: Set the Blue RGB of Controller X to 0-255
You can also download that config.txt
from release page. You can also transfer it to PSV and use VitaShell to edit it.
Changelog
- v3.5-beta
- added PSN info (WIP)
- added ability to display Temp in Fahrenheit
- added OC Profiles (USE L+R or config.txt to change)
- auto_oc/auto_uc/auto_uc_ext have been deprecated, but are still in the code for dev reasons
- added main switch for PS-TV Features (pstv_features in config)
- added custom Controller color (FULL RGB)
- v3.3
- added automatic overclock to config.txt
- added automatic underclock to config.txt (battery saver)
- v3.2
- add GPU XBAR(Crossbar) frequency(need advanced setting)
- add config for advanced setting and accurate frequency
- add battery temperature
- add game TITLE_ID
- v3.1.1:
- long press button time change to 2s
- align the text layout
- v3.1:
- fixed clockrate not changing
- removed faulty FPS counter
- allowing 222mhz GPU
- v3:
- made overclocking more precise
- deactivated inital auto overclock
- v2:
- minor bug fixes for various games
- v1:
- initial release
External links
- Official Website - https://wololo.net/talk/viewtopic.php?f=116&t=46952
- Github - https://github.com/BeatPlay/BetterAmphetaminPlugin
- VitaDB - https://vitadb.rinnegatamante.it/#/info/41