Pak Store comes pre-installed with NextUI!
Simply connect your device to Wi-Fi and launch it from the Tools menu.
If for whatever reason you do not have the Pak Store:
- Download the latest release from this repo.
- Unzip the release download.
- If the unzipped folder name is
Pak.Store.pakplease rename it toPak Store.pak.
- If the unzipped folder name is
- Copy the entire
Pak Store.pakfolder toSD_ROOT/Tools/tg5040. - Reinsert your SD Card into your device.
- Launch
Pak Storefrom theToolsmenu and enjoy all the amazing Paks made by the community!
Awesome! To get added to Pak Store you have to complete the following steps:
- Create a
pak.jsonfile at the root of your repo. An example can be seen below.- The following fields are required
nameversiontypedescriptionauthorrepo_urlrelease_filenameplatforms
- If you are packaging up an emulator, please set the name to the desired emulator tag. (e.g., an Intellivision Pak
with the tag
INTVwould haveINTVas the name in pak.json)
- The following fields are required
- Prepare your Pak for distribution by making a zip file. The contents of the zip file must the contents present in the root of your Pak directory.
- Ensure your release is tagged properly and matches the
versionfield inpak.json.- The tag should be in the format
vX.X.XwhereXis the major, minor, and patch version. For more details for using SemVer, please see the SemVer Documentation. - 4-digit versions (
vX.X.X.X) are also supported, but 3-digit is preferred. - GitHub releases have both tags and titles. The title does not matter in the context of the Pak Store but you should have it match the tag and pak.json version.
- The tag should be in the format
- Make sure the file name of the release artifact matches what is in
pak.json. - Once all of these steps are
complete, submit your pak using our issue form.
You'll need to provide:
- Your pak's display name (how it will appear in the store)
- Your GitHub repository URL
- The categories your pak belongs to
- Someone will review your submission, may request changes, and then publish it.
{
"name": "Pak Store",
"version": "v3.0.0",
"type": "TOOL",
"description": "A Pak Store in this economy?!",
"author": "The NextUI Community",
"repo_url": "https://github.com/LoveRetro/nextui-pak-store",
"release_filename": "Pak.Store.pak.zip",
"changelog": {
"v1.0.0": "Upgraded the UI to use gabagool, my NextUI Pak UI Library!"
},
"screenshots": [
".github/resources/screenshots/main_menu.jpg",
".github/resources/screenshots/browse.jpg",
".github/resources/screenshots/ports.jpg",
".github/resources/screenshots/portmaster_1.jpg",
".github/resources/screenshots/portmaster_2.jpg",
".github/resources/screenshots/updates.jpg"
],
"platforms": [
"tg5040",
"tg5050"
]
}Pak Store exists because of the incredible NextUI community.
Your creativity, passion, and dedication to building amazing paks is what makes this platform special.
Every emulator, tool, and enhancement you create brings joy to our retro doo-dads!
Thank you for sharing your talents and making NextUI better for everyone! ❤️
