https://github.com/epinter/better-alttab
Better AltTab for Skyrim SE
https://github.com/epinter/better-alttab
Last synced: about 2 months ago
JSON representation
Better AltTab for Skyrim SE
- Host: GitHub
- URL: https://github.com/epinter/better-alttab
- Owner: epinter
- License: lgpl-3.0
- Created: 2024-06-07T21:27:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T14:46:57.000Z (over 1 year ago)
- Last Synced: 2025-01-09T23:22:38.216Z (over 1 year ago)
- Language: C++
- Homepage: https://www.nexusmods.com/skyrimspecialedition/mods/121342
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ***Better AltTab for Skyrim SE***
[](https://en.cppreference.com/w/cpp/compiler_support)
[](https://github.com/epinter/better-alttab/releases/latest)
[](https://github.com/epinter/better-alttab/releases/latest)
[](https://github.com/epinter/better-alttab/releases/latest)
[](https://github.com/epinter/better-alttab/blob/main/LICENSE)
[](https://www.nexusmods.com/skyrimspecialedition/mods/121342)
A simple mod to mute audio when game is running background, and show cursor when mouse is over the windowed game.
## ***Runtime requirements***
- [Skyrim Script Extender (SKSE)](https://skse.silverlock.org/)
- [Address Library for SKSE Plugins](https://www.nexusmods.com/skyrimspecialedition/mods/32444)
- [Latest VC++ Redist](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist)
## ***Build requirements***
- [CMake](https://cmake.org/)
- [vcpkg](https://vcpkg.io/en/)
- [Visual Studio Community 2022](https://visualstudio.microsoft.com/vs/community/)
- [CommonLibSSE-NG](https://github.com/CharmedBaryon/CommonLibSSE-NG)
## ***Configuration***
The BetterAltTab.ini has the following options:
~~~
[General]
Debug = false
CursorVisibility = true
AudioToggle = true
~~~
- CursorVisibility: Shows the cursor when mouse is over game window in background (with borderless fullscreen, when alt+tab is pressed). Set to false to disable the feature. This feature is automatically disabled in fullscreen mode.
- AudioToggle: This feature stops the audio when game loses focus, and starts again when game gains focus. Set to false to disable the feature.
- Debug: logs debug messages
## ***Building***
In `Developer PowerShell for VS`, run:
~~~
git clone https://github.com/epinter/better-alttab.git
cd better-alttab
~~~
then
~~~
.\cmake\build.ps1
~~~
or
~~~
.\cmake\build.ps1 -buildPreset default
~~~
or
~~~
.\cmake\build.ps1 -buildPreset debug -configPreset default -toolset v143
~~~
Then get the .dll in build/bin/Release, or the .zip (ready to install using mod manager) in build.