ForOfGes-ColorfulGlowStick icon

ColorfulGlowStick

Re-upload for README modified

Last updated 2 months ago
Total downloads 4497
Total rating 5 
Categories Client Mods
Dependency string ForOfGes-ColorfulGlowStick-2.0.1
Dependants 1 other package depends 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

README

This plugin may no longer be updated. Versions available: (Wiki页面有中文说明书)

1.2.1(local/recommended), welcome everyone use it.

2.0.0(multiplayer-sync/unstable), need GTFO-API.dll(0.4.1). It's include in BepInEx for GTFO 3.2.1.

Version 2.0.1 is an informal upload, it includes these two noted version at same time. Don't select it when you're using r2modman.

📄INFORMATION

Make glow sticks' light can have customizable multiple colors.

This plugin can only modify the light of glow sticks, not their models' color. So the effect look like like a green stick glowing red light.

May be incompatible with Rundown mods those involving glowsticks.

🎨GLOWSTICKS COLOR

There have two working modes you can choose one. Switch it in config file:

[A: GlowStick Properties Setting]
UseColorGenerator = <false|true>

[Color Generator Mode]

Randomly generate colors. Every next one color is completely unknown.

If config option "ForceBright" disable, glow sticks may use very dark colors (like black).

[Prefined Color Mode]

Pick one color from the predefined color pool. You can custom color pool as your idea.

Format of option "ColorPool":

<R>,<G>,<B> [<R>,<G>,<B> [...(more)]]

(Number use 0 - 255 integer)

(Use comma separate R or G or B)

(Use space separate different color)

Example 1: [include #FFFFFF(white) #000000(black) , both they have 50% chance]

255,255,255 0,0,0

Example 2: [include #FF0000(red) #00FF00(green) #0000FF(blue) , both they have 1/3 chance]

255,0,0 0,255,0 0,0,255

Example 3: [include #99FF33(lime) #FF88FF(pink) , 75% chance for lime , 25% chance for pink]

153,255,51 153,255,51 153,255,51 255,136,255

🌐NETWORK SYNC (2.0.0 only)

(May happen something out of expectation)

To enable network syncing, turn on the option as below.

[D: Network Sync]
EnableSync = true

The plugin will send your glowsticks' data to other players in the lobby when you throwing glowsticks. Also, you will receive glowsticks' data from other players when they throwing. And if a player have no installed this plugin, you will see glowsticks of his is vanilla.

So remember, if you want to use this plugin to cheat(like make a large range glowstick to light up full map), stay disable network sync is better. Else make sure all players in the lobby are all agree you use it.

This add more fun to glowsticks. Its allow you use your prefined color pool more interest and show your style to other players. Or use glowsticks draw lot a color to choose one player go to do a danger work like kill a scout stealthy.

If you don't enable it, the plugin will work normally as before (and won't send data to other player). This can make you won't get affected by prankers.

These will be send when throwing glowsticks:

LightRange, LightTime, Color, Brightness.

🔧UPDATE

2.0.1 (Just modified README.md only)

  • Nothing changed.

2.0.0 (I'm too amateur to even fix bugs I found)

  • Added "Network Sync".
  • Renamed the plugin name.
  • Optimized code.

1.2.1 (Recommended)

  • Corrected the default value of config option "LightRange" to vanilla game value.
  • Now [Prefined Color Mode] can switch color pickup mode between keep-sorted or randomly.
  • The light duration of glowsticks now able to modify.

1.2.0 (Too old)

  • Added "Prefined Color Mode". (Upgrade from the "Fixed Color" function of old version)
  • Renamed the plugin name.
  • Modified the configuration file.

1.1.0 (Too old)

  • Fixed some fool problems in the code.
  • Added "Fixed Color" function.

1.0.2 (Too old)

  • Fixed the random color effect not working on Christmas/Halloween/Yellow Glow Sticks.