Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

bituq/Roshade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roshade Build Roshade Downloads NSIS

Roshade is an installation package that makes it easy to correctly install Reshade presets and shaders to the Roblox directory. With Roshade, you can quickly and easily customize your Roblox experience with advanced visual effects.

Key features:

  • Uses the registry to locate and uninstall Roblox, avoiding any incorrect uninstalls.
  • Allows you to select essential Reshade keybinds during installation.
  • Resolves previously unknown errors through dialog messages.
  • Provides a description of system requirements for each component.
  • Automatically installs the required shaders from GitHub.

Getting Started

To get started with Roshade, you'll first need to download the latest release from the releases page. Once you've downloaded the installer, simply run it and follow the prompts to install Roshade. Once installation is complete, you'll be able to launch Roblox and start customizing your visual experience with the included Reshade presets and shaders.

If you have any questions or issues with Roshade, please feel free to open an issue on the GitHub repository, or visit the Roshade website for more information.

Building the source

The installer is written in NSIS, a popular open-source tool for creating Windows installers. To build the source, you'll need to have NSIS installed on your machine. I highly recommend reading through the NSIS reference before proceeding.

Libraries

Some dependencies may be installed to the NSIS directory, or to the repository's Setup\Util folder. For more information on installing plugins to the NSIS directory, click here.

NSIS Plugins Directory:
Setup->Util folder:

Command Line

You can build using the command line:

> makensis Setup.nsi

For production, it is recommended to use lzma compression, as it offers a higher compression ratio:

> makensis /X"SetCompressor /FINAL lzma" Setup.nsi

About

An installation package made in NSIS for installing Reshade presets and shaders to Roblox.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages