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.5.tar.gz
(5.8 kB
view hashes)
Built Distribution
Close
Hashes for mp2hudcolor-1.0.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57edc98d87c0c05858bda5ddae89e9072c60d4d3a5f5c272f8d885528abaf4e0 |
|
MD5 | a2c8dea6c147e4bb4aa37755ca90c061 |
|
BLAKE2b-256 | a5b49c0ebb7bee2f4a96bc82a9c71f295f06d3dc104cfa79afabb3c172c7b037 |