🗑️ Reset filters
#Kismet
#CustomActor
#HUD
Add new script(s)

HashTable

by Lunar Snail @ 2025-03-20 19:08:29 CET (470 views)

A new scripting data type.

Dynamic Instanced Static Mesh Component

by Lunar Snail @ 2025-11-18 17:06:11 CET (232 views)

An instanced static mesh component with utility functions for adding, removing, and updating instances at run-time, with constant instance IDs.

#Kismet
Flow Control for Kismet

by Lunar Snail @ 2025-09-10 11:03:17 CET (339 views)

A few nodes to make flow control easier within Kismet.

Mod Remix Template

by SuperInkLink @ 2025-08-31 23:58:44 CET (322 views)

Wanna remix songs from other mods? Now you can!

#Kismet
Has Modded Contract (Kismet)

by SuperInkLink @ 2025-08-28 16:00:21 CET (331 views)

Checks if you have a modded Snatcher Contract! (AKA: Checks for mod Death Wishes!)

#Kismet
Is Disguised/Has Name In Class (Kismet)

by SuperInkLink @ 2025-08-25 04:15:48 CET (358 views)

Used to check if the player is a certain class, is wearing the right outfit or flair, or if they have a certain string in their class. Used in Escape from Fort Clawvern!

Hat_AnimNotify_SendOnlinePartyCommand

by Shararamosh @ 2025-04-09 12:28:43 CET (479 views)

AnimNotify that sends Online Party Command when triggered.

Hat_AnimNotify_PawnPlayVoice

by Shararamosh @ 2025-04-09 12:08:12 CET (432 views)

AnimNotify that calls PlayVoice function if Owner is Hat_Pawn.

#Kismet
Save Config Value

by UnDrew @ 2025-01-20 10:25:11 CET (482 views)

A custom Kismet node for modifying GameMod configs!

#Kismet
#CustomActor
Text Actor with Kismet Node

by UnDrew @ 2024-12-28 14:26:05 CET (544 views)

A custom text actor that can be manipulated with a kismet node!

#Kismet
Smooth Interp To

by UnDrew @ 2024-12-28 13:43:56 CET (537 views)

A custom node that smoothly interpolates an actor to a destination!

#Kismet
Extended Act/Level Bit nodes

by UnDrew @ 2024-12-28 13:22:58 CET (547 views)

A few extra nodes for reading/deleting Act Bits and Level Bits!

#CustomActor
Cat_CollectibleCircle

by CatCube @ 2024-12-28 04:17:44 CET (485 views)

Actor that spawns collectibles in a perfect circle.

#HUD
Cat_HUDElement_ScreenText

by CatCube @ 2024-12-28 04:15:51 CET (532 views)

Hud element that draws the text inputted on screen in the same style as the race hud, using a string instead of a texture.

#Kismet
Hide Bone

by Ultra Boo @ 2024-12-28 03:30:55 CET (463 views)

Node that allows you to hide bones of a skeletal mesh, pawn, or player. Please note that any children of the bone being hid will also be affected.

AnimNotify - PlayCameraAnim

by Ultra Boo @ 2024-12-25 10:16:26 CET (512 views)

Use this animation notify to apply an animation to the player camera! Seamless cutscenes!

#Kismet
Enhanced Play Animation

by Ultra Boo @ 2024-12-25 10:08:55 CET (563 views)

Custom Play Animation that works with the player!

Dictionary Tools for Online Party Commands

by SamiSha @ 2024-12-07 22:30:03 CET (554 views)

Makes handling Recieved Online Party Commands super easy.

#Kismet
A Few Math Kismet Nodes!

by Werti @ 2024-12-04 23:21:42 CET (532 views)

Set of scripts that facilitate vector math in kismet!

#Kismet
Change Temperature

by UnDrew @ 2024-11-18 16:04:06 CET (553 views)

A custom Kismet node that can change the world temperature at runtime.

#CustomActor
Frog_PlatformDisappear_FixedRestart

by Dr. Treefrog @ 2024-11-12 00:03:57 CET (619 views)

Version of Hat_PlatformDisappear that properly retains its DisappearDelay and DisappearDuration properties when reappearing.

#Kismet
Matinee Replacement Script

by UnDrew @ 2024-01-12 14:50:27 CET (712 views)

A simple script that allows you to replace a Matinee's data, and its groups.

#Kismet
Toggle Hidden Rope

by UnDrew @ 2024-11-01 08:28:01 CET (579 views)

A custom Kismet node that toggles the visibility of Hat_Rope actors.

