https://github.com/lineargraph/skyhanniflags
https://github.com/lineargraph/skyhanniflags
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lineargraph/skyhanniflags
- Owner: lineargraph
- Created: 2024-01-27T11:25:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-23T12:17:22.000Z (almost 2 years ago)
- Last Synced: 2025-12-07T16:38:57.790Z (6 months ago)
- Language: GLSL
- Size: 132 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Skyhanni Pride Flags

Be proud of who you are!
- German
- Persian
- Romanian
- Bisexual
- Transsexual
Simply install this texture pack and have skyhanni installed and your chroma will be replaced with our custom colors.
By default this uses the bisexual flag, but you can change it by running the accompanying python script:
```
python assets/skyhanni/shaders/edit-flag.py germany.txt
```
Then just reload your texture packs in game and you are good to go. (Note that this only works if you unpacked your texture pack, and you need to have python installed)
Also skyhanni might not have my pr yet that allows you to reload shaders, so you might need to restart for your change to work.
## Script directives
How to make your own flags:
`#abcdef` adds a new color. `#RRGGBB` hex color code.
`interpolation=` sets the interpolation level. 0 is linear, everything else is exponential. use something like 10000 for flat bands, or 20 if you want somewhat nice looking results.
`maxsaturation` maxes out the saturation of all colors automatically.