Payne_Full

Citizen
  • Posts

    3
  • Joined

  1. Thanks guys, I've got it working now! Now to break it ...
  2. Thanks for the reply ...

    I've put the robot.txt into a folder - c:\covbinds\robot.txt along with the other .txt files.

    Now when I type the /bindloadfile c:\covbinds\robot.txt I get another error message:

    " Unable to read in keybind file: c:\covbinds\robot.txt "

    I've tried attempts with the robot text file as both the original:
    numpad0 bind_load_file c:\covbinds\All.txt
    numpad1 bind_load_file c:\covbinds\Battle.txt
    numpad2 bind_load_file c:\covbinds\Protector.txt
    numpad3 bind_load_file c:\covbinds\Assault.txt

    and changed (hoping that the /bind missing was the problem):
    /bind numpad0 bind_load_file c:\covbinds\All.txt
    /bind numpad1 bind_load_file c:\covbinds\Battle.txt
    /bind numpad2 bind_load_file c:\covbinds\Protector.txt
    /bind numpad3 bind_load_file c:\covbinds\Assault.txt

    But they both got the same error message as above.
  3. I feel stupid; I must be doing something wrong.

    I have a MM Robot/Traps, and I'm trying to set up the second version of the keybinds. I've made a folder named "covbinds" with the suggested files made using WordPad. The path to the Robot file is c:\City of Heroes\covbinds\Robot.txt. However, when in-game I type /bindloadfile c:\City of Heroes\covbinds\Robot.txt I get the following error message:

    Usage: bindloadfile takes 1 args, you gave 3.
    Reads a list of keybinds from a file.
    bindloadfile <string>

    I tried making a folder at c:\covbinds\Robot.txt as well, but that didn't work with /bindloadfile either. Here is the text of my last attempt Robot.txt file pasted directly from this forum's initial posts:

    numpad0 bind_load_file c:\covbinds\All.txt
    numpad1 bind_load_file c:\covbinds\Battle.txt
    numpad2 bind_load_file c:\covbinds\Protector.txt
    numpad3 bind_load_file c:\covbinds\Assault.txt

    Any suggestions?