TheDoggyDoge-Glowsticks_Plus icon

Glowsticks Plus

A pack containing 8 Custom Glowstick colors for use in rundown development, and a glowstick upgrade

Last updated 2 weeks ago
Total downloads 126
Total rating 1 
Categories Rundown Mods Dev Tools
Dependency string TheDoggyDoge-Glowsticks_Plus-1.0.1
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_GTFO-3.2.1 icon
BepInEx-BepInExPack_GTFO

BepInEx pack for GTFO. Preconfigured and includes Unity Base DLLs.

Preferred version: 3.2.1
dakkhuza-MTFO-4.6.1 icon
dakkhuza-MTFO

The premier in GTFO DataBlock editing ;^)

Preferred version: 4.6.1

README

Introduces 8 Custom Glowstick Colors

  • Red (Slight difference from Vanilla Red Glowstick)
  • Green-Yellow (Slight difference from Vanilla Green Glowstick)
  • Pink
  • Teal
  • White
  • Orange (Slight difference from Vanilla Orange Glowstick)
  • Blue
  • Purple

Brings a new functionality to Glowsticks with Enemy Highlighting.

  • Any nearby enemy will gain a slight tint from the respective glowstick color (Prefab color not actual glow)
  • Reveal Shadows, Shadows will also gain this tint and appear transparent but visible.

This effect can become exaggerated if multiple glowsticks are in use. Especially on non-shadow enemies.
the effect sometimes turns off for a split second during sleeping animations.
There is no fade it's either on or off. (I have no idea how to implement that)
All in all somewhat rough around the edges but still works pretty good.

Glowstick Prefabs

  • Assets/CustomAssetPrefabs/Glowsticks/Consumable_GlowStick_lit_Blue.prefab
  • Assets/CustomAssetPrefabs/Glowsticks/Consumable_GlowStick_lit_Lime.prefab
  • Assets/CustomAssetPrefabs/Glowsticks/Consumable_GlowStick_lit_Orange.prefab
  • Assets/CustomAssetPrefabs/Glowsticks/Consumable_GlowStick_lit_Pink.prefab
  • Assets/CustomAssetPrefabs/Glowsticks/Consumable_GlowStick_lit_Purple.prefab
  • Assets/CustomAssetPrefabs/Glowsticks/Consumable_GlowStick_lit_Red.prefab
  • Assets/CustomAssetPrefabs/Glowsticks/Consumable_GlowStick_lit_Teal.prefab
  • Assets/CustomAssetPrefabs/Glowsticks/Consumable_GlowStick_lit_White.prefab

Glowstick Variants

  • Show Weakpoints, Put _WP at the end of the prefab to allow the glowstick to reveal weakpoints such as tumors
    Example; Assets/CustomAssetPrefabs/Glowsticks/Consumable_GlowStick_lit_Pink_WP.prefab

Attached is Glowsticks.json which contains a preset for each glowstick. Aswell as a txt file for ItemDataBlock reference as to not override other datablocks.

The Highlight functionality is part of the prefab so to customize that would require editing in Unity. I will probably hand out the project file if asked.