Results 1 to 7 of 7

Thread: Diplomacy

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default Diplomacy

    Hello, I've noticed, by pressing up in the console, that after each turn, my console had sent this message: "diplomatic_stance teutonic_order lithuania war".

    Is that working, or was that just a project that was left unable to function? I ask that, because I want so much to use that command, yet it doesn't work, I need to set the Teutonic Order and Denmark as enemies or at least neutral, so I can attack Denmark without breaking the alliance. Can anyone help me with that? Be it console or editing thousands of files or some submod, I don't care, I beg your help, anyway is good!

  2. #2

    Default Re: Diplomacy

    Ach! Why can't anyone help me?

  3. #3
    Andytheplatypus's Avatar Domesticus
    Join Date
    Jan 2010
    Location
    . U.S. - MS, Gulf Coast.
    Posts
    2,384

    Default Re: Diplomacy

    Im just guessing here but that is probably just a script showing up when you press the console. So just because it looks like a console command, doesnt mean it is. Again just a guess because I dont know.

    As far as faction relations go I think there are cheats that can do that. Just google search m2tw faction relation cheats and see what comes up.

  4. #4

    Default Re: Diplomacy

    Quote Originally Posted by Andytheplatypus View Post
    Im just guessing here but that is probably just a script showing up when you press the console. So just because it looks like a console command, doesnt mean it is. Again just a guess because I dont know.

    As far as faction relations go I think there are cheats that can do that. Just google search m2tw faction relation cheats and see what comes up.
    My relations with them are "perfect", still, they always choose Denmark if I attack. I wanted to know if there is any file I can edit so they become neutral, or enemies even.

  5. #5

    Default Re: Diplomacy

    Some commands only work for scripts but as already said, your best bet is on googling M2TW console commands. Some sites that display them have full information on what they do and if they work as "cheats".

  6. #6

    Default Re: Diplomacy

    Quote Originally Posted by Melooo182 View Post
    Some commands only work for scripts but as already said, your best bet is on googling M2TW console commands. Some sites that display them have full information on what they do and if they work as "cheats".
    How do I make them work in the scripts then?

  7. #7

    Default Re: Diplomacy

    Well there are tutorials about scripting here in TWC, although best way to learn imo is by checking other peoples scripts hehe
    Getting the Docudemons 2.0 and further versions also help a great deal in understanding how it works and most important, know what can be scripted.

    the "easiest" and most common way to get a script in the campaign is with the campaign_script.txt located in .../data/world/maps/campaign/imperial_campaign/

    you will need a monitor and conditions to then trigger the command for example:

    monitor_event PreFactionTurnStart FactionIsLocal
    if I_IsFactionAIControlled england
    increment_kings_purse england 700
    end_if
    end_monitor

    Monitor
    Conditions Command

    Further info will be found in the tutorials and docudemons

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •