Skip to content

Commit 4bba8b3

Browse files
authored
Add in game overlay software links
1 parent 2344ca6 commit 4bba8b3

File tree

1 file changed

+34
-6
lines changed

1 file changed

+34
-6
lines changed

readme.md

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
1-
# Daylight
2-
Overlays,AHK,OBS
3-
# Osu
4-
Check [`osu`](osu/osu.md) on how to play flashlight + hidden with overlaying transparent normal replay video.
5-
# Cheat engine
6-
Output health value to txt file repeatedly and then using OBS scripting to set level of opacity filter according to HP value,[`cheatengine`](cheatengine/cheatengine.md)
1+
# fullscreen in game overlay / on screen display software
2+
- Playclaw can draw these types of overlay : text, web browser, web cam, hardware stats etc...
3+
Text can be read from file, at 0.5 seconds interval, supports webcam input from obs virtual cam plugin.
4+
SDK for version 6 - https://github.com/CyberDemonLord/playclaw6-sdk
5+
6+
- Rivatuner provides shared memory interface to draw text overlay.
7+
repo - https://github.com/upgradeQ/RTSSSharedMemoryPythonNET
8+
9+
- Cheat Engine can hook directx; example interactive overlay floating window:
10+
![img](https://i.imgur.com/DcLuAXj.gif)
11+
12+
repo - https://github.com/adhptrh/ed3d
13+
14+
- Reshade can hook - directx,opengl; can draw - current time in overlay,fps,crosshair
15+
crosshair repo - https://github.com/LouisTakePILLz/reshade-xhair
16+
17+
- Overwolf only for whitelisted apps
18+
- Mangohud [not yet](https://github.com/flightlessmango/MangoHud/issues/222) working on windows
19+
20+
# Dual monitor/screen/display based overlay
21+
OBS Studio supports sending preview to another monitor, so you can grab fullscreen application,
22+
typically a game, compose a scene with overlays, then send it RMB > Fullscreen project > Some monitor.
23+
This also can be used with single monitors, but its requires setting up a virtual(fake) monitor,
24+
for windows required steps described [here](https://superuser.com/questions/62051/is-there-a-way-to-fake-a-dual-second-monitor)
25+
[Dual monitor tools](http://dualmonitortool.sourceforge.net/) this software has these features:
26+
- send current application to second monitor - [link to manual](http://dualmonitortool.sourceforge.net/dmt_swapscreen.html)
27+
- lock mouse in one monitor - [link to manual](dualmonitortool.sourceforge.net/dmt_cursor.html)
28+
To maximise performance of preview - set in Settings>Video>FPS>Integral value to x2 of your monitor Hz.
29+
30+
# Directory listing
31+
- `/osu` - Check [`osu`](osu/osu.md) on how to play flashlight + hidden with overlaying transparent normal replay video.
32+
- `/cheatengine` - Output health value to txt file repeatedly and then using OBS scripting to set level of opacity filter according to HP value,[`cheatengine`](cheatengine/cheatengine.md)
33+
- `pygame_overlay.py` - overlay for game OpenSpades running in windowed mode
34+
- `overlay.ahk` - ahk script to set any window to be non clickable

0 commit comments

Comments
 (0)