Skip to content

AnzoDK/uranium-shellpatch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pokémon Uranium Shellpatcher

An alternative option to the Neoncube patcher that fails to work on non-Windows operating systems.

Now Compatible with Uranium-MKXP-Z!

Since it's partially shell script, you should make sure to give it executable permissions. If you are unable to launch it, it's probably because you haven't done this yet.

To download the script and make it executable, open a Terminal window and type (or copy/paste):

This Project is a fork!!

Full credit for the idea, pythonscript and most of the shellscript goes to ssmocha, also known as goaaats

The original can be found here (https://github.com/ssmocha/uranium-shellpatch)

Requirements

pip, python-future, requests, tqdm, and Unrar. For macOS and Ubuntu, these can be installed for you. For other linux distributions you may have to install pip with your own package manager.

  • For macOS
cd ~/Downloads
curl https://raw.githubusercontent.com/AnzoDK/uranium-shellpatch/master/patcher-start.sh > patcher.command
sudo chmod a+x patcher.command
  • For Linux
cd ~/Downloads
# if you have curl
curl https://raw.githubusercontent.com/AnzoDK/uranium-shellpatch/master/patcher-start.sh > patcher.sh
# if you have wget
wget -O ./patcher.sh https://raw.githubusercontent.com/AnzoDK/uranium-shellpatch/master/patcher-start.sh
sudo chmod a+x patcher.sh

The file should then be in your Downloads folder, ready for you to place wherever you like (as long as you only like it in the same folder as your game).

Note: for at least Ubuntu, you may have to run the script from the terminal using:

bash ./patcher.sh

About

CLI Pokemon Uranium patcher thing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.2%
  • Shell 33.8%