Advertisement
dervd

paste into thread

May 15th, 2011
1,025
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.95 KB | None | 0 0
  1. 5/15/2011 - List of Useful/Useless Console Commands
  2. [quote]Creds to Raisinets for the phys_timescale
  3. Creds to Nicdel for current_combat_difficulty 1
  4. As usual, props to Benitsuuba for introducing most of these.[/quote]
  5.  
  6. Pastebin: http://pastebin.com/E4Aqb5ks
  7.  
  8. [code]
  9. cc_set_sub_weapon javelin_lvl2 999 //Fine spears
  10. cc_set_sub_weapon handbomb_lvl2 999 //Fine bombs
  11. cc_set_sub_weapon mining_bomb 999 //Mining Bombs
  12. cc_set_subweapon snowball 999 //Snowballs
  13. cc_set_subweapon sticky_bomb 999 //Sticky Bombs
  14. cc_set_subweapon flashbang 999 //Palalas
  15. cc_set_subweapon hookshot 999 //Hooks
  16. cc_set_subweapon javelin_piercing_catacomb 999 //Catacomb Spears for Glas
  17. hand_bomb_detonate_by_throw_delay 0.1; //Instant finebomb explode
  18. mining_bomb_detonate_by_throw_delay 0.1; //Instant mining bomb explode
  19. flashbang_detonate_by_throw_delay 0.1; //Instant palala explode
  20.  
  21. lift_throw_force_modifier 9000; //Far throw distance
  22. combat_min_critical_hit_ratio 100; //Critical every smash
  23. cc_spawn_golden_ball 3 9999999; //Spawns 3 golden balls that can instantly kill, use primary smash for aim
  24. lift_evy_damage_factor_ratio 9000; //Instant evie object lift kill
  25.  
  26. ai_reaction_delay_idle 99999; //idle npc
  27. ai_reaction_delay_alert 99999; //never alert npc
  28. ai_reaction_delay_idle 0; //nonidle npc
  29. ai_reaction_delay_alert 0; //always alert npc
  30.  
  31. blacksmith_craft_time_sec 0.1; //instant craft
  32. dye_craft_time_sec 0.1; //instant dye
  33. enhance_craft_time_sec 0.1; //instant enhance
  34. enchant_craft_time_sec 0.1; //instant enchant
  35. synthesis_time_sec 0.1; //instant synthesis rune
  36.  
  37. cc_fill_all_items //refill all items
  38. cc_play_emotion 7 //sit down
  39. cc_mailbox_ui //mailbox toggle
  40. show_mini_shop //show minishop
  41. hide_mini_shop //close minishop
  42. html_navigate_trade //show marketplace
  43.  
  44. //Speed modifers
  45. plr_move_speed_normal 1000;
  46. plr_move_speed_tired 1000;
  47. plr_move_speed_sprint 1000;
  48. plr_move_speed_town 1000;
  49. plr_move_speed_barehand 1000;
  50. plr_move_speed_lift1 1000;
  51. plr_move_speed_lift2 1000;
  52. plr_move_speed_lift3 1000;
  53. plr_move_speed_lift4 1000;
  54. plr_move_speed_lift5 1000;
  55. plr_move_speed_lift6 1000;
  56. plr_move_speed_lift7 1000;
  57. plr_move_speed_lift8 1000;
  58. plr_move_speed_lift9 1000;
  59. plr_move_speed_lift10 1000;
  60. plr_move_speed_lift11 1000;
  61. plr_move_speed_lift12 1000;
  62. plr_move_speed_lift1_evy 1000;
  63. plr_move_speed_lift2_evy 1000;
  64. plr_move_speed_lift3_evy 1000;
  65. plr_move_speed_lift4_evy 1000;
  66. plr_move_speed_lift5_evy 1000;
  67. plr_move_speed_lift6_evy 1000;
  68. plr_move_speed_lift7_evy 1000;
  69. plr_move_speed_lift8_evy 1000;
  70. plr_move_speed_lift9_evy 1000;
  71. plr_move_speed_lift10_evy 1000;
  72. plr_move_speed_lift11_evy 1000;
  73. plr_move_speed_lift12_evy 1000;
  74.  
  75. plr_search_campfire_anvildistance 0 //disable anvil search (I use this while fishing, anvils are just annoying.)
  76. plr_tired_mode_exit_percentage -1 //Never tired
  77. plr_falling_motion_minimum_height 8000 //Lemmings (walk off platforms) - It's freaking hilarious when used with gravity.
  78. campfire_ignite_num_required_props 0 //campfire without wood
  79.  
  80. changemap_to_current_random_sector //reload map
  81. changemap_to_next_random_sector //skip map
  82. changelevel 2 //skip current map
  83. changelevel2 //skip current map
  84.  
  85. cc_enter_rochest_from_colhen //enter rochest
  86. cc_enter_colhen_from_rochest //enter colhen
  87.  
  88. cc_change_figure_height 0.1 //tiny height
  89. cc_change_figure_height 1 //normal height
  90. cc_change_figure_height 3 //tall height
  91.  
  92. cc_change_figure_bust 3 //breast size modifier
  93.  
  94. host_timescale 1 //1x game speed
  95. host_timescale 2 //2x game speed
  96.  
  97. sv_gravity 800 //Original Gravity
  98. sv_gravity 0 //No gravity
  99. sv_gravity -800 //Inverse gravity
  100.  
  101. phys_timescale 0.1 //slows down all physical objects except NPCs and Player
  102.  
  103. "monster_attack_bonus_ratio -80" //Godmode
  104.  
  105. "current_combat_difficulty 1" //changes difficulty to normal but sticks with original selected in mission selection (mobs have more hp, boss hp bar displays)
  106.  
  107. Useless
  108. cc_efx [efx]//sparkles
  109. cc_random //Random caption from cutscenes.
  110. CreateHairball 1 //creates random hairballs.
  111. [/code]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement