Skip to content

Therkelsen/msg-realism-compatibility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Shoutout to OptimusChad who made the patch for the original mods by Massivesoft, rather than Pettan's port. I've used their values for inspiration, in some places more than others.

Installation

  1. Download the latest release.
  2. Drop the provided user folder into your SPT folder.

Contributing

  1. 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.
  2. 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/msg-realism-compatibility.git
  3. Create a New Branch

    • Navigate to the repository directory:
      cd msg-realism-compatibility
    • Create a new branch for your changes:
      git checkout -b your-branch-name
  4. 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"
  5. Push Your Changes

    • Push your changes to your forked repository:
      git push origin your-branch-name
  6. 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.
  7. Wait for Review

    • Your pull request will be reviewed at some point. Changes may be requested.