Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Airyzz authored Apr 21, 2023
1 parent e309a78 commit f36adae
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# T7-Advanced-Dolly-Cams
A mod to store extra data in BO3 Dolly Markers
# t7-advanced-dolly

Allows you to store FOV, Focus Distance, Aperture, and Camera Roll in the Dolly Markers in Black Ops III Theater mode

## Controls:
- SHIFT = FOV
- CTRL = Focus Distance
- ALT = Aperture
- Nothing = Roll
### While scrolling up or down, or pressing +\- hold one of these modifiers to change values
| Key | Adjusts |
| :---: | :---: |
| Shift | FOV |
| Ctrl | Focus Distance |
| Alt | Aperture |
| Nothing | Roll |

## Building
Requires Visual Studio + [Intel C/C++ compiler](https://marketplace.visualstudio.com/items?itemName=intel-corporation.dpcpponline)

The Intel Compiler is required because `hooks.h` makes use of inline assembly. It would be ideal to rewrite this file to not require a specific compiler!

PRs welcome ;D

0 comments on commit f36adae

Please sign in to comment.