thisisignitedoreo / tcbpp

TCB++ - remade TCB by TobyAdd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning

This project is no longer maintained. If you encounter any bugs - i will not fix it. If you want "okay, i guess" clickbot check out RE clickbot, on which I actively work. (Note: it's CLI only, no fancy-shmancy GUI's and stuff)

If you want you can still use this one, but it may be buggy. Enjoy, if you will. )/

logo

tcb++

Supported macro types: DashReplay, maxnut's MacroBot, ReplayBot, TasBot, EchoBot (player 1 only), Plain Text (frames)

Also, there are console version (with arguments and stuff, for automating purposes)

Quickstart

$ pip install -r requirements.txt
$ python main.py

OR

Download tcb++.exe from release (DUH)

Clickpack folder structure

[clickpack name]
| 
+ softclicks (optional)
| |
| + 1.wav
| + 2.wav
| + 3.wav
+ hardclicks (optional)
| |
| + 1.wav
| + 2.wav
| + 3.wav
+ p1
| |
| + holds
| | |
| | + 1.wav
| | + 2.wav
| | + 3.wav
| + releases
|   |
|   + 1.wav
|   + 2.wav
|   + 3.wav
+ p2 (optional)
  |
  + holds
  | |
  | + 1.wav
  | + 2.wav
  | + 3.wav
  + releases
    |
    + 1.wav
    + 2.wav
    + 3.wav

Example in clickpacks folder

Gallery

sc1

Links

TobyAdd's Discord

tcb++ Discord

About

TCB++ - remade TCB by TobyAdd

License:GNU General Public License v3.0


Languages

Language:Python 99.9%Language:Batchfile 0.1%