1. Questo sito utilizza i cookies. Continuando a navigare tra queste pagine acconsenti implicitamente all'uso dei cookies. Scopri di più.

Germania: Anschluss e Alleanza con Giappone

Discussione in 'Compendium Mod' iniziata da rawghi, 9 Giugno 2009.

  1. rawghi

    rawghi Moderator Membro dello Staff

    Registrato:
    15 Dicembre 2008
    Messaggi:
    1.595
    Località:
    Milano
    Ratings:
    +502
    Ciao Luxor,
    scusami se ti disturbo.
    ho notato che con il compendium se ti allei con il giappone prima dell'anschluss (facendo ovviamente la germania), quest'ultimo non scatta, poichè i nipponici ti trascinano in guerra contro la cina nazionalista.

    Il trigger dell'anschluss dice:

    Codice:
        trigger = {
            exists = AUS
            NOT = { atwar = AUS }
        }
    
    io lo interpreto come:
    "se l'austria esiste e tu non sei in guerra con lei"

    mentre sembra che il gioco la consideri come:
    "se l'austria esiste e tu non sei in guerra con nessuno"

    Ti chiedo questo non per lamentarmi della cosa, anzi, come ho già detto il tuo mod è un gioiello, ma per capire da te che di certo ne sai meglio di me, come diavolo interpreta quell' "atwar = AUS" (io conoscevo l' atwar = YES o NO)

    Grazie mille
     
  2. Luxor

    Luxor

    Registrato:
    7 Marzo 2007
    Messaggi:
    689
    Ratings:
    +54
    Il trigger atwar = [TAG] controlla se la nazione oggetto (TAG) e' in guerra. Ma il tuo problema non nasce da questo trigger. Alleandoti con il Giappone e quindi essendo in guerra, c'e' un evento specifico che mette a tacere tutti gli eventi storici pre-39.
     
  3. mdfgt82

    mdfgt82

    Registrato:
    9 Febbraio 2009
    Messaggi:
    35
    Ratings:
    +0
    ...e qui la risposta al mio precedente topic!
    BINGO!
    GRAZIE!
     
  4. rawghi

    rawghi Moderator Membro dello Staff

    Registrato:
    15 Dicembre 2008
    Messaggi:
    1.595
    Località:
    Milano
    Ratings:
    +502
    infatti....
    mi bastava cercare "sleepevent" e voilà!

    Codice:
    ############################# 
    # Unhistoric German Path
    #############################
    event = { 
        id = 3136169
        random = no
        
        trigger = {
            atwar = GER
            ai = yes
        }
    
        name = AI_EVENT
        style = 0
        
        date = { day = 1 month = january year = 1936 }
        offset = 1
        deathdate = { day = 15 month = august year = 1939 }
        
        action_a = {
            name = "OK"
            command = { type = activate which = 2010 }
            command = { type = activate_unit_type which = light_armor }
            command = { type = sleepevent which = 3136169 }
            command = { type = sleepevent which = 3136000 } # Franco-Soviet pact ratification
            command = { type = sleepevent which = 3136001 } # Re-occupation of the Rhineland
            command = { type = sleepevent which = 3136002 }
            command = { type = sleepevent which = 3136003 }
            command = { type = sleepevent which = 3136004 }
            command = { type = sleepevent which = 3135000 }
            command = { type = sleepevent which = 3115000 }
            command = { type = sleepevent which = 3155000 }
            command = { type = sleepevent which = 3136005 } # Anschluss of Austria
            command = { type = sleepevent which = 3114000 }
            command = { type = sleepevent which = 3136006 }
            command = { type = sleepevent which = 2030 }     # The Treaty of Munich
            command = { type = sleepevent which = 2200 }
            command = { type = sleepevent which = 3136008 }
            command = { type = sleepevent which = 2004 }
            command = { type = sleepevent which = 2005 }
            command = { type = sleepevent which = 2040 }
            command = { type = sleepevent which = 3136011 }
            command = { type = sleepevent which = 3136012 }
            command = { type = sleepevent which = 3136013 }
            command = { type = sleepevent which = 3136014 }
            command = { type = sleepevent which = 3136015 }
            command = { type = sleepevent which = 3136016 }
            command = { type = sleepevent which = 3136017 }
            command = { type = sleepevent which = 3141001 }
            command = { type = sleepevent which = 3141002 }
            command = { type = sleepevent which = 3141004 }
        }
    }
    
    quindi il trucco è allearsi eventualmente con i jap, ma uscire dalla alleanza prima del lugli 37 (invasione Cina)

    Grazie Luxor, gentile come sempre!
     

Condividi questa Pagina