Skip to content

zappingsbrew/roblux

 
 

Repository files navigation

NVIDIA_Share_tWNAYDvIcT

Roblux

Robux 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 Mondtholomewtholomew, it's "Mondtholomew but it work"!

Usage

Download and install the newest .rmskin package from releases

Roblux 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 roblux 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 appreciated.

; 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

Languages

  • Pascal 49.5%
  • BitBake 37.0%
  • Assembly 5.4%
  • Pawn 3.2%
  • PowerShell 2.1%
  • C++ 1.2%
  • Other 1.6%