Dictionary Tools for Online Party

by SamiSha @ 2024-08-03 08:41:00 CET (626 views)

A static file that helps you read passed commands really easily.

Shara_SteamID_Tools

by Shararamosh @ 2022-05-18 13:31:09 CET (1050 views)

A set of functions for dealing with players' Steam IDs, indexes and Controllers.

Shara_SkinColors_Tools

by Shararamosh @ 2021-11-01 12:30:08 CET (1536 views)

A set of function to deal with colors and other related stuff I've been using and extending for over 3 years.

#HUD
Hat_Math Graph Previewer

by UnDrew @ 2024-03-09 06:20:50 CET (712 views)

Simple HUD whose sole purpose is to preview the output of some of the game's math functions on a graph - with the ability to tweak the parameters.

#Kismet
Modify Component Vectors (Kismet)

by SuperInkLink @ 2024-02-03 15:26:25 CET (745 views)

Allows you to modify the translation, rotation, scale, and scale3D values of a component of an actor.

#Kismet
Find Closest Actor (Kismet)

by SuperInkLink @ 2024-01-11 18:19:18 CET (696 views)

Finds the closest actor to a reference actor, from a list of actors.

#Kismet
Has Config Value

by SuperInkLink @ 2024-01-06 15:51:44 CET (715 views)

Check whether or not you have the value desired of a config from any GameMod class. Simply grab the class name and value, and it'll work. Supports either matching the exact value, or equalling at least the desired value.

#Kismet
Get Players 1 and 2

by Lunar (Snail/Kid) @ 2024-01-05 19:11:56 CET (735 views)

Gets player 1 and 2 and applies them to an object variable.

Replacing AnimSequence in pre-existing AnimSet

by Shararamosh @ 2024-01-01 20:57:14 CET (651 views)

This GameMod script replaces existing AnimSequence from AnimSet with one of same name from another AnimSet (or adds it in case AnimSequence with this name does not exist in target AnimSet).

#Kismet
Enable Post Process

by Jlintgod @ 2023-05-10 04:08:19 CET (787 views)

A Kismet node for toggling post process effects, specifically MaterialEffects.

#Kismet
Can Take Damage (Kismet Conditional Node)

by SuperInkLink @ 2023-07-11 21:27:09 CET (814 views)

For all you people supplying Kismet damage, via touching some actor or whatnot, running a proper CanTakeDamage check will make sure you don't hurt the player unfairly, or kill them in the span of a second! Works well with using Modify Health as a damage dealer.

#Kismet
Kismet Tick

by SuperInkLink @ 2023-05-02 16:20:57 CET (812 views)

A tick node that can be activated in Kismet, and fires off output links with a delta time float connection to use.

Online Party self-syncing Expression Components

by Shararamosh @ 2022-05-18 15:15:34 CET (1072 views)

A set of scripts to make your own self-syncing ExpressionComponents with no need for OPE at all.

Color Selection By Name

by SamiSha @ 2023-03-23 13:39:49 CET (764 views)

A small script designed to pick colors, simply drop this and write the "enum" you want and it will return the RGB, good for testing and easy access.

#Kismet
Toggle Manor Mode

by SuperInkLink @ 2023-02-03 17:15:52 CET (789 views)

Toggles the limited moveset and animations from Vanessa's Manor.

#Kismet
#CustomActor
#HUD
Point and Interact Framework

by SamiSha @ 2023-01-22 16:56:16 CET (854 views)

A point and click framework by interacting via the HUD of the player with the world.

#HUD
mcu8_HUDElement_ProgressBar

by m_cube @ 2022-12-27 01:21:23 CET (917 views)

Progress Bar/Boss Bar HUD implementation

Sequence Condition Compare Classes

by SamiSha @ 2022-11-19 11:00:12 CET (817 views)

A Kismet node designed to check if they match this class OR a child of the class

#CustomActor
Custom Hub Death Wish Fixer

by supercoolsonic @ 2022-10-04 21:11:07 CET (824 views)

Makes it so mods with custom hubs set up will not allow you to return to them during a Death Wish.

#Kismet
Custom Death

by SamiSha @ 2022-07-07 14:30:48 CET (940 views)

A simple system designed to implement custom death via Kismet.

#Kismet
Has Peace and Tranquility for Contract

by SuperInkLink @ 2022-07-06 21:42:41 CET (845 views)

Check if a Death Wish is both active, and has Peace and Tranquility enabled, to do some unique Kismet events to make a DW easier. Remember to specify the DW class!

