
Ultrachallenge
Allows you to set challenges for yourself in ULTRAKILL.Details
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 ofnum
.log(num)
→ Returns the natural logarithm ofnum
.sin(num)
→ Returns the sine ofnum
(radians).cos(num)
→ Returns the cosine ofnum
(radians).tan(num)
→ Returns the tangent ofnum
(radians).rand(num)
→ Returns a random number between0
andnum
.
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.