bananastudio-Ultrachallenge icon

Ultrachallenge

Allows you to set challenges for yourself in ULTRAKILL.

Last updated 3 days ago
Total downloads 508
Total rating 0 
Categories Mods Tools
Dependency string bananastudio-Ultrachallenge-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
EternalsTeam-PluginConfigurator-1.10.0 icon
EternalsTeam-PluginConfigurator

Used to configure plugins easily in Ultrakill

Preferred version: 1.10.0

README

UltraChallenge - README

What Does It Do?

UltraChallenge allows you to create and customize any challenge in ULTRAKILL. It is extremely flexible and provides deep customization options to modify gameplay in unique ways.

What does it have?

Currently it has Linkables (allowing you to link 2 things together) And things that happen on action.

Explanation of some complex stuff

Complex Math Explanation

Certain actions in UltraChallenge support mathematical expressions for dynamic value adjustments. Below are the supported operations:

Variables:

  • x → Represents the value that is already assigned.

Supported Operators:

  • + (Addition)
  • - (Subtraction)
  • * (Multiplication)
  • / (Division)
  • ^ (Exponentiation)

Supported Functions:

  • sqrt(num) → Returns the square root of num.
  • log(num) → Returns the natural logarithm of num.
  • sin(num) → Returns the sine of num (radians).
  • cos(num) → Returns the cosine of num (radians).
  • tan(num) → Returns the tangent of num (radians).
  • rand(num) → Returns a random number between 0 and num.

Object Name Pattern Matching

UltraChallenge allows pattern-based name matching for detecting game objects upon touch. It uses a flexible matching system that supports specific rules:

Pattern Syntax:

  • ^ → Separates different parts of the pattern.
  • `%..." → Has to end with
  • ...% → Has to start with
  • %...% → Has to contain
  • "%%" → Anything

DISCLAIMER

You cant submit any scores when using this mod.