#Kismet
Change AnimTree Kismet node

by Crash @ 2022-06-15 23:40:58 CET (929 views)

Changes the animtree of a specified model to be your new animtree

Bon_AnimNotify_StatusEffect

by Bon The Angel @ 2022-05-11 00:12:27 CET (913 views)

Apply a status effect using a animation notify in a anim set!

#Kismet
#HUD
Better Subtitles

by SamiSha @ 2022-04-19 09:40:00 CET (1583 views)

An improved system from the Subtitles utilized in Nyakuza Metro!

#Kismet
#CustomActor
SS_Note_Dynamic

by SamiSha @ 2022-03-01 01:15:20 CET (968 views)

Removes the static rules and make it Dynamic

#Kismet
Cat_SeqAct_ResetDeathWish

by CatCube @ 2021-12-31 20:30:32 CET (947 views)

Reset a deathwish via kismet without the need of the deathwish map!

#HUD
CDLC Menu for Mods

by UnDrew @ 2021-12-19 20:16:47 CET (1058 views)

Two scripts that allow a mod to use the fancier CDLC menu instead of the default one!

#CustomActor
Pon Ring

by Lumitic / spop @ 2021-12-18 23:44:02 CET (1090 views)

A ring that gives a set amount of pons when touched. REQUIRES CONTENT PACKAGE! https://drive.google.com/file/d/1p-OCH-soK6TUAZPsIRCKnLvj-wXN4a01/view?usp=sharing PLEASE CREDIT IF USED!!!!

#Kismet
SS_SequenceAction_PlayVoice

by SamiSha @ 2021-12-05 01:38:23 CET (991 views)

Plays the player's voices from the Hat_Player class, works with playables too!

StreamMap GameMod class

by m_cube @ 2021-12-04 10:22:32 CET (1058 views)

Utility GameMod class to stream maps on top of vanilla maps.

#Kismet
Cat_SeqCond_HasSticker

by CatCube @ 2021-10-10 22:53:19 CET (942 views)

Check if the player has a sticker or not!

#Kismet
Cat_SeqAct_PlayDeathWish

by CatCube @ 2021-09-22 14:05:47 CET (1059 views)

Load a Deathwish like you would a map, without the need of the Deathwish map!

#CustomActor
Quality Time Deathwish: Made easy! (Template Classes)

by CatCube @ 2021-09-22 14:01:01 CET (1067 views)

Quality Time Deathwishes are hard to make without a lot of coding, but not anymore!

#Kismet
Cat_SeqAct_AddTimeToTimer

by CatCube @ 2021-09-11 15:33:17 CET (1012 views)

Add time to timer minimissions without the clock pickup!

#HUD
Inspect Items

by SamiSha @ 2021-09-07 01:58:39 CET (1567 views)

Inspect Items, with text implementation for custom text!

#Kismet
Cat_SeqAct_ReturnToSafeLocation

by CatCube @ 2021-09-03 23:30:50 CET (994 views)

Send the player back to their last safe location!

#Kismet
Ban_SeqAct_ChangeOutdoorWetness

by UnDrew @ 2021-07-17 04:27:32 CET (1011 views)

Kismet node that allows you to change the "Outdoor Wetness" value from the Map Info, during the level.

#Kismet
Cat_SeqCond_CinematicModeActive

by CatCube @ 2021-07-06 19:33:20 CET (1085 views)

Check if the player is in Cinematic Mode or is in a Conversation!

#Kismet
Cat_SeqCond_IsHUDOpen

by CatCube @ 2021-07-05 21:38:52 CET (1092 views)

Check if a Hud Element is open!

#Kismet
Cat_SeqCond_HasBadgeEquipped

by CatCube @ 2021-07-05 21:08:40 CET (1002 views)

Check if the player has a badge equipped!

#Kismet
Cat_SeqCond_IsPhys

by CatCube @ 2021-07-05 20:46:42 CET (1090 views)

Check what Phys any actor is via Kismet!

#Kismet
SS_SequenceAction_ToggleRain

by SamiSha @ 2021-06-30 15:00:40 CET (1064 views)
Toggle Rain!

#Kismet
Ban_SeqAct_DoFullLightEnvUpdate and Ban_SeqAct_NPCManagerUpdate

by UnDrew @ 2021-06-15 15:07:30 CET (1423 views)

Kismet Nodes that immediately update the lighting and tick optimization on an NPC or Enemy that has been teleported or unhidden

#Kismet
Death Wish Objective Kismet Node

by SuperInkLink @ 2021-05-29 23:17:43 CET (1580 views)

