All Projects → aboood40091 → Miyamoto

aboood40091 / Miyamoto

Licence: GPL-3.0 license
A supercharged fork of the modern day level editor.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Miyamoto

byml-v2
Nintendo BYML or BYAML parser, writer and converter. Fully supports Breath of the Wild and Super Mario Odyssey files.
Stars: ✭ 23 (-65.67%)
Mutual labels:  nintendo, nintendo-switch, nintendo-wii-u
sarc
Nintendo SARC archive reader and writer
Stars: ✭ 16 (-76.12%)
Mutual labels:  nintendo, nintendo-switch, nintendo-wii-u
SARC-Tool
Tool for extracting and packing SARC files present in Nintendo EAD games.
Stars: ✭ 60 (-10.45%)
Mutual labels:  nintendo, nintendo-switch, nintendo-wii-u
Expo-Super-Mario-World
Native Super Mario World in Expo
Stars: ✭ 24 (-64.18%)
Mutual labels:  mario, nintendo
Sunriseos
Horizon/NX kernel reimplementation
Stars: ✭ 157 (+134.33%)
Mutual labels:  nintendo, nintendo-switch
Nstool
General purpose read/extract tool for Nintendo Switch file formats.
Stars: ✭ 159 (+137.31%)
Mutual labels:  nintendo, nintendo-switch
Nintendeals
Library with a set of tools for scraping information about Nintendo games and its prices across all regions (NA, EU and JP).
Stars: ✭ 94 (+40.3%)
Mutual labels:  nintendo, nintendo-switch
smaghetti
A web based level editor for Super Mario Advance 4, the GBA port of Super Mario Bros 3
Stars: ✭ 31 (-53.73%)
Mutual labels:  mario, level-editor
MARIOFont
The Mario fonts you usually see in Mario games
Stars: ✭ 56 (-16.42%)
Mutual labels:  mario, nintendo
Universal-Manager
Multimedia tool for Nintendo DSi, Nintendo 3DS and Nintendo Switch.
Stars: ✭ 26 (-61.19%)
Mutual labels:  nintendo, nintendo-switch
Switch-Screenshots
Script to organize Nintendo Switch screenshots by directory instead of date.
Stars: ✭ 50 (-25.37%)
Mutual labels:  nintendo, nintendo-switch
Ghidra Switch Loader
Nintendo Switch loader for Ghidra
Stars: ✭ 146 (+117.91%)
Mutual labels:  nintendo, nintendo-switch
Vba Next Switch
Libretro VBA-Next port for Switch. **Don't use this, see readme!**
Stars: ✭ 110 (+64.18%)
Mutual labels:  nintendo, nintendo-switch
Sdsetup
The Ninite for your Nintendo Switch.
Stars: ✭ 234 (+249.25%)
Mutual labels:  nintendo, nintendo-switch
Ns Usbloader Mobile
Android Tinfoil/Awoo/GoldLeaf files uploader
Stars: ✭ 109 (+62.69%)
Mutual labels:  nintendo, nintendo-switch
MushROMs
Super Nintendo game editing libraries and tools
Stars: ✭ 24 (-64.18%)
Mutual labels:  mario, nintendo
objmap
Breath of the Wild object map
Stars: ✭ 61 (-8.96%)
Mutual labels:  nintendo-switch, nintendo-wii-u
switch-cmake
CMake toolchain for Nintendo Switch homebrew development
Stars: ✭ 38 (-43.28%)
Mutual labels:  nintendo, nintendo-switch
Sys Clk Editor
Editor for your sys-clk configuration!
Stars: ✭ 89 (+32.84%)
Mutual labels:  nintendo, nintendo-switch
Pimiibo
A tool to create your own amiibo!
Stars: ✭ 92 (+37.31%)
Mutual labels:  nintendo, nintendo-switch

Miyamoto!

The New Super Mario Bros. U / New Super Luigi U Editor

A level editor for NSMBU and NSLU by AboodXD and Gota7, based on Reggie! Next by RoadrunnerWMC, which is based on Reggie by Treeki, Tempus et al. Uses Python 3, PyQt5, SarcLib and libyaz0.


Discord: https://discord.gg/AvFEHpp
GitHub: https://github.com/aboood40091/Miyamoto


Credits

Reggie! & Reggie! Next

  • Treeki & Tempus -- Creators of Reggie!
  • RoadrunnerWMC -- Creator of Reggie! Next
  • Grop, Hiccup, Kinnay, MrRean and RoadrunnerWMC -- Reggie! Next NSMBU

Miyamoto

  • AboodXD -- Lead Coder, Icons & Graphics, Sprite Images & Coding
  • Gota7 -- Founder, Icons
  • John10v10 -- Quick Paint Tool
  • mrbengtsson -- Sprite Images & Coding

Level and Tileset Data Reverse-engineering

  • AboodXD
  • Kinnay

Spritedata Reverse-engineering

  • AboodXD
  • mrbengtsson
  • Kinnay
  • Grop

Others

  • Gota7 -- Spritedata, Testing on Linux
  • Gregory Haskins -- Gibberish
  • Hiccup -- Spritedata, Sprite Categories
  • libtxc_dxtn -- Original DXT5 (De)compressor in C
  • Meorge -- Testing on macOS
  • NVIDIA -- NVCOMPRESS
  • reece stone -- Spritedata
  • RoadrunnerWMC -- Stamps offset fixes
  • Toms -- Spritedata, Testing on macOS
  • Wexos -- Original BC3 Compressor in C#
  • Wiimm -- WSZST

Building

Please note that when building Miyamoto, you have to remove any instances of Cython usage in both Miyamoto and libyaz0. (pyximport)
Alternatively, you can build the .pyx files and then remove any instances of pyximport in the code.


How To Use

STEP 1:

Download the source code from here:
https://github.com/aboood40091/Miyamoto

Or using git with the following command:
git clone --single-branch https://github.com/aboood40091/Miyamoto.git

STEP 2:

Install the latest version of Python 3 (make sure you install pip and, on Windows, select the option to add Python to PATH):
https://www.python.org/downloads/

STEP 3:

Open Command Prompt or PowerShell (Windows) or Terminal (Linux or Mac OSX) and type the following: (If you are on Linux or Mac OSX, replace py -3 with python3)
py -3 -m pip install PyQt5
py -3 -m pip install Cython
py -3 -m pip install libyaz0
py -3 -m pip install SarcLib

STEP 4: (Skip to 4.5 for Windows)

Make sure you have a compatible C compiler with Cython. For Linux and Mac OSX, you want "GCC".
GCC is usually preinstalled on Linux, but if you don't have it, the command sudo apt-get install build-essential will fetch everything you need.
On Mac OSX, you can retrieve gcc by installing Apple’s XCode through running the command xcode-select --install.

STEP 4.5 (C compiler for Windows):

Download the Microsoft Build Tools 2015 installer:
http://download.microsoft.com/download/5/F/7/5F7ACAEB-8363-451F-9425-68A90F98B238/visualcppbuildtools_full.exe

STEP 5:

You need the filesystem for New Super Mario Bros. U. You can get it by dumping the game using ddd: https://gbatemp.net/threads/ddd-wiiu-title-dumper.418492/

Finally, open Command Prompt or PowerShell (Windows) or Terminal (Linux or Mac OSX) and type the following: (If you are on Linux or Mac OSX, replace py -3 with python3)
py -3 miyamoto.py
You can replace miyamoto.py with the path to miyamoto.py (including "miyamoto.py" at the end)

It should ask you to choose a folder. Choose the course_res_pack folder, or where you've stored the levels (1-1.szs, at least).

Enjoy.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].