Skip to content

JackSnacksOnBigMacs/Pyamoto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,131 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyamoto

The New Super Mario Bros. U level editor

Pyamoto is an advanced fork of the original Miyamoto editor with the purpose of improving functionality and usability.

Installation

Download the latest release from the releases page.

Usage

Follow the guide on the wiki.

Running from Source

Prerequisites: Python 3 (Windows: check "Add Python to PATH" during install), Git.

git clone https://github.com/Zenith-Team/Pyamoto
cd Pyamoto
bash setup_venv.sh
.venv/bin/python3 pyamoto.py   # macOS/Linux
# or on Windows:
# .venv\Scripts\python pyamoto.py

Building from Source

Install the extra build dependencies, then run the release script:

.venv/bin/pip install "cx_Freeze==8.4.1" "dmgbuild==1.6.5"  # macOS; omit dmgbuild on Windows/Linux
bash build_release.sh          # uses the version in project.json
bash build_release.sh 1.1      # override the version
  • macOS — produces Pyamoto-v<version>-macOS-universal.dmg in the repo root.
  • Windows / Linux — produces distrib/miyamoto_v<version>/ ready to zip.

About

New Super Mario Bros. U level editor (Extended fork)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 99.7%
  • Other 0.3%