mirror of
https://codeberg.org/vlw/labylib-animated-cape.git
synced 2025-11-05 04:22:42 +01:00
GIF-like animation of LabyMod capes
|
|
||
|---|---|---|
| animated-textures | ||
| labylib@a8db13cbf6 | ||
| .gitignore | ||
| .gitmodules | ||
| LICENSE | ||
| README.md | ||
| start.py | ||
Labylib - Animated Textures
Animated textures for Labymod.
This is a sample program for VictorWesterlund/labylib
Supported Labymod cosmetics more coming soon!
Installation
- Download and install Python 3.x.x for your computer's architecture
- Clone this repo to your machine, or download a zip if you don't speak git
$ git clone https://github.com/VictorWesterlund/labylib-animated-textures/
$ gh repo clone VictorWesterlund/labylib-animated-textures
- Extract/copy the
labylibfolder into your project (or make it a dependancy)
Quickstart
- Upload textures to the texture folder(s) found in
~/animated-textures/<cosmetic>.
~/animated-textures/cape/coolCape-1.png
~/animated-textures/cape/coolCape-2.png
~/animated-textures/cape/coolCape-3.png
...
- Run
start.pyfrom a Python 3.x.x CLI
$ python3 start.py
- The program will ask you if you want to start a guided setup (first time). Type
yand/or press ⏎ Enter/Return - You are now asked to provide a
PHPSESSID; This is the core-functionality of labylib. Here's how you locate yourPHPSESSID. Once you've located yourPHPSESSID-cookie. Paste it and press ⏎ Enter/Return - Type
nand/or press ⏎ Enter/Return to skip advanced configuration. - That should be it! Type
yand/or press ⏎ Enter/Return to start ... - To exit the program, Type
stopand/or press ⏎ Enter/Return (Ctrl+C a few times to force quit; still in pre-release after all)