Skip to content

Sourcemod plugin that can record user commands and replay them on other players and bots

License

Notifications You must be signed in to change notification settings

dysphie/sm-movement-recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

[ANY] Movement Recorder

SourceMod plugin that records usercmds and plays them back similar to Valve's demo system. Saves records to sourcemod/data/recordings. Intended for personal use, not a polished release, expect issues.

Compiling

Add anymap.inc to your scripting/include folder

Commands

  • rec_start <recording name> - Start recording
  • rec_stop - Stop recording
  • rec_play <recording name> - Play back a record on yourself (will look bad in first person due to client prediction)
  • rec_botplay <recording name> - Play back a record on a free bot
  • rec_playstop - Stop playing back a record
  • rec_skip <frame count> - While in playback, skip X frames forcefully (might cause desync)
  • rec_playextend - Play back a recording at 15x speed and last 100 frames at normal speed. When playback ends, start a new recording that will include the original frames. Saves as <originalname>_ex.txt

Convars

  • rec_debug - Console verbose while recording/playing back

About

Sourcemod plugin that can record user commands and replay them on other players and bots

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published