Skip to content

lotok14/LTKConfiguration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LTK Configuration

This is an Ultimate Chicken Horse mod that adds a bunch of ways to customise how some parts of the game work.

Warning

This has only been tested in local play, It probably does not work online.

Table Of Contents

Setup Guide

  1. Ensure bepinex is downloaded first
  2. Head over to the latest release and download LTKConfiguration.zip

Tip

You can also download LTKConfiguration.cfg to use the recommended config. The automatically generated one doesn't change anything by default.

  1. Unpack the zip file. You should have something like this:
  • LTKConfiguration
    • Assets
      • [...]
    • LTKConfiguration.dll
  1. Drag the LTKConfiguration folder with its contents into ultimate chicken horse/BepInEx/Plugins
  2. Run the game once and then close it
  3. Open ultimate chicken horse/BepInEx/config/LTK.uch.LTKConfiguration.cfg and edit it to your preferences
  • if you've downloaded LTKConfiguration.cfg in step 2, you can just replace the file

Features

Beehive Points

Gives the player who finished with bees chasing them points

showcase

Bee Points Gif

config

name description default value
Beehive Points Enabled When set to true, gives you points whenever you finish while being chased by bees false
Beehive Points Amount Determines how many points you get for finishing with a hive (e.g. a trap point is 0.2) 0.4
Beehive Points Always Award Whether beehive points should always be awarded true

Collapsing Block Repair

Repairs the magnet platform a few seconds after it has collapsed

showcase

Repairing Platform Gif

config

name description default value
Repair When set to true, repairs the magnet block after a set amount of time false
Repair Delay Determines how many seconds before it gets repaired 7

Hockey Indicator

Adds an icon on the top left that shows when hockey shooters are going to shoot

showcase

Hockey Indicator

config

name description default value
Hockey Indicator Type shows when hockey shooter is about to fire. 0 - none, 1 - icon, 2 - line 0
Hockey Indicator Size size of the icon if Hockey Indicator Type is set to 1 1
Hockey Indicator Position position of the icon if Hockey Indicator Type is set to 1 {"x":120.0,"y":960.0}

Jetpack Fuel

Gives jetpacks a limited amount of fuel that they can use before the players lose them

showcase

Jetpack Fuel Gif

config

name description default value
Use fuel When set to true, players lose their jetpacks when they run out of fuel false
Fuel Amount Determines how many seconds a player can use their jetpack for 1

Stopwatch Custom Values

Allows for the user to customize the stopwatch a little more

showcase

Custom Stopwatch Gif

config

name description default value
Stopwatch speed the number that time gets multiplied by when a stopwatch is picked up 0.5
Stopwatch duration how many seconds the stopwatch lasts for 6
Always respawn When set to true, the stopwatch will respawn after the round false

Double Teleporter

Allows the user to make the portals always spawn in pairs

showcase

Teleporter png

config

name description default value
Double Teleporters Makes the teleporters always spawn in pairs false

Other

Changing the assets

It's described on the wiki here

Adding custom points

It's described on the wiki here

Credits