• Hey, guest user. Hope you're enjoying GameParadise! Have you considered registering for an account? Come join us and add your take to the daily discourse.

Homebrew Custom game icons tutorial and sharing hub

 
 

admin

Chad
Staff member
85%
Joined
Jan 25, 2024
Messages
8,668
Points
38
Age
39
Location
USA
Website
gameparadise.org
Credits
143,985
What is sys-tweak

It's 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.

Example:
A3086EC5-809A-477F-8BC8-1C594D45F968.jpeg
It's mainly targeted to user that don't want to use .nsp to create forwarders or simply mod the icons/names for official games, it doesn't involve any piracy method and is ban safe.

Installing sys-tweak

Always refer 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 and rename it to:
Code:
atmosphere/contents/00FF747765616BFF/exefs.nsp
Create a flags folder with an empty boot2.flag file in:
Code:
atmosphere/contents/00FF747765616BFF/flags/boot2.flag
Optionally create a toolbox.json in:
Code:
atmosphere/contents/00FF747765616BFF/toolbox.json
To enable/disable sys-tweak from sysmodules overlay, toolbox.json should be:
Code:
{
  "name": "sys-tweak",
  "tid": "00FF747765616BFF",
  "requires_reboot": true
}

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
o5aKGcO.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:
Code:
[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.

Thanks to @p-sam for creating sys-tweak, and up-side-down Claude von Riegan that motivated me to change incon in FE: Three Houses :rofl2:
 
 

Recent Content

Newest Downloads

Tutorials

Back
Top