-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |