Open Donkie opened 6 years ago
A community member (Qyndryx) have suggested to force demo recording on players so they can provide evidence whenever we ask if they appeal
https://devinity.org/threads/how-to-record-upload-a-demo-with-pictures.1450/#post-44114 (content removed from public view)
local time = os.date("%d-%m-%y %H-%M-%S")
RunConsoleCommand( "gm_demo_icon", "0" )
RunConsoleCommand( "record", "demos/devinity-demo "..time )
MsgC( Coler( 255, 0, 0), "Demo recording has started.")
To make it easier to record evidence, I could make a gui that calls the right commands for you, and uploads the video file to devinity filehosting service if you want.