Skip to content

Commit a0831cc

Browse files
committed
Add tl;dr and licensing information
1 parent b4185fc commit a0831cc

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

COPYING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
The Microsoft Detours Library (including its examples) is released under the MIT license, and we follow suit.
2+
3+
- Copyright (c) Microsoft Corporation
4+
- Copyright (c) SFT Technologies
5+
6+
Legal blurb:
7+
8+
```
9+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
10+
11+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
14+
```

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Age of Empires II scrollbug fix
22

3+
## TL;DR
4+
5+
- Download `age2_x1_fixed.tar` from the [Releases page](https://github.com/SFTtech/sftscrollbugfixer/releases)
6+
- Unpack it into your `age2_x1` folder
7+
- From now on launch the game with `age2_x1_fixed.exe` instead of `age2_x1.exe`
8+
- No patching of the game binary is required
9+
- Black magic now removes all of the suffering
10+
- ?????
11+
- PROFIT
12+
- If you want to use the fix with a different version of the game, just modify the `.ini` file accordingly.
13+
314
## What is the scrollbug?
415

516
Sometimes when you tab out of the game, after tabbing back in the game will be stuck in a state where it is constantly scrolling in some direction.
@@ -86,3 +97,9 @@ When launched, `dll_inject.exe` will
8697
- wait until the exe file has finished
8798

8899
If you use the pre-compiled and pre-configured `age2_x1_fixed.exe`, `age2_x1_fixed.ini`, `fix_scrollbug32.dll` you can just place them in the `age2_x1` folder and launch `age2_x1_fixed.exe` instead of `age2_x1.exe`.
100+
101+
## Credits
102+
103+
Thanks to **Sulix** who posted an analysis of the bug on the [Steam Forum](https://steamcommunity.com/app/221380/discussions/2/622954302095447538/#c154645539343670235).
104+
105+
Thanks to Microsoft Research for the Detours library and the excellent accompanying samples. `dll_inject.cpp` was derived directly from the `withdll` example, and `fix_scrollbug.cpp` was derived by modifying one of the other examples.

0 commit comments

Comments
 (0)