Skip to content

Dimitri-Matheus/StarLuxe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StarLuxe Launcher

image

How to use

Download the latest version and extract the file. Then, run StarLuxe.exe

Once open, fill in the necessary information and download the ReShade presets if you wish to use them. On the main screen, press the Start button

✧ Select the game you want to use ReShade and enjoy ✧


Attributes

  • Launcher — Allows applying ReShade to selected games
  • Custom Themes & Preset Packs — Provides support for custom themes and predefined Reshade preset packs
  • GitHub Integration — Enables downloading your own Reshade presets directly from GitHub.

Development

  • Clone this repository
    • Install the required libraries with the following command
terminal
How to create Custom Themes?
  1. Download CTkThemeMaker
  2. Navigate to the theme/ directory, copy default.json and rename the copy (e.g. custom_theme.json)
  3. Launch CTkThemeMaker, load custom_theme.json and edit each section according to your preference
    • Once your theme is saved, open the settings.json file and update the Launcher section to point to your new theme:

      "Launcher": {
        "gui_theme": "theme\\custom_theme.json",
        "last_played_game": ""
      }
  4. Check the documentation to learn more!
How to add your ReShade Pack?
  1. Create a GitHub repo and add a Presets/ folder with your .ini files

    • In the settings.json file, set the preset_folder value to match the folder name you configured in your GitHub repository. Don’t forget to set your GitHub username and repository name as well:
    "Account": {
      "github_name": "your-username",
      "preset_folder": "Presets/",
      "repository_name": "your-repo"
     }
    • Also, define the names of the preset packages you added:
    "Packages": {
        "available": [
            "Name_preset_1",
            "Name_preset_2"
    ],
     }
  2. Restart StarLuxe.exe and download your preset from the Preset section


Important

Your antivirus might block the application from running. This happens because the build created by PyInstaller can cause a false positive. To learn more, click HERE The application is safe and contains no viruses. To prevent interference, it is recommended to add the program to your antivirus exclusion or whitelist before running it, rather than disabling your antivirus entirely.

Warning

The use of Reshade may result in a ban, although the likelihood is low. Use at your own risk! Sharing your UID may increase the risk of being banned in the game.

Support this Project ☕

Did this project help you?

"Buy Me A Coffee"

✦ Thanks for your support! ✦

Credits

ReShade developer for developing ReShade
SweetFX developer for creating SweetFX shaders collection/set/pack

This project was developed by me