Skip to content

Resources for Genshin Stella Mod. Presets, shaders and more!

License

Notifications You must be signed in to change notification settings

sefinek24/Stella-Mod-Resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📦 Stella Mod Resources

Repository containing a collection of presets and shaders used by the Genshin Stella Mod.

🔎 File locations

  1. ReShade
  2. Screenshots: public/resources/Screenshots

❓ FAQ

💫 What is Genshin Stella Mod?

It is software that allows for injecting ReShade, 3DMigoto, and simultaneously unlocking FPS in Genshin Impact. The Chinese version YuanShen is also supported. More information is available in the official documentation.

📂 I'm using Genshin Stella Mod. Where are the resources located on my computer?

Resources are by default downloaded and updated in the C:\Stella-Mod-Resources directory. Users have the option to change the folder. It is recommended that resources be present on a faster SSD drive.

👥 Collaboration

If you'd like to contribute your preset to the application's public resources, please create a new Pull request. Your contributions are greatly appreciated.

🍽️ How to create a new Pull request

  1. Fork the Repository

    • Click the "Fork" button on the top-right of the repository's page. This creates a copy of the repository in your GitHub account. Fork
  2. Clone Your Forked Repository

    • In your forked repository, click the "Code" button and copy the repository's URL. Copy HTTPS url

    • Open your terminal or cmd and use the git clone command to download your forked repository to your local machine.

      [!IMPORTANT]
      To execute this command, you need to have Git installed. Please ensure that you have it installed.

      git clone <COPIED-URL>

      Clone forked repository

  3. Create a New Branch

    • Use the git checkout command to create and switch to a new branch for your changes:
      git checkout -b new-changes
      Run git checkout
  4. Make Your Changes

    • Make the necessary changes to the project in your local repository. Make your changes

      [!WARNING]
      PLEASE MAKE SURE YOU'RE CREATING THE PRESET IN THE CORRECT PATH! ADDITIONALLY, FILES MUST FOLLOW THE APPROPRIATE NAMING CONVENTIONS! IT IS ESSENTIAL TO FAMILIARIZE YOURSELF WITH THE RULES AVAILABLE HERE.
      FAILURE TO COMPLY WILL RESULT IN YOUR PULL REQUEST BEING REJECTED!

  5. Commit Your Changes

    • Use the git commit command to commit your changes locally:
      git commit -m "Your descriptive commit message"
      Output:
      - PS C:\Users\Sefinek\Desktop\Stella-Mod-Resources> git commit -m "New preset made by Nekosumi"
       [new-changes afb0b5b] New preset made by Nekosumi
       6 files changed, 51 insertions(+), 476 deletions(-)
       create mode 100644 public/resources/ReShade/Presets/1. Made by community/Example preset.ini
  6. Push Changes to Your Fork

    • Push your branch to your fork on GitHub using the git push command:
      git add .
      git push origin new-changes
  7. Create a Pull Request

    • Go to the original repository on GitHub.
    • Click on the "Pull Request" tab.
    • Click the "New Pull Request" button.
    • Select your branch in the "base" and "compare" dropdowns.
    • Add a title and description for your pull request.
    • Click "Create Pull Request".
  8. Review and Merge

    • The repository owner or maintainers will review your pull request.
    • If your changes are approved, your pull request will be merged into the original repository.

That's it! You've successfully created a pull request on GitHub. Your changes are now part of the project. Thank you.

💙 Attribution

In this repository, we have utilized shaders from the crosire/reshade-shaders and other sources.

📑 License

Getting acquainted with the license is essential. It's crucial to thoroughly understand its terms and conditions.

Navigate to the LICENSE file for additional information. I would like to extend my gratitude to the talented creators of the shaders and the ReShade software itself for their remarkable projects/repositories.