Announcement

Collapse
No announcement yet.

For my scenario how do I set each civilisation attitude to each other!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • For my scenario how do I set each civilisation attitude to each other!

    For my scenario how do I set each civilisation attitude to each other!

  • #2
    Hey, nice to see more people bothering with scenarios!

    The only way that I can see to do this would involve setting their diplomatic status at the start, and linking liking to that.

    So, for a WWII mod, make the Germans allied to the Italians, and put in the diplo files

    if (yes_alliance
    )
    {
    worship_him
    }

    and

    if (yes_war
    )
    {
    hate_him
    }

    etc.

    Actually I think that you will need to rewrite all of the diplo files along these lines, if you want to be truly realistic. But this is the closest I can think of to flagging a race.

    Comment

    Working...
    X