References:
- obsproject/obs-studio#12650
- https://obsproject.com/forum/threads/obs-version-32-0-0-removed-disable-shutdown-check.190590/
For Windows users looking to workaround this change, here's my setup consisting of two Task Scheduler tasks.
References:
For Windows users looking to workaround this change, here's my setup consisting of two Task Scheduler tasks.
https://github.com/crosire/reshade/tree/main/examples/16-swapchain_override | |
https://github.com/crosire/reshade/tree/main/examples/02-freepie | |
https://github.com/crosire/reshade/tree/main/examples/11-obs_capture | |
https://github.com/murchalloo/reshade-addons | |
https://github.com/FransBouma/ShaderToggler | |
https://github.com/4lex4nder/ReshadeEffectShaderToggler | |
https://github.com/FransBouma/IgcsConnector | |
https://github.com/EndlesslyFlowering/AutoHDR-ReShade | |
https://github.com/mleise/livesplit_overlay | |
https://github.com/dwojtasik/PyHook |
--single-branch --branch legacy https://github.com/crosire/reshade-shaders | |
--single-branch --branch slim https://github.com/crosire/reshade-shaders | |
https://github.com/AlexTuduran/FGFX | |
https://github.com/AlucardDH/dh-reshade-shaders | |
https://github.com/AnastasiaGals/Ann-ReShade | |
https://github.com/BarbatosBachiko/Reshade-Shaders | |
https://github.com/BlueSkyDefender/AstrayFX | |
https://github.com/BlueSkyDefender/Depth3D | |
https://github.com/CeeJayDK/SweetFX | |
https://github.com/ConstantineRudenko/Shaders/tree/master/reshade/Shaders |
$shaders = $PSScriptRoot + '\All Shaders\Shaders' | |
$textures = $PSScriptRoot + '\All Shaders\Textures' | |
$presets = $PSScriptRoot + '\All Shaders\Presets' | |
# Rename existing folder | |
$date = Get-Date -Format 'yyyy-MM-dd_HHmmss' | |
$newName = "All Shaders @ " + $date | |
Get-ChildItem -Directory | Where-Object { $_.Name -eq 'All Shaders' } | |
<head> | |
<meta property="og:image" content="GifToEmbedURL"> # Change the content to the link of a gif of your choice, which will be shown as the embed. | |
<meta property="og:type" content="video.other"> | |
<meta property="og:video:url" content="VideoToEmbedURL"> # Change the content to the link of a video of your choice. Will work with videos over 50 MB, and even unsupported codecs such as AV1! | |
<meta property="og:video:width" content="1920"> # Set this to the video's width and height, not required, but will show the video as intended if the aspect ratio and size is correct. | |
<meta property="og:video:height" content="1080"> | |
</head> |
# # Outputs a table listing all of your OMSI maps next to their total number of tiles - largest at the top - to a file with date and time. | |
# Requires PowerShell 5.0 or above (Windows 10) | |
# Created by https://github.com/sjain882 (sjain / shanie) | |
# Latest version at https://gist.github.com/sjain882/9e6d0651a54695123c5ecf7898bb9329 | |
# Instructions: | |
# | |
# 1. Open PowerShell from your start menu as administrator, paste this command then hit Enter (to be able to run the script): Set-ExecutionPolicy Bypass -Scope Process -Force | |
# |
The Counter-Strike Bot v1.5 - List & explanation of commands | |
============================================================ | |
An online preview of this document is available at https://gist.github.com/sjain882/b1f5465060a9194457559aa783bfc0f8 > click "Raw" - if you've visited it before, refresh to view updates. | |
Enable "Format > Word Wrap" in Notepad for easier reading. | |
[ How to use commands ] | |
1. Press the ` key on your keyboard, to the left of the 1 key (https://i.imgur.com/7pAqBUw.png). |