Skip to content

AAA1exa8/LoveBundler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoveBundler

LoveBundler is CLI version of bundler tool from Love Potion.

Installation

First install MSYS2 if you are on Windows (skip this step if on Linux) then follow the instructions below:

Installing devKitPro development toolkits

GUI aproach

For a easier aproach if on Windows, use the GUI tool and select 3DS Development, Wii Development and Switch Development during the compoment setup which will get most of the utilites installed, then launch MSYS2 and run this command to get wut-tools installed:

sudo (dkp-)pacman -S wut-tools

CLI aproach (traditional method)

To get devKitPro's pacman repositories refer to the devkitPro wiki.

Then after installing the devKitPro repositories run these commands on MSYS2:

sudo (dkp-)pacman -Syu && sudo (dkp-)pacman -S switch-dev 3ds-dev wiiu-dev wut-tools

Usage

Description:
  LoveBundler, CLI version of bundler for LovePotion

Usage:
  LoveBundler [command] [options]

Options:
  --version       Show version information
  -?, -h, --help  Show help and usage information

Commands:
  convert       Convert media files to format usable on console
  bundle <dir>  Bundle the game for the specified console

Conversion:

Description:
  Convert media files to format usable on console

Usage:
  LoveBundler convert [options]

Options:
  --files <files>  Files to convert
  --dir <dir>      Convert all media files in directory
  -?, -h, --help   Show help and usage information

About

CLI version of the LovePotion bundler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages