GIF-like animation of LabyMod capes
Find a file
Victor Westerlund a24e3da4ef
Update README.md
Added some useful information. README is still in early draft, but it's something.
2020-11-15 16:42:10 +01:00
animated-textures Pre-Release 0.1.0 2020-11-15 16:10:45 +01:00
labylib@a8db13cbf6 Pre-Release 0.1.0 2020-11-15 16:10:45 +01:00
.gitignore Pre-Release 0.1.0 2020-11-15 16:10:45 +01:00
.gitmodules Pre-Release 0.1.0 2020-11-15 16:10:45 +01:00
LICENSE Initial commit 2020-11-15 15:38:35 +01:00
README.md Update README.md 2020-11-15 16:42:10 +01:00
start.py Pre-Release 0.1.0 2020-11-15 16:10:45 +01:00

Labylib - Animated Textures

Animated textures for Labymod.

This is a sample program for VictorWesterlund/labylib

Supported Labymod cosmetics more coming soon!

Installation

  1. Download and install Python 3.x.x for your computer's architecture
  2. 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
  1. Extract/copy the labylib folder into your project (or make it a dependancy)

Quickstart

  1. 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
...
  1. Run start.py from a Python 3.x.x CLI
$ python3 start.py
  1. The program will ask you if you want to start a guided setup (first time). Type y and/or press ⏎ Enter/Return
  2. You are now asked to provide a PHPSESSID; This is the core-functionality of labylib. Here's how you locate your PHPSESSID. Once you've located your PHPSESSID-cookie. Paste it and press ⏎ Enter/Return
  3. Type n and/or press ⏎ Enter/Return to skip advanced configuration.
  4. That should be it! Type y and/or press ⏎ Enter/Return to start ...
  5. To exit the program, Type stop and/or press ⏎ Enter/Return (Ctrl+C a few times to force quit; still in pre-release after all)