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

Hat_AnimNotify_SendOnlinePartyCommand

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

AnimNotify that sends Online Party Command when triggered.

Hat_AnimNotify_PawnPlayVoice

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

AnimNotify that calls PlayVoice function if Owner is Hat_Pawn.

HashTable

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

A new scripting data type.

#Kismet
Save Config Value

by UnDrew @ 2025-01-20 10:25:11 CET (104 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 (105 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 (112 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 (122 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 (114 views)

Actor that spawns collectibles in a perfect circle.

#HUD
Cat_HUDElement_ScreenText

by CatCube @ 2024-12-28 04:15:51 CET (105 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 (104 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 (111 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 (108 views)

Custom Play Animation that works with the player!

Dictionary Tools for Online Party Commands

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

Makes handling Recieved Online Party Commands super easy.

#Kismet
A Few Math Kismet Nodes!

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

Set of scripts that facilitate vector math in kismet!

#Kismet
Change Temperature

by UnDrew @ 2024-11-18 16:04:06 CET (151 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 (216 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 (329 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 (154 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 (209 views)

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

Shara_SteamID_Tools

by Shararamosh @ 2022-05-18 13:31:09 CET (647 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 (827 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 (293 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 (332 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 (278 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 (307 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 (328 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 (305 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 (375 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 (399 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 (417 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 (651 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 (403 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 (438 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 (440 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 (507 views)

Progress Bar/Boss Bar HUD implementation

Sequence Condition Compare Classes

by SamiSha @ 2022-11-19 11:00:12 CET (444 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 (469 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 (570 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 (487 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 (505 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 (527 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 (863 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 (569 views)

Removes the static rules and make it Dynamic

#Kismet
Cat_SeqAct_ResetDeathWish

by CatCube @ 2021-12-31 20:30:32 CET (607 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 (680 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 (688 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 (630 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 (678 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 (604 views)

Check if the player has a sticker or not!

#Kismet
Cat_SeqAct_PlayDeathWish

by CatCube @ 2021-09-22 14:05:47 CET (653 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 (651 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 (651 views)

Add time to timer minimissions without the clock pickup!

#HUD
Inspect Items

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

Inspect Items, with text implementation for custom text!

#Kismet
Cat_SeqAct_ReturnToSafeLocation

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

Send the player back to their last safe location!

#Kismet
Ban_SeqAct_ChangeOutdoorWetness

by UnDrew @ 2021-07-17 04:27:32 CET (655 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 (683 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 (670 views)

Check if a Hud Element is open!

#Kismet
Cat_SeqCond_HasBadgeEquipped

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

Check if the player has a badge equipped!

#Kismet
Cat_SeqCond_IsPhys

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

Check what Phys any actor is via Kismet!

#Kismet
SS_SequenceAction_ToggleRain

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

#Kismet
Ban_SeqAct_DoFullLightEnvUpdate and Ban_SeqAct_NPCManagerUpdate

by UnDrew @ 2021-06-15 15:07:30 CET (755 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 (873 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 (753 views)

Check if the game is paused

#Kismet
Online Party Commands for Kismet

by m_cu8 @ 2021-01-15 19:16:39 CET (818 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 (904 views)

Just like the name says :)

#Kismet
mcu8_SeqAct_MusicParameterFloat

by m_cu8 @ 2020-09-28 15:47:08 CET (798 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 (1531 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 (788 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 (795 views)

Toggles actor Tick() function

#CustomActor
mcu8_NPC_Mobster_FallOffDocks (fixed alwaysloaded)

by m_cu8 @ 2020-07-25 12:39:29 CET (871 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 (801 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 (1662 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 (1596 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 (1730 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 (937 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 (1433 views)

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

#CustomActor
SS_PlatformDisappear_Extended

by SamiSha @ 2020-03-05 13:17:05 CET (1503 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 (1614 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 (1425 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 (1555 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 (1704 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 (863 views)

Script for adjusting MusicTree volume and pitch multipliers using Kismet node