vinicioslc / NRO-Forwader-Batch-Converter

Create multiples .nro forwarders files from a json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NRO Batch forwader

This is a NodeJS Script that reads an .json with a list of games and generate forwaders for retroarch as .NRO to be installed Change the games_list.json file

Features

  • Dont compress the icon jpeg image (need be a 256x256 jpeg image and put at ./icons/ folder)
  • Create all forwarder without a single prompt (easy for regenerate)
  • Simple list of games at games_list.json file

Requirements

  • your ./keys.dat keyset file extracted from switch (check hbp/readme.md for more info)

Structure of games_list.json objects

name titleId (optional-generated) icon (name of icon inside ./icons/ folder) publisher nro_path (path to retroarch on switch)
RetroArch 01105d3e34002000 retroarch.jpg The Libretro Team switch/retroarch_switch.nro

About

Create multiples .nro forwarders files from a json

License:MIT License


Languages

Language:JavaScript 58.8%Language:Batchfile 41.2%