🎯 Overwatch🛡️


Sunday Scraps

Weekly Overwatch Testing

Every Sunday we push Overwatch to its limits by giving captains (and Sulack) the choice to make changes to their experience. 

Types of Testing

What Makes Overwatch Fun?

6v6 Adjustments

6v6 Adjustments

6v6 Adjustments Project

Welcome to the 6v6 Adjustments Project, an innovative Overwatch Workshop gamemode designed to bring back the classic 6v6 format. This project aims to enhance the gameplay experience by making thoughtful adjustments to the game, providing a balanced and engaging environment for all players.

About the 6v6 Adjustments Project

The 6v6 Adjustments Project is a community-driven initiative that revives the traditional 6v6 format in Overwatch, offering players a nostalgic yet refined gameplay experience. By leveraging the Overwatch Workshop, we have developed custom game modes and tweaks that ensure a fair and enjoyable match for everyone.

Key Features

How to Join

Why Play 6v6 Adjustments?

Continuous Improvement

Our dedicated team is committed to constantly improving the gamemode based on player feedback and the latest game updates, ensuring a balanced and enjoyable experience.

Community Driven

Be a part of a passionate community that shares your love for Overwatch. Your feedback and participation help shape the future of the 6v6 Adjustments Project.

Join Us Today

Rediscover the excitement of 6v6 Overwatch with the 6v6 Adjustments Project. Connect with fellow players, enjoy balanced gameplay, and contribute to a project that values community input and continuous improvement.

For more information and to stay updated, join our Discord at 6v6.info and check out our GitHub repository at https://github.com/6v6-Adjustments/6v6-adjustments.

We look forward to seeing you in the game!

6v6 Adjustments

Recent Patch Compendium

Audit the Code

6v6 Adjustments

Contribution Guide

If you're interested in submitting code to this gamemode, read this guide carefully.

Required Tools

Setup Instructions

  1. Download Visual Studio Code.
  2. Go to extension tab in VScode and install OverPy extension.
  3. Clone the repository to your local computer (use GitHub Desktop if you don't know how to clone using terminal).
  4. Open cloned repository folder on VS Code.
  5. Try building gamemode using instructions below.
  6. Follow general workflow to start development.

Building

For instructions on how to use OverPy, see here

  1. Compile main.opy using the compiling instructions at OverPy Wiki.
  2. Open a custom game in Overwatch.
  3. Paste the compiled gamemode code.

General workflow

  1. Find an issue to fix (or submit one yourself).
  2. Create new branch dedicated to that issue.
  3. Modify codebase using VScode. Be sure to follow styling guidelines.
  4. Compile and test new codebase.
  5. Commit working changes.
  6. Submit Pull Request (PR) to merge your branch into dev branch.
  7. Wait for owner to approve and merge your Pull Request.

Release Cycle

Coding Style Guidelines

This codebase follows Python's PEP 8 style guide since OverPy follows Python syntax.