Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 966 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 966 Bytes

KamiAutoSkidder

An automatic KAMI/kamiblue skidder written in Kotlin using ASM.

Images

Program in action An example skidded client

How to use

See the example folder for an example of how to use it

Options

  • input: name of KAMI/kamiblue jar
  • output: name of the jar to output
  • name: name of the skidded mod
  • version: version of the skidded mod
  • appid: discord rich presence app id (use "kami" for the name of the large image)
  • chat-append: dictionary of chat appends to rename

Replacing assets

To replace assets in the input jar, make a folder named "assets" in the same directory as the autoskidder jar, in this folder you can place images with the same name as ones in the kami jar and they will be replaced. See the example folder for examples