Bind load file (Slash Command): Difference between revisions
Jump to navigation
Jump to search
imported>Aggelakis (historical) mNo edit summary |
imported>8691RGI (historical) No edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
== Slash Command == | == Slash Command == | ||
{{SlashCommandArticle|command=bind_load_file|options=path|note=This command loads the specified bindfile into the current character. The path | {{SlashCommandArticle|command=bind_load_file|options=path|note=This command loads the specified bindfile into the current character. | ||
* Due to limitations of the CoH/V command line parser, ''pathname'' must be enclosed in quotes if it contains spaces. Thus ''/bind_load_file "C:\coh binds\bindfile.txt"'' would be a valid command, while ''/bind_load_file C:\coh binds\bindfile.txt'' would not. | |||
* The default location, unless a fully defined path is specified, is ''<COHInstallFolder>\data'' if it exists, or ''<COHInstallFolder>'' if it does not. The \data folder does NOT exist on a default City of Heroes installation, it must be manually created. | |||
* ''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).}} | |||
{{Bind Commands NavBox}} | {{Bind Commands NavBox}} |
Revision as of 23:27, 15 November 2010
Slash Command
/bind_load_file path
This command loads the specified bindfile into the current character.
- Due to limitations of the CoH/V command line parser, pathname must be enclosed in quotes if it contains spaces. Thus /bind_load_file "C:\coh binds\bindfile.txt" would be a valid command, while /bind_load_file C:\coh binds\bindfile.txt would not.
- The default location, unless a fully defined path is specified, is <COHInstallFolder>\data if it exists, or <COHInstallFolder> if it does not. The \data folder does NOT exist on a default City of Heroes installation, it must be manually created.
- 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).