More actions
m (Text replacement - "GameBrew!" to "GameBrew") |
No edit summary |
||
Line 2: | Line 2: | ||
|title=Vita Homebrew Apps (Plugins) - GameBrew | |title=Vita Homebrew Apps (Plugins) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=freescreenshotsvita2.png | ||
|image_alt=Freescreenshots Plugin | |image_alt=Freescreenshots Plugin | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=Freescreenshots Plugin | |title=Freescreenshots Plugin | ||
|image= | |image=freescreenshotsvita2.png | ||
|description=Screenshots enabler plugin for | |description=Screenshots enabler plugin for PS Vita. | ||
|author=reprep | |author=reprep | ||
|lastupdated=2017/04/04 | |lastupdated=2017/04/04 | ||
Line 14: | Line 14: | ||
|version=1.0 | |version=1.0 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/ | |download=https://dlhb.gamebrew.org/vitahomebrews/freescreenshotsvita.7z | ||
|website= | |website=https://wololo.net/talk/viewtopic.php?f=116&t=48010&p=417674 | ||
|source=https://github.com/rereprep/Freescreenshots | |source=https://github.com/rereprep/Freescreenshots | ||
}} | }} | ||
Freescreenshots is a plugin that enables native screenshots feature on any game and removes watermarks on games that use it for taken screenshots. | |||
This plugin does two things: | |||
* It enables screenshots for some games/apps which block taking screenshots. PSP emu is one example to this. | |||
* It removes watermarks on screenshots some games/apps apply to screenshots. | |||
==Installation== | |||
Put freescreenshots.suprx in tai folder in the root of your Vita (ur0 or ux0) | |||
Change config.txt in that directory to load plugin for title of your choice by adding new lines like below (change accordingly if you are using ux0) | |||
# titleid for your game (this one is for Super Stardust Delta for example to remove watermark on screenshots) | |||
*PCSA00006 | |||
ur0:tai/freescreenshots.suprx | |||
# titleid for your game (this one is for Ape Escape Demo for example to enable screenshot for ARK) | |||
*NPEG00005 | |||
ur0:tai/freescreenshots.suprx | |||
After that, you can use PS button+Start combo as usual to take screenshots. | |||
' | Now screenshots are enabled on every app/game and they won't be watermarked. | ||
==Credits== | |||
Most of the source code belong to yifanlu's [https://github.com/yifanlu/taiHEN/blob/master/USAGE.md#hooking-weak-imports screenshot disabling example]. | |||
Thanks to dots_tb and frangar for helping me through and answering my stupid questions. Also TillusB's nowatermarks github was helpful. | Thanks to dots_tb and frangar for helping me through and answering my stupid questions. Also TillusB's nowatermarks github was helpful. | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/rereprep/Freescreenshots | ||
* Wololo - https://wololo.net/talk/viewtopic.php?f=116&t=48010&p=417674 | |||
* GBAtemp - https://gbatemp.net/threads/release-freescreenshots-plugin.466769/ | |||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/228 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/228 |
Revision as of 01:26, 5 Ocak 2023
Freescreenshots Plugin | |
---|---|
General | |
Author | reprep |
Type | Plugins |
Version | 1.0 |
License | Mixed |
Last Updated | 2017/04/04 |
Links | |
Download | |
Website | |
Source | |
Freescreenshots is a plugin that enables native screenshots feature on any game and removes watermarks on games that use it for taken screenshots.
This plugin does two things:
- It enables screenshots for some games/apps which block taking screenshots. PSP emu is one example to this.
- It removes watermarks on screenshots some games/apps apply to screenshots.
Installation
Put freescreenshots.suprx in tai folder in the root of your Vita (ur0 or ux0)
Change config.txt in that directory to load plugin for title of your choice by adding new lines like below (change accordingly if you are using ux0)
# titleid for your game (this one is for Super Stardust Delta for example to remove watermark on screenshots) *PCSA00006 ur0:tai/freescreenshots.suprx # titleid for your game (this one is for Ape Escape Demo for example to enable screenshot for ARK) *NPEG00005 ur0:tai/freescreenshots.suprx
After that, you can use PS button+Start combo as usual to take screenshots.
Now screenshots are enabled on every app/game and they won't be watermarked.
Credits
Most of the source code belong to yifanlu's screenshot disabling example.
Thanks to dots_tb and frangar for helping me through and answering my stupid questions. Also TillusB's nowatermarks github was helpful.