# activate-power-mode **Repository Path**: akilar/activate-power-mode ## Basic Information - **Project Name**: activate-power-mode - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-29 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Activate Power Mode A package for Atom to replicate the effects from [codeinthedark/editor](https://github.com/codeinthedark/editor). ![activate-power-mode-0 4 0](https://cloud.githubusercontent.com/assets/688415/11615565/10f16456-9c65-11e5-8af4-265f01fc83a0.gif) Now with a COMBO MODE!!! ![activate-power-mode-combo](https://cloud.githubusercontent.com/assets/10590799/18817237/876c2d84-8321-11e6-8324-f1540604c0bd.gif) **For a list of power mode packages to other editors, check out [codeinthedark/awesome-power-mode](https://github.com/codeinthedark/awesome-power-mode).** ## Install With the atom package manager: ```bash apm install activate-power-mode ``` Or Settings ➔ Packages ➔ Search for `activate-power-mode` ## Usage - Activate with Ctrl-Alt-O or through the command panel with `Activate Power Mode: Toggle`. Use the command again to deactivate. **IMPORTANT: When `Combo Mode` is enabled, particles and other effects won't appear until you reach the activation threshold.** - Reset the max combo streak with the command `Activate Power Mode: Reset Max Combo` ## Settings ### Auto Toggle Auto enable power mode on atom start. ### Combo Mode * **Enable/Disable** **When enabled effects won't appear until reach the activation threshold.** * Activation Threshold * Streak Timeout * Exclamation Every * Exclamation Texts ### Screen Shake * **Enable/Disable** * Intensity ### Play Audio * **Enable/Disable** * Volume * Audioclip (Gun, Typewriter, Custom) ### Particles * **Enable/Disable** * Colour With this option you can select if use the color at cursor position, random colors or a fixed one. * Total Count * Spawn Count * Size ### Excluded File Types * Array of file types to exclude ### Plugins Here you can Enable/Disable the registered plugins. ## Customize You can extend the basic functionality of this package by consuming the activate-power-mode service, with this you can register your own plugins, flows and canvas effects. Check it out in the [wiki](https://github.com/JoelBesada/activate-power-mode/wiki). If you only want to change the input logic, see the [user file flow](https://github.com/JoelBesada/activate-power-mode/wiki/Flow#user-file-flow) page.