mirror of
https://codeberg.org/vlw/labylib-animated-cape.git
synced 2025-09-13 16:23:40 +02:00
Update README
Changed some wording and removed a few unnecessary instructions (already provided in the CLI guide)
This commit is contained in:
parent
a24e3da4ef
commit
28bf9029ad
1 changed files with 8 additions and 16 deletions
24
README.md
24
README.md
|
@ -1,21 +1,16 @@
|
||||||
# Labylib - Animated Textures
|
# Labylib - Animated Cape
|
||||||
Animated textures for Labymod.
|
Add GIF-like animations to your LabyMod cape. This script sequentially updates your cape with PNGs from a folder.
|
||||||
|
|
||||||
This is a sample program for VictorWesterlund/labylib
|
|
||||||
|
|
||||||
[Supported Labymod cosmetics](https://github.com/VictorWesterlund/labylib#supported-cosmetics) more coming soon!
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
1. Download and install [Python 3.x.x](https://www.python.org/downloads/) for your computer's architecture
|
1. Download and install [Python 3](https://www.python.org/downloads/) for your computer's architecture
|
||||||
2. Clone this repo to your machine, or [download a zip](/VictorWesterlund/labylib-animated-textures/archive/master.zip) if you don't speak git
|
2. Clone this repo, or [download it as a zip](/VictorWesterlund/labylib-animated-textures/archive/master.zip)
|
||||||
```bash
|
```bash
|
||||||
$ git clone https://github.com/VictorWesterlund/labylib-animated-textures/
|
$ git clone https://github.com/VictorWesterlund/labylib-animated-textures/
|
||||||
$ gh repo clone VictorWesterlund/labylib-animated-textures
|
$ gh repo clone VictorWesterlund/labylib-animated-textures
|
||||||
```
|
```
|
||||||
3. Extract/copy the `labylib` folder into your project (or make it a dependancy)
|
|
||||||
|
|
||||||
## Quickstart
|
## Quickstart
|
||||||
1. Upload textures to the texture folder(s) found in `~/animated-textures/<cosmetic>`.
|
1. Add textures to the `~/animated-textures/` folder.
|
||||||
```
|
```
|
||||||
~/animated-textures/cape/coolCape-1.png
|
~/animated-textures/cape/coolCape-1.png
|
||||||
~/animated-textures/cape/coolCape-2.png
|
~/animated-textures/cape/coolCape-2.png
|
||||||
|
@ -26,9 +21,6 @@ $ gh repo clone VictorWesterlund/labylib-animated-textures
|
||||||
```bash
|
```bash
|
||||||
$ python3 start.py
|
$ python3 start.py
|
||||||
```
|
```
|
||||||
3. The program will ask you if you want to start a guided setup (first time). Type `y` and/or press <kbd>⏎ Enter/Return</kbd>
|
3. Follow the CLI step-by-step guide
|
||||||
4. You are now asked to provide a `PHPSESSID`; This is the core-functionality of labylib. [Here's how you locate your `PHPSESSID`](https://github.com/VictorWesterlund/labylib#find-your-phpsessid-cookie). Once you've located your `PHPSESSID`-cookie. Paste it and press <kbd>⏎ Enter/Return</kbd>
|
|
||||||
5. Type `n` and/or press <kbd>⏎ Enter/Return</kbd> to skip advanced configuration.
|
__The script will ask you for a `PHPSESSID`, [here's what it is and how to find it](https://github.com/VictorWesterlund/labylib/wiki/Find-your-PHPSESSID)__
|
||||||
6. That should be it! Type `y` and/or press <kbd>⏎ Enter/Return</kbd> to start
|
|
||||||
...
|
|
||||||
7. To exit the program, Type `stop` and/or press <kbd>⏎ Enter/Return</kbd> (<kbd>Ctrl</kbd>+<kbd>C</kbd> a few times to force quit; still in pre-release after all)
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue