Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

reisir/robux

Repository files navigation

NVIDIA_Share_tWNAYDvIcT

Robux

Robik but it work

Features

  • Uses AudioAnalyzer instead of AudioLevel for a smoother visualizer
  • Uses WebNowPlaying for browser and Spotify song info
  • The weather works
  • Right click to center any skin

You might also want to check out Mondtholomew, it's "Mond but it work"!

Usage

Download and install the newest .rmskin package from releases

Can also be installed using Meters on Demand

mond install reisir/robux

Robux uses WebNowPlaying by default. This lets the player skin read information from your browser with a browser extension.

Right click any of the skins to center them or to open the settings file. When you edit the settings remember to save the file and then right click > refresh robux to see changes.

The "MeasureNetworkInDelay" incident.

Found in the original code. If anyone can tell me why this exists in the original skin it would be much appreaciated.

; Download.ini
[MeasureNetworkIn]
Measure=NetIn
Interface=Best
MinValue=0
MaxValue=(#MaxDownloadMbits# * 1048576)

[MeasureNetworkInText]
Measure=NetIn
AverageSize=3
Substitute="0":"O"

[MeasureNetworkInDelay]
Measure=Calc
Formula=MeasureNetworkInText

MeasureNetworkInDelay was only used for the string meter, not for the graph. I have no idea what substituting the zeros from NetIn and then running that through a calc measure is supposed to do.

Credits