Modifies an existing NTWK file for Metroid Prime 2: Echoes and changing the color of the HUD.
Project description
mp2hudcolor
Sets a user-defined HUD color for Metroid Prime 2: Echoes. Values are stored as R/G/B where values are 0.0 to 1.0.
Build instructions all are written for Linux, but should adapt fine for Windows.
Cython Package
Usage
> pip install mp2hudcolor
> python
>>> import mp2hudcolor
>>> mp2hudcolor.mp2hudcolor_c("Standard.ntwk", "Standard-out.ntwk", 1.0, 0.5, 0.25) # (input, output, red, green, blue)
Build (Cython Package)
tools/venv.sh
tools/build-cython.sh
Standalone
Usage
# mp2hudcolor <input> <output> <red> <green> <blue>
mp2hudcolor Standard.ntwk Standard-out.ntwk 1.0 0.5 0.25
Build
tools/build-standalone.sh
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mp2hudcolor-1.0.4.tar.gz
(5.6 kB
view hashes)
Built Distribution
Close
Hashes for mp2hudcolor-1.0.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c36bd73eb9eaa1e2e2dea6657356a912bee077ceefd67942301cea38c97407e |
|
MD5 | f8f263f58ece3f8496183a0c491b85b8 |
|
BLAKE2b-256 | 9eb7dfc7514dfd5d3092bbcaedf3fa8d0a6b053d590b10d2387a8cbb50e87690 |