Jump to content

ChrisND

Administrators
  • Posts

    11,176
  • Joined

  • Last visited

Posts posted by ChrisND

  1. Recent changes:

    Made the post-Barbarossa scripts so that new offensives are only launched if the eastern front is stable.

    Added in the exploitation scripts for the AI to take certain undefended resources.

    Put in several react-to-Allied attack scripts.

    Current problems that I could use help on:

    Italy just will not send troops to North Africa. They send them all to Russia, even though the transport scripts are at STEAL 3 and there are no Russia scripts.

    Anyone have ideas for smoothing out the purchases? For example, some reports say that Italy bought 0 HQ, and some that Italy bought 3!

    The Norway invasion still defies a fix. ANYTHING involving the ocean, naval units, transports, or amphibs is going to be screwed and up and will probably stay that way until a future patch enhances the naval AI.

    And last note folks, you need to give the AI an exp and difficulty boost. I never play below Expert/+2 XP. The AI needs it to make up for the fact that it is just not as capable as a human player.

  2. Thanks for the AAR.

    The Sweden invasion I need to turn % chance of that down. That is very odd that the invasion went badly, because every tiem I have seen the AI do it was fantastic, Sweden down in two turns each time. I'll look into that, it is most likely a problem with the script that sends the invasion force by transport to Norway.

    That is REALLY odd how the USSR joined so quickly. The reason there were no Axis units at border was because they joined so fast the build-up scripts hadnt even started yet! :eek:

    Also, I am going to set back Axis Denmark and Belgium invasions to allow for better weather.

  3. Here are the DoW scripts, let me know if something is wrong.

    ; Germany attacks the USSR:

    {

    #NAME= Germany Build Up Offensive - Riga (USSR DoW)

    #POPUP=

    #FLAG= 1

    #TYPE= 1

    #COUNTRY_ID= 5

    #TRIGGER= 100

    #LEVEL= 0

    #PLAN_ID= 1

    #SIZE= 5

    #LENGTH= 1

    ; Riga

    #GOAL_POSITION= 96,10

    #DATE= 1941/05/01

    #STEAL= 0

    ; Konigsberg

    #FRIENDLY_POSITION= 94,12

    ; 1st Line - France politically aligned with Allies and surrendered AND

    ; 2nd Line - USSR politically Allied (90% active) and not surrendered

    #VARIABLE_CONDITION= 2 [2] [100] [1]

    #VARIABLE_CONDITION= 4 [2] [90] [0]

    #TACTICAL_CONDITION= 84,16 [1]

    #ACTIVATE_POSITION= 0,0 [0,0] [0,0] [0]

    #CANCEL_POSITION= 0,0 [0,0] [1,1] [0]

    }

    ; Germany attacks the USSR:

    {

    #NAME= Germany Build Up Offensive - Odessa (USSR DoW)

    #POPUP=

    #FLAG= 1

    #TYPE= 1

    #COUNTRY_ID= 5

    #TRIGGER= 100

    #LEVEL= 0

    #PLAN_ID= 1

    #SIZE= 5

    #LENGTH= 1

    ; Odessa

    #GOAL_POSITION= 107,19

    #DATE= 1940/05/01

    #STEAL= 3

    ; Budapest

    #FRIENDLY_POSITION= 93,20

    ; USSR politically Allied (90% active) and not surrendered

    #VARIABLE_CONDITION= 4 [2] [90] [0]

    #TACTICAL_CONDITION= 93,20 [1]

    #ACTIVATE_POSITION= 0,0 [0,0] [0,0] [0]

    #CANCEL_POSITION= 0,0 [0,0] [1,1] [0]

    }

  4. Yes Edwin, some of the problems you noted will be fixed when I include the TACTICAL_CONDITION and ACTIVATE_CONDTION flags that will allow the AI to only move troops to a new attack if the tactical situation is favorable, or stop advancing and consolidate when the situation is bad, or even fall back to defensive position. My first priotity is to just get the AI to follow the offensive scripts, then the fine print will be added.

    Did the Germans DoW, or did they let Russia join? I had been having problems with that.

    As for the Italian HQ, and air support problem, I am having the damnedest time getting the AI to send Italian troops to Africa and NOT the eastern front. Any suggestions?

    As for the problem of the German units in Africa, based on your game I will include a script to move German units out of Africa and into Europe before Barbarossa kicks off.

  5. OK folks, the script set is almost done...

    Scripting 90% complete.

    But the testing will be the long and hard part.

    New version will be sent to testers in the morning.. anyone else who wants one give me a shout.

    Read the prior thread I made for pre-barbarossa highlights.

    Highlights, Post-Barbarossa:

    - Germany will choose among many different plans of attack for Barbarossa. Be ready for an invasion anywhere, going in any direction!

    - The further germany penetrates into Russia, the more a chance they will launch a Sealion.

    - Random invasion scripts for minor countries.

    - Enhanced diplomacy, research, and purchasing.

    - Axis will exploit weaknesses in Allied defense. No more leaving those remote places unmanned!

  6. Actually after I made that post I realized that I could use the CANCEL position. smile.gif

    I think the problem I have been running into is that the AI sometimes doesnt have the MPP to move the garrisons to Konigsberg for the Norway attack. Other times it just doesnt, for reasons I honestly dont know. And I do have it set at STEAL 3.

    As for setting it to a TYPE 2, the problem with that is that it keep checking for it forever, when I only want it to happen within a certain time frame. Can you set multiple #DATE flags within a script, or even a range of dates? That would be most helpful.

×
×
  • Create New...