Demorecord (Slash Command): Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
imported>Konoko
(New page: {{wip}} ==Slash Command== {{SlashCommandArticle |command=demorecord |options=demo_name |note=''demo_name'' will be placed in the client_demos folder in your installdir. It will tack on .co...)
 
No edit summary
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{wip}}
== Slash Command ==
==Slash Command==
{{SlashCommandArticle
{{SlashCommandArticle
|command=demorecord
|command=demorecord
|options=demo_name
|options=demo_name
|note=''demo_name'' will be placed in the client_demos folder in your installdir. It will tack on .cohdemo to the end of it.{{red|terrible wording}}}}
|note=''demo_name'' will be placed in the "demos" folder in the directory in which you have the City of Heroes game client installed. ".cohdemo" (without the quotation marks) will automatically be appended to the filename you give.
==Example==
 
The demo will continue recording until {{slashcommand|demostop}} is used or you zone (exit mission, use train, etc).
 
The .cohdemo file is a flat text file that describes what is happening in game. This text file can then be played back using the -demoplay command line switch. See [[Demo Recording]] for more information.}}
 
== Example ==
/demorecord coolinvasiondemo1<br />
/demorecord coolinvasiondemo1<br />
C:\Program Files\City of Heroes\client_demos\coolinvasiondemo1.cohdemo
C:\Program Files\City of Heroes\client_demos\coolinvasiondemo1.cohdemo


== See Also ==
== See Also ==
* {{slashcommand|demostop}}
* [[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:55, 5 January 2024

Slash Command

/demorecord demo_name

demo_name will be placed in the "demos" folder in the directory in which you have the City of Heroes game client installed. ".cohdemo" (without the quotation marks) will automatically be appended to the filename you give.

The demo will continue recording until /demostop is used or you zone (exit mission, use train, etc).

The .cohdemo file is a flat text file that describes what is happening in game. This text file can then be played back using the -demoplay command line switch. See Demo Recording for more information.

Example

/demorecord coolinvasiondemo1
C:\Program Files\City of Heroes\client_demos\coolinvasiondemo1.cohdemo


See Also