Skip to content

UncleJunVIP/nextui-pak-store

Repository files navigation

Mortar wordmark

GitHub License GitHub Release GitHub Repo stars GitHub Downloads (specific asset, all releases)


How do I setup Pak Store?

  1. Own a TrimUI Brick or Smart Pro and have a SD Card with NextUI configured.
  2. Connect your device to a Wi-Fi network.
  3. Download the latest Pak Store release from this repo.
  4. Unzip the release download.
    • If the unzipped folder name is Pak.Store.pak please rename it to Pak Store.pak.
  5. Copy the entire Pak Store.pak folder to SD_ROOT/Tools/tg5040.
  6. Reinsert your SD Card into your device.
  7. Launch Pak Store from the Tools menu and enjoy all the amazing Paks made by the community!

I want my Pak in Pak Store!

Awesome! To get added to Pak Store you have to complete the following steps:

  1. Create a pak.json file at the root of your repo. An example can be seen below.
  2. Make sure your release is tagged properly and matches the version number in pak.json.
  3. Make sure the file name of the release artifact matches what is in pak.json.
  4. Once all of these steps are complete, please file an issue with a link to your repo.

Sample pak.json

{
  "name": "Pak Store",
  "version": "v1.0.1",
  "type": "TOOL | EMU",
  "description": "A Pak Store in this economy?!",
  "author": "K-Wall",
  "repo_url": "https://github.com/UncleJunVIP/nextui-pak-store",
  "release_filename": "Pak.Store.pak.zip",
  "changelog": {
    "v1.0.0": "Upgraded the UI to use gabagool, my NextUI Pak UI Library!"
  },
  "update_ignore": [
    "path/of/file/to/ignore"
  ],
  "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",
    ".github/resources/screenshots/mortar_1.jpg",
    ".github/resources/screenshots/mortar_2.jpg",
    ".github/resources/screenshots/mortar_3.jpg"
  ],
  "platforms": [
    "tg5040"
  ]
}

Enjoy! ✌🏻