Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterSquire committed May 28, 2024
2 parents 9d9bb2a + 0338801 commit 479fc6d
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
## Alpha Ring
### A Modding Tool for MCC
A Modding Tool for MCC

[![Build status](https://ci.appveyor.com/api/projects/status/o3qbtc7jirw81xmb?svg=true)](https://ci.appveyor.com/project/WinterSquire/alpharing)

### Showcase

![](https://raw.githubusercontent.com/WinterSquire/AlphaRing/master/img/CameraTool.png)

![](https://raw.githubusercontent.com/WinterSquire/AlphaRing/master/img/ObjectBrowser.png)

![](https://raw.githubusercontent.com/WinterSquire/AlphaRing/master/img/SplitscreenHR.png)

![](https://raw.githubusercontent.com/WinterSquire/AlphaRing/master/img/SplitscreenH3.png)

![](https://raw.githubusercontent.com/WinterSquire/AlphaRing/master/img/SplitscreenH1.png)
| | |
|--|--|
| Camera Tool (H3) <br> ![Camera](https://github.com/WinterSquire/AlphaRing/assets/135317392/d359b2e8-5302-430f-be0d-bc065e63f546) | Object Browser (H3) <br> ![Object](https://github.com/WinterSquire/AlphaRing/assets/135317392/0bce1af7-354f-4d9d-92f7-eb2d46d8ae37) |
| 8 Players Campaign <br> ![Splitscreen 8 players](https://github.com/WinterSquire/AlphaRing/assets/135317392/7d9f4281-892a-47e2-8e0c-845a965e5d11) | Splitscreen With [Mod](https://steamcommunity.com/sharedfiles/filedetails/?id=3153235187) (By [Priception](https://steamcommunity.com/id/priception)) <br> ![H4](https://github.com/WinterSquire/AlphaRing/assets/135317392/5359868c-c5db-4300-9805-84c61b0bd8ee) |

### Features
* Splitscreen (all games)
- 3/4 players is not supported in Halo 2 Co-Op. Attempting to do so will cause the game to get stuck at loading screen.
* Camera Tool (H3)
* Object Browser (H3)

### Installation
Make sure you have the latest [Microsoft Visual C++ Redistributable](https://aka.ms/vs/17/release/vc_redist.x64.exe) installed.

Download the latest stable build from the [Releases](https://github.com/WinterSquire/AlphaRing/releases) page.

Place the DLL into the "Halo The Master Chief Collection\mcc\binaries\win64" directory and launch the game with EAC off.
Expand All @@ -33,13 +31,14 @@ WINEDLLOVERRIDES="WTSAPI32=n,b" %command%
### Usage
Toggle menu: `F4` or `Controller Back` + `Controller Start`

To navigate using Controller use the `Right Stick` to move the mouse and `RB` to click.

When the menu is open, game input is disabled.

**Split Screen:**
- Supports 3 or 4 players in Halo 1, Halo 3, Halo 3: ODST, Halo: Reach, and Halo 4.
- Not supported for Co-Op in Halo 2. Attempting to do so will cause the game to get stuck at loading.
### Bugs Report
Submit it in the [Issues](https://github.com/WinterSquire/AlphaRing/issues) page.

### Credits
- [Assembly](https://github.com/XboxChaos/Assembly) for the tag group research.
- [Blender](https://github.com/blender/blender) for the bezier curve calculation.
- [Priception](https://github.com/Priception) for adding UI controller support and helping with the interface and crash issue.
- [Priception](https://github.com/Priception) for adding UI controller support and helping with the interface and crash issue.
Binary file removed img/CameraTool.png
Binary file not shown.
Binary file removed img/ObjectBrowser.png
Binary file not shown.
Binary file removed img/SplitscreenH1.png
Binary file not shown.
Binary file removed img/SplitscreenH3.png
Binary file not shown.
Binary file removed img/SplitscreenHR.png
Binary file not shown.

0 comments on commit 479fc6d

Please sign in to comment.