Skip to content

Gen 6 CTRPluginFramework is a 3gx plugin for Pokemon X, Y, Omega Ruby, and Alpha Sapphire on the Nintendo 3DS console.

License

Notifications You must be signed in to change notification settings

biometrix76/Gen6CTRPluginFramework

Repository files navigation

Gen 6 CTRPluginFramework

Gen 6 CTRPluginFramework is a 3gx plugin for Pokemon X, Y, Omega Ruby, and Alpha Sapphire on the Nintendo 3DS console. This plugin is based off of Alolan CTRPluginFramework, with PKHeX implementations in an updated .3gx file format.

Top Bottom

Installing

  1. Make sure to update to the latest Luma
  2. Download the latest release
  3. Extract the .zip containing the luma folder to the root of the SD card and replace existing folders. Make sure Gen6CTRPluginFramework.3gx is the only .3gx file

Building

  1. Requires devkitPro
  2. Navigate to C:/devkitPro/msys2 and run msys2_shell.bat
  3. Copy and paste the following command and press enter
if ! grep -Fxq "[thepixellizeross-lib]" /etc/pacman.conf; then echo -e "\n[thepixellizeross-lib]\nServer = https://thepixellizeross.gitlab.io/packages/any\nSigLevel = Optional" | tee -a /etc/pacman.conf > /dev/null; fi; if ! grep -Fxq "[thepixellizeross-win]" /etc/pacman.conf; then echo -e "\n[thepixellizeross-win]\nServer = https://thepixellizeross.gitlab.io/packages/x86_64/win\nSigLevel = Optional" | tee -a /etc/pacman.conf > /dev/null; fi
  1. Run pacman -Sy and verify it mentions the ThePixellizerOSS databases
  2. Run Release.bat in the plugin directory

Credits

Thanks to the following projects, teams, and individuals for being great resources:

About

Gen 6 CTRPluginFramework is a 3gx plugin for Pokemon X, Y, Omega Ruby, and Alpha Sapphire on the Nintendo 3DS console.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages