More actions
(Created page with "{{Infobox Switch Homebrews |title=Switch Sys Tweak |image=switchsystweakswitch.png |description=A collection of miscellaneous mitms that may eventually grow as stuff gets added. |author=p-sam |lastupdated=2022/07/17 |type=System Tools |version=2022 |license=GPL-2.0 |download=https://dlhb.gamebrew.org/switchhomebrews/switchsystweakswitch.7z |website=https://github.com/p-sam/switch-sys-tweak |source=https://github.com/p-sam/switch-sys-tweak |donation= }} {{#seo: |title=Swi...") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title= | |title=sys-tweak | ||
|image= | |image=switchsystweaknx.png | ||
|description=A collection of miscellaneous mitms that may eventually grow as stuff gets added. | |description=A collection of miscellaneous mitms that may eventually grow as stuff gets added. | ||
|author=p-sam | |author=p-sam | ||
|lastupdated= | |lastupdated=2023/04/13 | ||
|type= | |type=Sysmodules | ||
|version= | |version=2023 | ||
|license=GPL-2.0 | |license=GPL-2.0 | ||
|download=https:// | |download=https://github.com/p-sam/switch-sys-tweak/actions | ||
|website=https:// | |website=https://gbatemp.net/threads/custom-game-icons-tutorial-and-sharing-hub.574675/ | ||
|source=https://github.com/p-sam/switch-sys-tweak | |source=https://github.com/p-sam/switch-sys-tweak | ||
|donation= | |donation= | ||
}} | }} | ||
A collection of "patches" that intercept .nca info from games, and override them. In simple words it allows override icon and name displayed in home menu. You can have custom icons and title names. | |||
| | This is mainly for users who prefer not to create forwarders using .nsp or modify official game icons/names, it doesn’t involve any piracy method and is ban safe. | ||
| | |||
| | ==Installation== | ||
Go to the official GitHub site [https://github.com/p-sam/switch-sys-tweak/actions sys-tweak], click on the latest build by selecting the first workflow link under Actions tab, download sys-tweak.nsp (you need to be logged to your GitHub account). | |||
{ | |||
Copy sys-tweak.nsp and rename it to <code>atmosphere/contents/00FF747765616BFF/exefs.nsp</code> | |||
Create a flags folder with an empty boot2.flag file in <code>atmosphere/contents/00FF747765616BFF/flags/boot2.flag</code> | |||
Optionally create a toolbox.json in <code>atmosphere/contents/00FF747765616BFF/toolbox.json</code> | |||
Folder structure: | |||
sdmc:/atmosphere/contents/00FF747765616BFF/flags/ | |||
| |- boot2.flag | |||
|-exefs.nsp | |||
|-toolbox.json | |||
To enable/disable sys-tweak from sysmodules overlay, toolbox.json should be: | |||
{ | |||
"name": "sys-tweak", | |||
"tid": "00FF747765616BFF", | |||
"requires_reboot": true | |||
} | |||
===Other versions=== | |||
*[https://gbatemp.net/threads/custom-game-icons-tutorial-and-sharing-hub.574675/post-9738297 Latest version on GBATemp] - Tested on HOS 14.1.0 / AMS 1.3.1. | |||
*[https://github.com/16BitWonder/switch-sys-tweak 16BitWonder-Git Repo] - Forked Version AMS 1.0.0. | |||
==User guide== | |||
===Creating custom icons=== | |||
Once sys-tweak is set, reload your CFW. Now you can customize your game icons by copy a 256x256 jpg image no bigger than 128K or you will get a queston mark instead. The icon only accept jpg format not interlaced. | |||
Copy it to your title folder ID, for example Resident Evil 4: <code>atmosphere/contents/010099A00BC1E000/icon.jpg</code> | |||
===Editing game names=== | |||
You also can change the title name, author and version, just place a config.ini file in the same folder as your icon.jpg, the file structure is: | |||
[override_nacp] | |||
name=my custom title name game | |||
author=someone | |||
display_version=X.X.X | |||
'''Note:''' If no config.ini is present it defaults to original title. | |||
===Resources/Useful links=== | |||
*[https://gbatemp.net/threads/custom-game-icons-tutorial-and-sharing-hub.574675/ Custom game icons sharing hub on GBAtemp]. | |||
*[https://github.com/sodasoba/switch-custom-game-icons Switch custom game icons backups]. | |||
==Screenshots== | ==Screenshots== | ||
https:// | '''Author: [https://gbatemp.net/threads/custom-game-icons-tutorial-and-sharing-hub.574675/page-23#post-9656856 Rodel]'''<br> | ||
https://dlhb.gamebrew.org/switchhomebrews/switchsystweaknx2.png | |||
https://dlhb.gamebrew.org/switchhomebrews/ | |||
'''Author: [https://gbatemp.net/threads/custom-game-icons-tutorial-and-sharing-hub.574675/page-24#post-9706599 Rodel]'''<br> | |||
''' | https://dlhb.gamebrew.org/switchhomebrews/switchsystweaknx3.png | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/p-sam/switch-sys-tweak | ||
* | * GBAtemp - https://gbatemp.net/threads/custom-game-icons-tutorial-and-sharing-hub.574675/ | ||
Latest revision as of 08:34, 8 Mayıs 2023
sys-tweak | |
---|---|
General | |
Author | p-sam |
Type | Sysmodules |
Version | 2023 |
License | GPL-2.0 |
Last Updated | 2023/04/13 |
Links | |
Download | |
Website | |
Source | |
A collection of "patches" that intercept .nca info from games, and override them. In simple words it allows override icon and name displayed in home menu. You can have custom icons and title names.
This is mainly for users who prefer not to create forwarders using .nsp or modify official game icons/names, it doesn’t involve any piracy method and is ban safe.
Installation
Go to the official GitHub site sys-tweak, click on the latest build by selecting the first workflow link under Actions tab, download sys-tweak.nsp (you need to be logged to your GitHub account).
Copy sys-tweak.nsp and rename it to atmosphere/contents/00FF747765616BFF/exefs.nsp
Create a flags folder with an empty boot2.flag file in atmosphere/contents/00FF747765616BFF/flags/boot2.flag
Optionally create a toolbox.json in atmosphere/contents/00FF747765616BFF/toolbox.json
Folder structure:
sdmc:/atmosphere/contents/00FF747765616BFF/flags/ | |- boot2.flag |-exefs.nsp |-toolbox.json
To enable/disable sys-tweak from sysmodules overlay, toolbox.json should be:
{ "name": "sys-tweak", "tid": "00FF747765616BFF", "requires_reboot": true }
Other versions
- Latest version on GBATemp - Tested on HOS 14.1.0 / AMS 1.3.1.
- 16BitWonder-Git Repo - Forked Version AMS 1.0.0.
User guide
Creating custom icons
Once sys-tweak is set, reload your CFW. Now you can customize your game icons by copy a 256x256 jpg image no bigger than 128K or you will get a queston mark instead. The icon only accept jpg format not interlaced.
Copy it to your title folder ID, for example Resident Evil 4: atmosphere/contents/010099A00BC1E000/icon.jpg
Editing game names
You also can change the title name, author and version, just place a config.ini file in the same folder as your icon.jpg, the file structure is:
[override_nacp] name=my custom title name game author=someone display_version=X.X.X
Note: If no config.ini is present it defaults to original title.
Resources/Useful links
Screenshots
Author: Rodel
Author: Rodel