Add some tools to make wallpaper engine videos

This commit is contained in:
Isaac Shoebottom 2023-11-18 01:42:58 -04:00
parent 004b603d91
commit 4464fa3e3f
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,12 @@
; This script is very simple, it just starts a timer when the Ctrl + Shift + F11 key is pressed, starts recording in OBS, and then stops recording after 11 minutes using hotkeys within OBS
; 11 minutes is because I want to have a minute to make better looping while as close to 10m after editing
; Ctrl + Shift + F10 is what I use to toggle recording in OBS, so this script is useful for me to stop recording after 10 mins
^+F11::
Send, ^+F10
SetTimer, Timer, 600000
Return
Timer:
Send, ^+F10
Return

View File

@ -0,0 +1,10 @@
// First enable cheats
sv_cheats 1
// set max fps for cosistent waiting
fps_max 60
// Hide the HUD
cl_drawhud 0
impulse 200
// crosshair 0