Trigger, complete, fail, or force unlock objectives for a Death Wish, using only Kismet!

#Kismet
Kismet: mcu8_SeqCond_IsGamePaused

by m_cu8 @ 2021-05-28 11:07:00 CET (1463 views)

Check if the game is paused

#Kismet
Online Party Commands for Kismet

by m_cu8 @ 2021-01-15 19:16:39 CET (1631 views)

Send and receive online party commands by using just Kismet!

#CustomActor
Custom Train Class Pack + Dweller Trains! (v0.2.1)

by m_cu8 and Starblaster64 @ 2020-11-04 18:32:04 CET (1736 views)

Just like the name says :)

#Kismet
mcu8_SeqAct_MusicParameterFloat

by m_cu8 @ 2020-09-28 15:47:08 CET (1510 views)

This kismet node allows you to set the float music parameter instead of the integer.

#CustomActor
Custom Hat Player NPC Classes (v1)

by m_cu8 @ 2020-09-05 12:35:27 CET (2393 views)

It allows us to set up startup expression and animation, custom skin and hat class, weapon visibility, and text above the head. Bow Kid and Hat Kid variants included! (it only doesn't support costumes for now)

#Kismet
mcu8_SeqAct_GetPlayerName

by m_cu8 @ 2020-08-15 22:42:39 CET (1446 views)

Kismet node for setting the Steam player name into a ConversationTree string variable!

#Kismet
mcu8_SeqAct_ToggleTick

by m_cu8 @ 2020-07-25 12:45:08 CET (1517 views)

Toggles actor Tick() function

#CustomActor
mcu8_NPC_Mobster_FallOffDocks (fixed alwaysloaded)

by m_cu8 @ 2020-07-25 12:39:29 CET (1639 views)

It makes Hat_NPC_Mobster_FallOffDocks OnInteraction event work even when hitting the mafia guy with a weapon

#CustomActor
SS_Hazard_Lavafall

by SamiSha @ 2020-07-19 11:38:21 CET (1475 views)

A working lava fall that behaves like an environmental hazard!

#HUD
Metro Style Location Name HUD Element (Plug and Play)

by Ultra Boo @ 2020-06-07 20:51:51 CET (2494 views)

Ever wanted to have those sick names that appear everytime that you enter a new location in the Nyakuza Metro? Now you can with this simple script!

#CustomActor
Freezing Fog

by SamiSha @ 2020-05-27 09:13:40 CET (2321 views)

Applies a freezing effect on the player, damaging them every 2 seconds.

#HUD
Generic HUD Element for Collectibles

by Ultra Boo @ 2020-05-05 14:18:05 CET (2492 views)

Adds a UI that tracks the amount of a set collectible.

#Kismet
SS_SequenceAction_PlayerCounting

by SamiSha @ 2020-04-19 07:41:10 CET (1706 views)

Plays counting sounds (including character specific), particle number and "Completed" output when reaching the limit, works with anything other than collectibles

#Kismet
sb64_SeqAct_SetCameraFilter

by Starblaster64 @ 2020-04-05 04:03:04 CET (2131 views)

Kismet SequenceAction to apply camera filters to target player(s).

#CustomActor
SS_PlatformDisappear_Extended

by SamiSha @ 2020-03-05 13:17:05 CET (2253 views)

Similar to the original Hat_PlatformDisappear, now with Sounds and Particles.

#Kismet
sb64_SeqAct_HurryUp

by Starblaster64 @ 2020-03-03 05:31:49 CET (2328 views)

Simple Kismet node to enable/disable the Rift Collapse post-process MaterialEffect outside of Death Wishes. Affects all local players.

#Kismet
SS_CompareRiftPons

by SamiSha @ 2020-03-02 16:07:21 CET (2121 views)

Kismet SquenceCondition that compares player's Rift Pons with a value.

#Kismet
#HUD
mcu8_SeqAct_ShowMessage

by m_cu8 @ 2020-03-02 15:32:46 CET (2276 views)

Display conversation box without ConversationTree mess! (you only need to create "template" ConversationTree to make it work)

#Kismet
mcu8_SeqAct_JoinOnlineParty

by m_cu8 @ 2020-03-02 14:58:43 CET (2421 views)

Script allowing to join Online Party by providing lobby string name using Kismet

#Kismet
mcu8_SeqAct_MusicTreeVolumePitchMltp

by m_cu8 @ 2020-03-02 14:10:52 CET (1562 views)

Script for adjusting MusicTree volume and pitch multipliers using Kismet node