Results 1 to 8 of 8
  1. #1
    thatasian's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    0

    >< hnew with console help plz

    hey guys can u guys just walk me through the basics in binding via console? thanks in advance

  2. #2
    kiraboshi's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by thatasian View Post
    hey guys can u guys just walk me through the basics in binding via console? thanks in advance
    binding works this way:
    bind key "command"
    for example:
    bind G "cc_set_sub_weapon javelin 999"
    for list of commands, go here:
    https://www.mpgh.net/forum/267-vindic...ml#post4385015

  3. The Following User Says Thank You to kiraboshi For This Useful Post:

    thatasian (06-18-2011)

  4. #3
    thatasian's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    0
    thanks you so much !!

  5. #4
    OneDeadLover's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    0
    My Mood
    Yeehaw
    hey this is the 1 Im using so far and Im doing good with it

    bind "q" "plr_play_overlay_sequence dark_knight_transformation_begin_1"
    bind "i" "cc_set_sub_weapon javelin_lvl2 999"
    bind "o" "cc_set_sub_weapon handbomb_lvl2 999"
    bind "k" "cc_set_sub_weapon mining_bomb 999"
    bind "p" "cc_set_sub_weapon flashbang 999"
    bind "l" "cc_set_sub_weapon hookshot 999"
    bind "HOME" "cc_enter_colhen_from_rochest"
    bind "PGUP" "cc_enter_rochest_from_colhen"
    bind "7" "cc_set_sub_weapon snowball 999"
    bind "8" "cc_set_sub_weapon sticky_bomb 999"
    bind "9" "cc_set_sub_weapon javelin_piercing_catacomb 999"
    bind KP_5 "cc_spawn_golden_ball 15 9999999"
    bind KP_UPARROW "changemap_to_current_random_sector"
    bind KP_INS "changelevel 2"
    bind KP_END "plr_move_speed_sprint 10000"
    bind "F8" "cc_change_figure_height .1"
    bind "F9" "cc_change_figure_height 3"
    bind "F10" "cc_change_figure_height 1"

    credit to pie!!!

  6. #5
    ad1996's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    381
    Reputation
    10
    Thanks
    45
    My Mood
    Inspired
    Quote Originally Posted by OneDeadLover View Post
    bind KP_INS "changelevel 2"

    credit to pie!!!
    what does this do?


  7. #6
    thatasian's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by OneDeadLover View Post
    hey this is the 1 Im using so far and Im doing good with it

    bind "q" "plr_play_overlay_sequence dark_knight_transformation_begin_1"
    bind "i" "cc_set_sub_weapon javelin_lvl2 999"
    bind "o" "cc_set_sub_weapon handbomb_lvl2 999"
    bind "k" "cc_set_sub_weapon mining_bomb 999"
    bind "p" "cc_set_sub_weapon flashbang 999"
    bind "l" "cc_set_sub_weapon hookshot 999"
    bind "HOME" "cc_enter_colhen_from_rochest"
    bind "PGUP" "cc_enter_rochest_from_colhen"
    bind "7" "cc_set_sub_weapon snowball 999"
    bind "8" "cc_set_sub_weapon sticky_bomb 999"
    bind "9" "cc_set_sub_weapon javelin_piercing_catacomb 999"
    bind KP_5 "cc_spawn_golden_ball 15 9999999"
    bind KP_UPARROW "changemap_to_current_random_sector"
    bind KP_INS "changelevel 2"
    bind KP_END "plr_move_speed_sprint 10000"
    bind "F8" "cc_change_figure_height .1"
    bind "F9" "cc_change_figure_height 3"
    bind "F10" "cc_change_figure_height 1"

    credit to pie!!!
    do you need the quotes?

  8. #7
    Nico's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Germany :D
    Posts
    15,918
    Reputation
    1121
    Thanks
    8,617
    Quote Originally Posted by thatasian View Post
    do you need the quotes?
    Better use them, most commands wont work without (thats what i experienced).

  9. #8
    thatasian's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    0
    thanks a bunch