bituq / Roshade

An installation package made in NSIS for installing Reshade presets and shaders to Roblox.
Other
47 stars 18 forks source link

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:

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:

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