RecRoom Library Cache Tool

A handy tool to deal with the Library cache file.

image

Features

  • Parse Library cache
  • Remove Library cache

Parsing

The script parses the Library cache file into a readable format.
It categorizes every URL by their file extension. (.png, .jpg, .room etc.) It also displays the file’s cache date.

Once done parsing, it exports the parsed library in a .txt file. This may change in the future to be easier to work with.

image

Locating the Library file

The script tries to automatically locate the Library file from AppData. %userprofile%\AppData\LocalLow\Against Gravity\Rec Room

However, the script prioritizes files found in the same directory. Remember, that the cache file MUST be named ‘Library’ without any file extensions.
If the Library file can’t be found from AppData, try launching Rec Room and opening the Play tab.

Executable

I compiled the script into an executable for those interested. It may trigger your anti-virus, and if it does, your best bet is running the Python script directly.

GitHub

View Github