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.3.tar.gz
(5.5 kB
view hashes)
Built Distribution
Close
Hashes for mp2hudcolor-1.0.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb9092fca9d4973bd2c084f39476d7fc44f30489e44e6fadb14a90394c2618f9 |
|
MD5 | c45be01303e096547906387f0743915d |
|
BLAKE2b-256 | 7f3ec113f11166c66564cf664c1270a3b3aea07271fb6cc1e2a14038a893fd4d |