Bind load file (Slash Command): Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 16: Line 16:
* The default game settings files Keybinds.txt, wdw.txt, options.txt, and chat.txt are all stored in the [[Default Folder]].
* The default game settings files Keybinds.txt, wdw.txt, options.txt, and chat.txt are all stored in the [[Default Folder]].
* The ''bind_load_file command may also be used to import [[macros]] that have been stored in a text file.
* The ''bind_load_file command may also be used to import [[macros]] that have been stored in a text file.
*{{slashcommand|beginchat}} is useful as an alternate to {{slashcommand|bind_load_file}} for loading in some text binds that need to be used immediately. Binds loaded using {{slashcommand|beginchat}} tend to take effect immediately, whereas {{slashcommand|bind_load_file}} sometimes does not take effect until the character has moved to a new zone or after restarting the game client.  
*{{slashcommand|beginchat}} is useful as an alternate to {{slashcommand|bind_load_file}} for loading in some text binds that need to be used immediately. {{slashcommand|bind_load_file}} sometimes does not take effect until the character has moved to a new zone or after restarting the game client.  





Revision as of 00:29, 27 December 2022

Slash Command

/bind_load_file <path>\filename.txt

This command loads the specified bindfile into the current character. A message will be displayed in the chat tabs confirming that the file has been loaded. To load bindfiles without the message, use /bind_load_file_silent.

  • Due to limitations of the CoH/V command line parser, the path 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.
  • A forward slash (/) or back slash (\) is used in the path depending on the operating system of your computer. For Windows a back slash (\) is used, whereas on Unix based systems such as MacOS and Linux a forward slash (/) is used.
  • Path may be either a relative or fully defined (absolute) path:
  • fully defined - C:\Games\Homecoming\settings\live\bindsfolder\filename.txt
  • relative - \bindsfolder\filename.txt
    (\bindfolder\bindfile.txt would be placed within the Default Folder.)
  • Using the Default Folder and a relative path can greatly reduce the number of characters in a bind or macro. The maximum number of characters allowed for a bind/macro is 255 characters.
  • The location of the Default Folder (otherwise known as the working folder, the home folder, or relative path folder), can vary depending on the game version, how the game was installed, and the game launcher. So far, there have been 3 locations for the Default Folder: <COHInstallFolder>, <COHInstallFolder>\data, and <COHInstallFolder>\settings\live.
  • If you are having trouble finding the location of your default directory, login to the game and in the chat box type:
/bind_load_file \
Press Enter/Return. The location of your Default Folder will be shown in the Global chat window as part of an error message.
  • The default game settings files Keybinds.txt, wdw.txt, options.txt, and chat.txt are all stored in the Default Folder.
  • The bind_load_file command may also be used to import macros that have been stored in a text file.
  • /beginchat is useful as an alternate to /bind_load_file for loading in some text binds that need to be used immediately. /bind_load_file sometimes does not take effect until the character has moved to a new zone or after restarting the game client.


Examples

The following are merely examples of using the bind_load_file command, your file path may be different.

Defined path:
/bind_load_file C:\Games\Homecoming\settings\live\binds\bindfile.txt
Relative path:
/bind_load_file \binds\bindfile.txt