/amqwr-addon

This adds a load of modded weapons to the "Add Missing Quest Weapon Requirements" mod.

Primary LanguagePowerShell

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.

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/amqwr-addon.git
  3. Create a New Branch

    • Navigate to the repository directory:
      cd amqwr-addon
    • 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.