Demorecord auto (Slash Command): Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
(Created page with "==Slash command== {{SlashCommandArticle|command=demorecord_auto|note=Begin recording a demo with a game-generated filename.}} A '''demo''' is an in-game re...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
* The name that the game assigns the demo file follows this general syntax:  
* The name that the game assigns the demo file follows this general syntax:  
:<code>demo-<date & time>.cohdemo</code>
:<code>demo-<date & time>.cohdemo</code>
* The demo will continue recording until {{slashcommand|demostop}} is used or you zone (exit mission, use train, etc).




Line 13: Line 14:




==Also==
== See Also ==
* {{slashcommand|demorecord}}
* [[Demo Recording]]
* [[Demo Recording]]
* {{launchparam |demodumptga|[0-1]}}
* {{launchparam |demofps|number}}
* {{launchparam |demoframestats|[0-1]}}
* {{launchparam |demohideallentityui|[0-1]}}
* {{launchparam |demohidechat|[0-1]}}
* {{launchparam |demohidedamage|[0-1]}}
* {{launchparam |demohidenames|[0-1]}}
* {{launchparam |demoloop|number}}
* {{launchparam |demopause|number}}
* {{launchparam|demoplay|filename}}
* {{launchparam |demorecord|filename}}
* {{launchparam |demorecord_auto}}
* {{launchparam |demospeedscale|number}}
* {{launchparam |demostop}} Alias: {{slashcommand|demodump}}
[[Category:Slash Commands]]
[[Category:Command Line Parameters]]

Latest revision as of 09:56, 5 January 2024

Slash command

/demorecord_auto  

Begin recording a demo with a game-generated filename.

A demo is an in-game recording of gameplay. Unlike a video file (such as an .mpeg), demo recordings are simple text files with a record of every command, 3D model, effect, and animation that allows the game to re-render those exact moments in exact detail.

  • This command will automatically save the demo in <COH Install Directory>\demos. For more information about the COH installation directory see Homecoming Launcher.
  • The name that the game assigns the demo file follows this general syntax:
demo-<date & time>.cohdemo
  • The demo will continue recording until /demostop is used or you zone (exit mission, use train, etc).


Example

/demorecord_auto


See Also