212 Open Daily games
2 Open Realtime games
    Pages:   1   (1 in total)
  1. #1 / 9
    Commander In Chief tom tom is offline now
    WarGear Admin tom
    Rank
    Commander In Chief
    Rank Posn
    #762
    Join Date
    Jun 09
    Location
    Posts
    5651

    These new Factory types operate as follows:

    • AutoNeutral (converts target territory to Neutral and adds further units as Neutrals)
    • AutoNeutralReset (converts target territory to Neutral, resets to zero units and then adds further units as Neutrals)


  2. #2 / 9
    Brigadier General M57 M57 is offline now
    Standard Member M57
    Rank
    Brigadier General
    Rank Posn
    #73
    Join Date
    Apr 10
    Location
    Posts
    5083

    Fantastic!  Thanks.

    Question..

    Is there a hierarchical system for how conflicting ownership issues are dealt with?

    For instance, say 3 continents point to the same factory. 

    AutoCapture +1

    AutoNeutral +2

    AutoNeutralReset +3

    Does one trump the others, or would it matter if they had AlphaNumeric names that have them fire in the above order?

    Card Membership - putting the power of factories in your hand.
    Edited Wed 18th Sep 18:41 [history]

  3. #3 / 9
    Commander In Chief tom tom is offline now
    WarGear Admin tom
    Rank
    Commander In Chief
    Rank Posn
    #762
    Join Date
    Jun 09
    Location
    Posts
    5651

    Factories which change the ownership of the target territory (AutoCapture and AutoNeutral) these execute in a loop in order of alphanumeric factory name.


  4. #4 / 9
    Brigadier General M57 M57 is offline now
    Standard Member M57
    Rank
    Brigadier General
    Rank Posn
    #73
    Join Date
    Apr 10
    Location
    Posts
    5083

    tom wrote:

    Factories which change the ownership of the target territory (AutoCapture and AutoNeutral) these execute in a loop in order of alphanumeric factory name.

    Very Nice!  I was hoping that would be the case.

    Card Membership - putting the power of factories in your hand.

  5. #5 / 9
    Brigadier General M57 M57 is offline now
    Standard Member M57
    Rank
    Brigadier General
    Rank Posn
    #73
    Join Date
    Apr 10
    Location
    Posts
    5083

    ..added to Wiki

    Card Membership - putting the power of factories in your hand.

  6. #6 / 9
    Commander In Chief tom tom is offline now
    WarGear Admin tom
    Rank
    Commander In Chief
    Rank Posn
    #762
    Join Date
    Jun 09
    Location
    Posts
    5651

    Here's an older post that I wrote which describes the Factory firing order:

    Here's a summary of the workflow. Firstly, factory bonus assignments happen before the player's turn actually starts inside the function which works out how many bonus units they get (due to continents / number of territories occupied).

     

    1. Loop through all continents

    For each continent check to see whether the player owns the continent.

    If the player owns the continent, check to see whether this continent has a factory. If it does, add it to the list of factory bonuses.

    Now check to see if the player owns the factory territory, if they don't and the factory is an auto-assign type (AutoCapture, AutoNeutral) then add this territory to the list of territories to auto-assign to the player / neutral.

    If continent does not have a factory then add the continent bonus to the player's reserves.

     

    2. Loop through list of territories to auto-assign to the player / neutral

    Update ownership of territory

    Check to see if this results in an elimination of a player by capturing their final capital, if so process capital elimination

    Check to see whether this resulted in the player being eliminated

     

    3. Loop through the list of factory bonuses

    Check the bonus will not exceed territory maxes / mins and apply change to board state

    Check for abandonment of territory (if this was a negative factory) and abandon is on

    Check to see if this abandonment resulted in the player being eliminated

    Check to see if this abandonment resulted in a player's last capital being destroyed

     


  7. #7 / 9
    Premium Member berickf
    Rank
    Brigadier General
    Rank Posn
    #72
    Join Date
    Jan 12
    Location
    Posts
    822

    tom wrote:

    Here's an older post that I wrote which describes the Factory firing order:

    Here's a summary of the workflow. Firstly, factory bonus assignments happen before the player's turn actually starts inside the function which works out how many bonus units they get (due to continents / number of territories occupied).

     

    1. Loop through all continents


    Now check to see if the player owns the factory territory, if they don't and the factory is an auto-assign type (AutoCapture, AutoNeutral) then add this territory to the list of territories to auto-assign to the player / neutral.

    2. Loop through list of territories to auto-assign to the player / neutral

    Update ownership of territory

    Hey Tom,

    I still have a question regarding the firing order.  After the continents are looped through and confirmed, for the "auto-assign" types, do they auto assign alphanumerically by one type before the other or by the name as defined by the boards designer?  For instance if the auto-assign factories were:

    auto-capture factory name a

    auto-neutral factory name b

    auto-capture factory name c

    auto-neutral factory name d

    auto-capture factory name e

    auto-neutral factory name f,

    Will they fire off alphanumerically by the "type" first and do auto-capture before auto-neutral like:

    auto-capture a,c and e before auto-neutral b,d and f

    Or, does the designer have the responsibility/ability to control the order alphanumerically via the factory name only:

    a,b,c,d,e then f?

    Thanks,

    Erick

    Edited Sun 29th Sep 13:51 [history]

  8. #8 / 9
    Commander In Chief tom tom is offline now
    WarGear Admin tom
    Rank
    Commander In Chief
    Rank Posn
    #762
    Join Date
    Jun 09
    Location
    Posts
    5651

    In this case it will fire off a,b,c,d,e,f - it's controlled by the name only.

    Any non-autocapture / autoneutral factories would follow.


  9. #9 / 9
    Premium Member berickf
    Rank
    Brigadier General
    Rank Posn
    #72
    Join Date
    Jan 12
    Location
    Posts
    822

    Thanks for the clarification!


You need to log in to reply to this thread   Login | Join
 
Pages:   1   (1 in total)