ExhaleServers / BattleRoyaleIssues

Issuetracker for Devinity Battle Royale
1 stars 1 forks source link

Video recording gui #106

Open Donkie opened 6 years ago

Donkie commented 6 years ago

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.

CounterCraftz commented 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.")