If you experience any issues, feel free to open an issue. If fixing it yourself is more your thing, there's a guide on how to contribute below.
- Download the latest release.
- Drop the provided
user
folder into yourSPT
folder.
-
Fork the Repository
- Go to the repository page and click the "Fork" button at the top right corner. This will create a copy of the repository in your GitHub account.
-
Clone Your Fork
- Open your terminal and run the following command to clone your forked repository to your local machine:
git clone https://github.com/Therkelsen/siulsc-realism-compatibility.git
- Open your terminal and run the following command to clone your forked repository to your local machine:
-
Create a New Branch
- Navigate to the repository directory:
cd siulsc-realism-compatibility
- Create a new branch for your changes:
git checkout -b your-branch-name
- Navigate to the repository directory:
-
Make Your Changes
- Add your contribution, here is a guide.
- Save and commit your changes:
git add . git commit -m "Brief description of your changes"
-
Push Your Changes
- Push your changes to your forked repository:
git push origin your-branch-name
- Push your changes to your forked repository:
-
Create a Pull Request
- Go to this repository on GitHub.
- Click on the "New Pull Request" button.
- Select the branch you created from your forked repository and compare it with the main branch of the repository.
- Click on "Create Pull Request" and provide a descriptive title and comment about your changes.
-
Wait for Review
- Your pull request will be reviewed at some point. Changes may be requested.