More actions
No edit summary |
m (Text replacement - "Category:Support the author" to "") |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew PC Tools (PC Utilities) - GameBrew | |title=Vita Homebrew PC Tools (PC Utilities) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=fintrinityvita02.png | ||
|image_alt=FinTrinity | |image_alt=FinTrinity | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=FinTrinity | |title=FinTrinity | ||
|image= | |image=fintrinityvita02.png | ||
|description=Python Tool to run through all the manual steps of patching a game for Trinity by TheOfficialFloW | |description=Python Tool to run through all the manual steps of patching a game for Trinity by TheOfficialFloW. | ||
|author=bamhm182 | |author=bamhm182 | ||
|lastupdated=2019/06/24 | |lastupdated=2019/06/24 | ||
Line 16: | Line 15: | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/fintrinityvita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/fintrinityvita.7z | ||
|website= | |website=https://www.reddit.com/r/vitahacks/comments/bmes96/i_released_a_video_and_article_to_correspond_with/ | ||
|source=https://github.com/bamhm182/FinTrinity | |source=https://github.com/bamhm182/FinTrinity | ||
|donation=https://www.bytepen.com/support-me | |||
}} | }} | ||
Python | This is a GUI/CLI Python script that allows you to use the [https://github.com/TheOfficialFloW/Trinity Trinity Playstation Vita hack] by TheOfficialFloW without much effort. | ||
This is still very much a work in progress. FinTrinity aims to make a backup of your game on your Desktop, but it never hurts for you to make an additional, manual, backup. | |||
Note that Windows may say the windows executable is a virus. This is a known issue due to the way it was built. This warning is a false positive. You can read more about this [https://stackoverflow.com/questions/43777106/program-made-with-pyinstaller-now-seen-as-a-trojan-horse-by-avg here]. | |||
==User guide== | |||
===Status=== | |||
Windows/Linux: | |||
*Standalone and Python Version Fully Working. | |||
*Test with Windows 10 (64-bit) and Ubuntu 18.04 (64-bit). | |||
macOS: | |||
*Python version possibly working. Waiting for someone to test it. | |||
*Standalone version probably isn't coming because I don't have a way to build it. | |||
===How to use=== | |||
Standalone Version: | |||
*Download the [https://github.com/bamhm182/FinTrinity/releases latest release] ending in -Linux if you are on Linux, or -Windows if you are on Windows. | |||
*Double click the FinTrinity executable and click the "Patch" button. | |||
Python 3.7.3 Version: | |||
*Install [https://www.python.org/downloads/ python 3.7.3]. | |||
*[https://github.com/bamhm182/FinTrinity/archive/master.zip Download the zip of the repository] and double click on either FinTrinity.py or GUI.py. | |||
*Confirm the game is correct and it should take care of the rest. | |||
==Screenshots== | |||
https://dlhb.gamebrew.org/vitahomebrews/fintrinityvita3.png | |||
https://dlhb.gamebrew.org/vitahomebrews/fintrinityvita4.png | |||
==Media== | ==Media== | ||
<youtube> | '''Playstation Vita: Easily Hack 3.69-3.70 with FinTrinity''' ([https://www.youtube.com/watch?v=bGyBL5EASko BytePen Studios]) <br> | ||
<youtube>bGyBL5EASko</youtube> | |||
==Changelog== | |||
'''v0.6''' | |||
*Fixed issue with usernames with spaces. | |||
*macOS Issues should be resolved. | |||
'''v0.5''' | |||
*You can now select any game you have backed up instead of just the newest. (Thanks, theowhy!) | |||
*Fixed a few bugs with folders in your PGAME/[USER_ID] folder | |||
*FinTrinity waits if you are currently backing up a game with QCMA. | |||
'''v0.4''' | |||
*macOS Support. | |||
*Fixed v0.3 issue that stating ". is not recognized as an internal or external command". | |||
'''v0.3''' | |||
*Linux Support. | |||
*Possible Fix for Windows Controlled Folder Access issue. | |||
'''v0.2''' | |||
*Should have fixed issue with usernames with spaces | |||
*Should have fixed issue with unicode decoding for filenames | |||
*Built Windows .exe (Python is no longer required) | |||
*Added various logs to alert the user to a problem and stop FinTrinity | |||
'''v0.1''' | |||
''' | *This version has a basic GUI and a CLI mode. Both appear to be fully working on Windows 10 only. | ||
* | |||
== External links == | == External links == | ||
* | * Author's website - https://www.bytepen.com/hack-the-playstation-vita?v=easily-hack-369-370-with-fintrinity | ||
* | * GitHub - https://github.com/bamhm182/FinTrinity | ||
* Reddit - https://www.reddit.com/r/vitahacks/comments/bmes96/i_released_a_video_and_article_to_correspond_with/ | |||
* Reddit - | |||
Latest revision as of 04:12, 17 Mayıs 2024
FinTrinity | |
---|---|
General | |
Author | bamhm182 |
Type | PC Utilities |
Version | 0.6 |
License | Mixed |
Last Updated | 2019/06/24 |
Links | |
Download | |
Website | |
Source | |
Support Author | |
This is a GUI/CLI Python script that allows you to use the Trinity Playstation Vita hack by TheOfficialFloW without much effort.
This is still very much a work in progress. FinTrinity aims to make a backup of your game on your Desktop, but it never hurts for you to make an additional, manual, backup.
Note that Windows may say the windows executable is a virus. This is a known issue due to the way it was built. This warning is a false positive. You can read more about this here.
User guide
Status
Windows/Linux:
- Standalone and Python Version Fully Working.
- Test with Windows 10 (64-bit) and Ubuntu 18.04 (64-bit).
macOS:
- Python version possibly working. Waiting for someone to test it.
- Standalone version probably isn't coming because I don't have a way to build it.
How to use
Standalone Version:
- Download the latest release ending in -Linux if you are on Linux, or -Windows if you are on Windows.
- Double click the FinTrinity executable and click the "Patch" button.
Python 3.7.3 Version:
- Install python 3.7.3.
- Download the zip of the repository and double click on either FinTrinity.py or GUI.py.
- Confirm the game is correct and it should take care of the rest.
Screenshots
Media
Playstation Vita: Easily Hack 3.69-3.70 with FinTrinity (BytePen Studios)
Changelog
v0.6
- Fixed issue with usernames with spaces.
- macOS Issues should be resolved.
v0.5
- You can now select any game you have backed up instead of just the newest. (Thanks, theowhy!)
- Fixed a few bugs with folders in your PGAME/[USER_ID] folder
- FinTrinity waits if you are currently backing up a game with QCMA.
v0.4
- macOS Support.
- Fixed v0.3 issue that stating ". is not recognized as an internal or external command".
v0.3
- Linux Support.
- Possible Fix for Windows Controlled Folder Access issue.
v0.2
- Should have fixed issue with usernames with spaces
- Should have fixed issue with unicode decoding for filenames
- Built Windows .exe (Python is no longer required)
- Added various logs to alert the user to a problem and stop FinTrinity
v0.1
- This version has a basic GUI and a CLI mode. Both appear to be fully working on Windows 10 only.