FinTrinity Vita: Difference between revisions
From GameBrew
More actions
m HydeWing moved page Fintrinity Vita to FinTrinity Vita without leaving a redirect |
m Text replacement - "Category:Support the author" to "" |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
|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 | ||
| Line 17: | Line 17: | ||
|website=https://www.reddit.com/r/vitahacks/comments/bmes96/i_released_a_video_and_article_to_correspond_with/ | |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 | |||
}} | }} | ||
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 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. | ||
| Line 45: | Line 46: | ||
==Screenshots== | ==Screenshots== | ||
fintrinityvita3.png | https://dlhb.gamebrew.org/vitahomebrews/fintrinityvita3.png | ||
fintrinityvita4.png | https://dlhb.gamebrew.org/vitahomebrews/fintrinityvita4.png | ||
==Media== | ==Media== | ||
Latest revision as of 04:12, 17 May 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.