💻

Console Commands Guide

Jul 8, 2024

Using Console Commands

Turning on Console Commands

  • Hold Alt + Tilde key to open the console.
  • Drag to resize the console window.
  • Type config.cheat_mode base 1 to enable; replace 1 with 0 to disable.
    • Slows down loading when enabled.

Adding Renown

  • Command: campaign.add_renown_to_clan [number]
    • Example: campaign.add_renown_to_clan 10000

Adding Gold

  • Command: campaign.add_gold_to_hero [number]
    • Example: campaign.add_gold_to_hero 10000000

Adding Troops

  • Command: campaign.give_troops [troop_tag] [number]
    • Use help to see troop tags.
    • Example: campaign.give_troops battanian_bn_champion 100
    • Default party size increases by 5000 with one unit from the cheat menu.

Adding Food and Items

  • Adding Food: campaign.give_item_to_main_party [item_name] [number]
    • Example: campaign.give_item_to_main_party grain 400
  • Adding Items: Go to inventory with console enabled.
    • Example: Add units of 10 from Inventory screen.
    • Use item ID tags for specific items.

Enhancing Your Character

  • Adding Attribute Points: campaign.add_attribute_points_to_hero [number]
    • Example: campaign.add_attribute_points_to_hero 100
  • Adding Focus Points: campaign.add_focus_points_to_hero [number]
    • Example: campaign.add_focus_points_to_hero 200
  • Maxing Skills: campaign.add_all_skills_main_hero [number (max 300)]
    • Example: campaign.add_all_skills_main_hero 300

Managing Companions

  • Adding Companions: campaign.add_companions [number]
    • Default companions have very low stats.
  • Setting Companion Skills: campaign.set_all_companion_skill [number (300 max)]
    • Example: campaign.set_all_companion_skill 300

Crafting Materials and Unlocking Parts

  • Adding Materials: campaign.give_all_crafting_materials_to_main_party [number]
    • Example: campaign.give_all_crafting_materials_to_main_party 1000
  • Unlocking Crafting Parts: campaign.unlock_all_crafting_pieces

Owning Settlements and Fast Travel

  • Command: campaign.give_settlement_to_player [settlement_name]
    • Example: campaign.give_settlement_to_player remtol_castle
  • Fast Travel: Hold Control and Left-click on the map.

Marriage and Killing NPCs

  • Marriage: campaign.marry_player_with_hero [hero_name]
    • Kill spouse of target NPC if needed: campaign.kill_hero [hero_name]
    • Example: campaign.marry_player_with_hero leonag

Joining and Leading Kingdoms

  • Join Kingdom: campaign.join_kingdom [kingdom_name]
    • Example: campaign.join_kingdom betania
  • Lead Faction: campaign.lead_your_faction
  • Adding Influence: campaign.add_influence [number]
    • Example: campaign.add_influence 100000

Managing Campaign Time and Speed

  • Speed Up: campaign.multiply_campaign_speed [factor]
    • Flash Warning: High values.
    • Example: campaign.multiply_campaign_speed 300
  • Lock Time of Day: atmosphere.set_interpolation_tod 120
  • Move Time Forward: campaign.move_time_forward [hours]
    • Example: campaign.move_time_forward 2016 (1 year)
  • Bonus: Set Party Attackable/Unattackable: set_main_party_attackable 0

Declaring War and Peace

  • Declare War: campaign.declare_war [faction1] [faction2]
    • Example: campaign.declare_war valandia betania
  • Declare Peace: campaign.declare_peace [faction1] [faction2]
    • Example: campaign.declare_peace valandia sturgia

Finding and Using Commands

  • Start typing campaign to see available commands.

  • Example for settlements: campaign.give_settlement_to_player [settlement_name]

  • Finding and using options: Follow auto-suggestions in console to find correct commands.

  • Command Formatting

    • Check error messages for correct formatting details.