Bind save file (Slash Command): Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
imported>Eabrace
m (created article)
 
imported>Konoko
(updated)
Line 1: Line 1:
{{stub}}
{{stub}}
{{TOCright}}
{{TOCright}}
==Overview==
==Slash Command==
The '''bind_save_file''' [[:Category:Slash Commands|slash command]] will create a file at a location specified by the user.  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|options=filename.txt|note=Creates a file at a location specified by the user.  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.
 
==Syntax==
:/'''bind_save_file''' ''pathname''


* Due to limitations of the CoH/V command line parser, ''pathname'' must contain no spaces.  Thus ''C:\cohbinds\bindfile.txt'' would be a valid path, while ''C:\coh binds\bindfile.txt'' would not.
* Due to limitations of the CoH/V command line parser, ''pathname'' must contain no spaces.  Thus ''C:\cohbinds\bindfile.txt'' would be a valid path, while ''C:\coh binds\bindfile.txt'' would not.
Line 11: Line 8:
:* 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).
:* 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).}}


==Related==
==Related==
Line 16: Line 16:
* {{slashcommand|bind_load}}
* {{slashcommand|bind_load}}
* {{slashcommand|bind_load_file}}
* {{slashcommand|bind_load_file}}
* {{slashcommand|bind|key commands}}
* {{slashcommand|unbind|key}}


[[Category:Slash Commands]]
[[Category:Slash Commands]]

Revision as of 21:18, 3 July 2007

This article is a stub. You can help the Wiki by expanding it.

Slash Command

/bind_save_file filename.txt

Creates a file at a location specified by the user. 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 contain no spaces. Thus C:\cohbinds\bindfile.txt would be a valid path, while 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 should be located inside of the piggs directory in the install directory (C:\Program Files\City of Heroes\piggs\bindfolder\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).

Related