Announcement

Collapse
No announcement yet.

getting into it

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

  • getting into it

    Salve, Civies!
    Okay, I've got the basics down for the scenario I'm creating, now I want to start working on some fine tuning -which is giving me the most difficulty-. Again, here are some more annoying questions for the experts out there...
    • I don't want governments to negotiate -- can't seem to find out how to make that work.
    • Remodeling the tech-tree is going to be a PITA isn't it?


    I had other questions but forgot 'em, so I'll come back later to bother you all again

    Vale!
    >DormSlave<
    [This message has been edited by DormSlave (edited May 16, 2000).]

  • #2
    1. By using the events you can forbid a civ to negotiate with someone else.
    The event would look similiar to this:

    IF
    NEGOTIATION
    talker=ANYBODY
    talkertype=HumanOrComputer
    listener=ANYBODY
    listenertype=HumanOrComputer
    @THEN
    @ENDIF

    You can decide which civs to insert for "anybody" instead. The "talkertype" tells you when this event is in effect.

    2. Yes, it will be. But if done nicely it is well worth the effort put into it. Before you start you should write done on a piece of paper how the tech-tree is suppossed to look like. Just make a sketch to work from makes it a lot easier.
    Also you should beware of certain techs that have hardcoded effects on the game. There is a very good design tip about this on the S. League. You should check it out!
    The Lost Geologist Blog
    http://lostgeologist.blogspot.com

    Comment


    • #3
      Great, thanks.

      Another quirk:
      I have units ready to attack along a front, yet every time the computer is put in control of these units, they all just fortify and are slaughtered next turn, even though they have the advantage. I've got the total war flag on, WWII AI, and have set the tribe to be aggressive, and still the computer refuses to launch an attack. How can I change this? (the scenario is quite boring otherwise) .

      Thanks
      >DormSlave<

      Comment


      • #4
        Are You sure that the ROLE for these units is set up correctly? Ensure that they are defined as ATTACKERS, not as defenders...
        Hope that this helps You.
        Blah

        Comment


        • #5
          You might want to get rid of the WWII AI, per John Possidente's scenario guide, it has a bunch of very specific code changes, beyond just maintaining alliances. It was programmed for a specific scenario and you should never use it or it will screw up your scenario.

          I have not seen it used here before, but some guys might have hacked it and figured out how to make it work, so I reserve the right to be totally wrong.
          Be the bid!

          Comment


          • #6
            Do not use the WWII flag under any circumstances!!! It will screw up your scenario for good!
            And I'm speaking out of experience...

            Otherwise make sure all units have the right role and that they do have an attack factor of more than 0. Sounds stupid but it actually happend to once that I did forget to put in an attack rating for a unit.
            The Lost Geologist Blog
            http://lostgeologist.blogspot.com

            Comment


            • #7
              Got rid of the WWII flag and everything's cool now. Thanks ya'll.

              >DormSlave<

              Comment


              • #8
                For disabling negotiations you need

                @IF
                NEGOTIATION
                talker=Anybody
                talkertype=HumanOrComputer
                listener=Anybody
                listenertype=HumanOrComputer
                @THEN

                @ENDIF

                If the blank line between @THEN and @ENDIF is omitted the statement does not work! You will spend days wondering why your deadly enemies are making peace with eachother behind your back...

                Comment


                • #9
                  And don't use Anybody, Anybidy. You need a separate NEGOTIATION command for each set of nations you want to limit. And you have to do a pair of statements for each relationship; ie Germans and Russians PLUS one for Russians and Germans.
                  "You give a guy a crown and it goes straight to his head."
                  -OOTS

                  Comment


                  • #10
                    Michael, is it really necessary to use negotiation events for every pair of civs?
                    I think it works also with Nemo´s solution?
                    Blah

                    Comment


                    • #11
                      Well, sometimes it seems to work and sometimes not. I was unlucky enough as not to get it to work as intended in my last scenario. Tooks me a long time to get it to work in a somewhat acceptable form.
                      The Lost Geologist Blog
                      http://lostgeologist.blogspot.com

                      Comment


                      • #12
                        Is that the case in 2194 Days? I have never had it work for me either.
                        "You give a guy a crown and it goes straight to his head."
                        -OOTS

                        Comment

                        Working...
                        X