Badge time.png   The Paragon Wiki Archive documents the state of City of Heroes/Villains as it existed on December 1, 2012.

Difference between revisions of "Bind save file silent (Slash Command)"

From Paragon Wiki Archive
Jump to: navigation, search
(Created page - copied from Bind_save_file_%28Slash_Command%29 with command name changed.)
 
m
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{TOCright}}
+
__NOTOC__
==Slash Command==
+
== Slash Command ==
 
{{SlashCommandArticle|command=bind_save_file_silent|options=filename.txt|note=Creates a file at a location specified by the user but does not display the confirmation message. This file will be in text format, and will list all bindings on the current character, one binding per line.  Further, the file will be formatted correctly for import using the {{slashcommand|bind_load_file}} or {{slashcommand|bind_load}} commands.
 
{{SlashCommandArticle|command=bind_save_file_silent|options=filename.txt|note=Creates a file at a location specified by the user but does not display the confirmation message. This file will be in text format, and will list all bindings on the current character, one binding per line.  Further, the file will be formatted correctly for import using the {{slashcommand|bind_load_file}} or {{slashcommand|bind_load}} commands.
  
Line 7: Line 7:
 
:* fully defined - C:\cohbinds\bindfile.txt
 
:* fully defined - C:\cohbinds\bindfile.txt
 
:* relative - bindfolder\bindfile.txt
 
:* relative - bindfolder\bindfile.txt
:*: bindfolder\bindfile.txt should be located inside of the piggs directory in the install directory (C:\Program Files\City of Heroes\piggs\bindfolder\bindfile.txt).
+
:*: bindfolder\bindfile.txt would be located in the data directory of the install directory (C:\Program Files\City of Heroes\data\bindfolder\bindfile.txt).
 
:* relative2 - ..\bindfolder2\bindfile.txt
 
:* relative2 - ..\bindfolder2\bindfile.txt
:*: ..\bindfolder2\bindfile.txt would be located in the install directory, since bindsavefile looks in the piggs directory (C:\Program Files\City of Heroes\bindfolder2\bindfile.txt).}}
+
:*: ..\bindfolder2\bindfile.txt would be located in the install directory, since bindsavefile looks in the data directory (C:\Program Files\City of Heroes\bindfolder2\bindfile.txt).}}
  
==Related==
+
{{Navbox Binds}}
* {{slashcommand|bind_save}}
+
* {{slashcommand|bind_load}}
+
* {{slashcommand|bind_load_file}}
+
* {{slashcommand|bind|key commands}}
+
* {{slashcommand|unbind|key}}
+
  
 
[[Category:Slash Commands]]
 
[[Category:Slash Commands]]

Latest revision as of 09:38, 8 July 2012

Slash Command

/bind_save_file_silent filename.txt

Creates a file at a location specified by the user but does not display the confirmation message. This file will be in text format, and will list all bindings on the current character, one binding per line. Further, the file will be formatted correctly for import using the /bind_load_file or /bind_load commands.

  • Due to limitations of the CoH/V command line parser, pathname must be enclosed in quotes if it contains spaces. Thus /bind_save_file_silent "C:\coh binds\bindfile.txt" would be a valid command, while /bind_save_file_silent C:\coh binds\bindfile.txt would not.
  • Pathname may be either a relative or fully defined path:
  • fully defined - C:\cohbinds\bindfile.txt
  • relative - bindfolder\bindfile.txt
    bindfolder\bindfile.txt would be located in the data directory of the install directory (C:\Program Files\City of Heroes\data\bindfolder\bindfile.txt).
  • relative2 - ..\bindfolder2\bindfile.txt
    ..\bindfolder2\bindfile.txt would be located in the install directory, since bindsavefile looks in the data directory (C:\Program Files\City of Heroes\bindfolder2\bindfile.txt).