Skip to content

Regular Mode

RandomPerson3465 edited this page Aug 6, 2022 · 4 revisions

Regular Mode is the version of Livecountsedit with a single counter.

Links

v4: https://randomperson3465.github.io/livecountsedit/v4

v3: https://randomperson3465.github.io/livecountsedit/v3

v4

Options

The options menu is accessed by clicking "Options" on the bottom left.

  • A to B subscribers per C seconds: The rate at which the counter counts up (or down). Every 2 seconds, the counter updates and adds a random number between A and B, multiplies it by 2, and divides it by C. For example, 10 to 20 subscribers per 5 seconds will add a random number from 4 to 8 to the counter.
  • Abbreviated counts: The counter's number will be abbreviated like it is on YouTube, for example, 1,234,567 will display as 1,230,000.
  • Negative counts: Whether the counter is allowed to go below zero.
  • Graph: Whether to enable the graph.
  • Colors when updating: With each update, if the count increases it will turn green, and if it decreases it will turn red. -- EPILEPSY WARNING: Do not enable this in a timelapse recording!
  • Pressing "Save" will save the options and close the menu. "Close" will close the menu without saving.

Keybinds

  • 1, 2, 3, 4, and 5 will add 1, 10, 100, 1000, and 1 million to the count respectively.
  • 6, 7, 8, 9, and 0 will remove 1, 10, 100, 1000, and 1 million from the count respectively.
  • A: Audits the count by a specified amount.
  • B: Toggles abbreviated counts.
  • C: Clears the graph.
  • G: Toggles the graph.
  • H: Hides the option menu.
  • N: Toggles negative counts.
  • R: Resets everything.
  • S: Sets the rates per hour.
  • U: Toggles update colors.

URL Parameters

Example of URL parameters: https://example.com?parameter1=example&parameter2=another%20example&parameter3=1 Any symbols that aren't URL friendly need to be encoded, so for example a space becomes %20.

  • n: Name of the channel
  • c: The initial count
  • a: The amount to audit when the 'A' key is pressed
  • mr: Minimum gain rate per hour
  • xr: Maximum gain rate per hour
  • ab: Whether to abbreviate or not (1 = yes, 0 = no)
  • an: Whether to allow negative counts (1 = yes, 0 = no)
  • g: Whether to show the graph (1 = yes, 0 = no)

Example: https://randomperson3465.github.io/livecountsedit/v4?n=MrBeast&c=123456789&mr=4000&xr=5000&g=0 This URL will load the username as "MrBeast" with 123,456,789 subscribers, gaining between 4,000 and 5,000 subscribers per hour, with the graph hidden.

v3

Options

The options are on the top left. Minimum and maximum sub rate works the same as in v4. Press the "Set Values" button to save settings.

  • Non-negative counts only: Prevents the counter from going below 0.
  • Night mode: Enables Livecounts.net's night mode or dark theme.
  • Only show last 500 graph values: Caps the number of values on the graph at 500, which is reached in about 17 minutes.
  • Occasionally remove subs: Every time the counter updates, there is a 20% chance for it to remove subs occasionally (or add if the rate is negative). Every update, if it one that removes subs, it takes the increment calculated from the gain rate. If this increment is less than 2 subs, then there is a 75% chance of it removing 1 sub, and a 25% chance of removing 2 subs. Because this doesn't check the absolute value, there is a bug that this always happens with a negative rate. If the increment is 2 subs or more, it will remove anywhere from 40% to 140% of the increment.

Keybinds

  • 1, 2, 3, 4, 5, and 6 will add 1, 10, 100, 1000, 10000, and 1 million to the count respectively.
  • 7, 8, 9, and 0 will remove 1, 10, 1000, and 1 million from the count respectively.
  • A: Audits the count by the specified amount.
  • C: Clears the graph.
  • G: Toggles the graph.
  • H: Hides the options.
  • L: Toggles the grid and labels on the graph.
  • P: Pauses/resumes the sub count
  • R: Resets the count to zero.

Clone this wiki locally