More actions
No edit summary |
No edit summary |
||
(14 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ | {{obsolete}} | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps (Plugins) - GameBrew | |title=Vita Homebrew Apps (Plugins) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=betteramphetaminvita2.png | ||
|image_alt=Better Amphetamin | |image_alt=Better Amphetamin | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=Better Amphetamin | |title=Better Amphetamin | ||
|image= | |image=betteramphetaminvita2.png | ||
|description=Improved version of Amphetamin plugin. | |description=Improved version of Amphetamin plugin. | ||
|author=BeatPlay | |author=BeatPlay | ||
Line 17: | Line 17: | ||
|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:// | |source=https://dlhb.gamebrew.org/vitahomebrews/betteramphetaminvita.7z | ||
}} | }} | ||
Better Amphetamin is an improved version of [[Amphetamin Vita|Amphetamin]] plugin. | |||
Better Amphetamine Plugin is the work of wololo forums user BeatPlay and is a fork of the reworked [[UO Amphetamin Vita|uo_amphetamine]] plugin by Rinnegatamante which itself was a fork of TheFloW's Amphetamin original plugin. | |||
'''Note:''' This plugin is outdated. Please use [[OclockVita]] instead. | |||
== | ==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). | |||
* | |||
* | |||
* | |||
* | |||
* | |||
* Estimated SoT | |||
* Estimated time to fully charge the battery | |||
* | |||
* | |||
Create a folder called plugins in ux0: | ==Installation== | ||
Create a folder called plugins in ux0:. Then put amphetamin.suprx and game.txt into ux0:plugins/. | |||
==User guide== | |||
Functions: | |||
* Overclocking. | |||
* Remaining battery (in mAh). | |||
* Estimated SoT. | |||
* Estimated time to fully charge the battery. | |||
* Estimated battery temperature. | |||
* Game Title ID. | |||
Press Select button for 2 seconds after launching game from [[Vitamin]] or [[MaiDumpTool Vita|MaiDumpTool]], you will see the plugin menu. | |||
Use up and down to navigate, left and right to change speed for CPU/BUS/GPU frequency. | |||
===Configuration=== | |||
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: | 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: | ||
<pre> | |||
freq_accurate=0 | 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). | |||
*<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 t. | |||
*<code>emp_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 use the included config.txt. You can also transfer it to PSV and use [[VitaShell]] to edit it. | ||
==Screenshots== | |||
https://dlhb.gamebrew.org/vitahomebrews/betteramphetaminvita3.png | |||
==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''' | '''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 == | |||
* GitHub - [https://web.archive.org/web/20201029023841/https://github.com/BeatPlay/BetterAmphetaminPlugin https://github.com/BeatPlay/BetterAmphetaminPlugin] (archived) | |||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/41 | |||
* Wololo - https://wololo.net/talk/viewtopic.php?f=116&t=46952 | |||
* Wololo - https://wololo.net/talk/viewtopic.php?p=411823#p411823 | |||
== | |||
* | |||
* | |||
https://vitadb.rinnegatamante.it/#/info/41 | |||
* | |||
* | |||
Latest revision as of 13:38, 3 February 2023
This application has been obsoleted by one or more applications that serve the same purpose, but are more stable or maintained. |
Better Amphetamin | |
---|---|
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.
Better Amphetamine Plugin is the work of wololo forums user BeatPlay and is a fork of the reworked uo_amphetamine plugin by Rinnegatamante which itself was a fork of TheFloW's Amphetamin original plugin.
Note: This plugin is outdated. Please use OclockVita instead.
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).
Installation
Create a folder called plugins in ux0:. Then put amphetamin.suprx and game.txt into ux0:plugins/.
User guide
Functions:
- Overclocking.
- Remaining battery (in mAh).
- Estimated SoT.
- Estimated time to fully charge the battery.
- Estimated battery temperature.
- Game Title ID.
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.
Configuration
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 t.emp_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 use the included config.txt. You can also transfer it to PSV and use VitaShell to edit it.
Screenshots
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
- GitHub - https://github.com/BeatPlay/BetterAmphetaminPlugin (archived)
- VitaDB - https://vitadb.rinnegatamante.it/#/info/41
- Wololo - https://wololo.net/talk/viewtopic.php?f=116&t=46952
- Wololo - https://wololo.net/talk/viewtopic.php?p=411823#p411823