X
 
  • Filtre
  • Heure
  • Afficher
Tout nettoyer
nouveaux messages

  • Pape : vie, changement et éradication...

    Par Stilgar

    I/ Comment rendre le Pape comme une faction normale





    Ce tutoriel vous montre comment rendre la faction Etats Papaux jouable comme une faction normale.

    1) Ouvrez "descr_sm_factions.txt" dans \Medieval II Total War\data

    2) Cherchez papal_states

    3) Voila ce que vous allez trouvez :

    Code:
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    
    faction                        papal_states
    culture                        southern_european
    religion                    catholic
    special_faction_type                papal_faction<--SUPPRIMEZ CETTE LIGNE
    symbol                        models_strat/symbol_papacy.CAS
    rebel_symbol                models_strat/symbol_rebels.CAS
    primary_colour                red 239, green 239, blue 239
    secondary_colour            red 221, green 176, blue 69
    loading_logo                loading_screen/symbols/symbol128_papal_states.tga
    standard_index                3
    logo_index                    FACTION_LOGO_PAPAL_STATES
    small_logo_index            SMALL_FACTION_LOGO_PAPAL_STATES
    triumph_value                5
    intro_movie                    faction/minor_intro.bik
    victory_movie                faction/minor_win.bik
    defeat_movie                faction/minor_lose.bik
    death_movie                    faction/minor_lose.bik
    custom_battle_availability    no
    can_sap                        yes
    prefers_naval_invasions        no
    can_have_princess            no
    has_family_tree                    no <-- METTEZ "YES" ICI //
     
     ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    4) Voila en changée

    Code:
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    
    faction                        papal_states
    culture                        southern_european
    religion                    catholic
    symbol                        models_strat/symbol_papacy.CAS
    rebel_symbol                models_strat/symbol_rebels.CAS
    primary_colour                red 239, green 239, blue 239
    secondary_colour            red 221, green 176, blue 69
    loading_logo                loading_screen/symbols/symbol128_papal_states.tga
    standard_index                3
    logo_index                    FACTION_LOGO_PAPAL_STATES
    small_logo_index            SMALL_FACTION_LOGO_PAPAL_STATES
    triumph_value                5
    intro_movie                    faction/minor_intro.bik
    victory_movie                faction/minor_win.bik
    defeat_movie                faction/minor_lose.bik
    death_movie                    faction/minor_lose.bik
    custom_battle_availability    no
    can_sap                        yes
    prefers_naval_invasions        no
    can_have_princess            no
    has_family_tree                    yes
    
     ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    5) Voila - Plus d'excommunication, plus de pape.

    NB! Le chef de faction a tjrs le modèle du pape en carte de campagne.

    6)(Optionel) Vous pouvez aussi éditer : "campaign_descriptions" et"expanded" dans "\Medieval II Total War\data\text

    7)(Optionael) Changez "expanded" comme cela :


    Code:
    {EMT_PAPAL_STATES_FACTION_LEADER}Papal States Pope
    
    {EMT_PAPAL_STATES_FACTION_LEADER_TITLE}Pope
    
    {EMT_PAPAL_STATES_FACTION_LEADER_NAME}Pope %S
    
    {EMT_PAPAL_STATES_FACTION_HEIR_NAME}!DO NOT TRANSLATE! PLAYER SHOULD NOT SEE THIS!
    
    {EMT_PAPAL_STATES_FORMER_FACTION_LEADER_TITLE}Pope
    en

    Code:
    {EMT_PAPAL_STATES_FACTION_LEADER}Papal States Leader
    
    {EMT_PAPAL_STATES_FACTION_LEADER_TITLE}King
    
    {EMT_PAPAL_STATES_FACTION_LEADER_NAME}King %S
    
    {EMT_PAPAL_STATES_FACTION_HEIR_NAME}Prince %S
    
    {EMT_PAPAL_STATES_FORMER_FACTION_LEADER_TITLE}King
    II/ Comment créer un nouvel état papal

    1) Editez les mêmes fichiers

    2) Version originale :

    Code:
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    
    faction                        england
    culture                        northern_european
    religion                    catholic
    (Rajoutez ici : "special_faction_type    papal_faction")
    symbol                        models_strat/symbol_england.CAS
    rebel_symbol                models_strat/symbol_rebels.CAS
    primary_colour                red 215, green 0, blue 0
    secondary_colour            red 255, green 210, blue 0
    loading_logo                loading_screen/symbols/symbol128_england.tga
    standard_index                12
    logo_index                    FACTION_LOGO_ENGLAND
    small_logo_index            SMALL_FACTION_LOGO_ENGLAND
    triumph_value                5
    intro_movie                    faction/major_intro.bik
    victory_movie                faction/england_win.bik
    defeat_movie                faction/england_lose.bik
    death_movie                    faction/england_lose.bik
    custom_battle_availability    yes
    can_sap                        no
    prefers_naval_invasions        yes
    can_have_princess            yes
    has_family_tree                    yes
    
     ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    3) Version éditée :


    Code:
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    
    faction                        england
    culture                        northern_european
    religion                    catholic
    special_faction_type                papal_faction
    symbol                        models_strat/symbol_england.CAS
    rebel_symbol                models_strat/symbol_rebels.CAS
    primary_colour                red 215, green 0, blue 0
    secondary_colour            red 255, green 210, blue 0
    loading_logo                loading_screen/symbols/symbol128_england.tga
    standard_index                12
    logo_index                    FACTION_LOGO_ENGLAND
    small_logo_index            SMALL_FACTION_LOGO_ENGLAND
    triumph_value                5
    intro_movie                    faction/major_intro.bik
    victory_movie                faction/england_win.bik
    defeat_movie                faction/england_lose.bik
    death_movie                    faction/england_lose.bik
    custom_battle_availability    yes
    can_sap                        no
    prefers_naval_invasions        yes
    can_have_princess            yes
    has_family_tree                    yes
    
     ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    4) Félicitations l'Angleterre est le nouvel état papal
    4.1) Vous pouvez rajouter cette ligne à n'importe quelle faction/religion
    4.2) La faction papale ne donne de missions etc... qu'aux faction de la même religion
    4.3) Cela veut dire que si vous mettez une faction Musulmane "papal-states" les autres faction musulmanes vont l'écouter etc...
    4.4) Pareil avec les orthodoxes

    5) (Optionnel) Si vous ajoutez cette ligne à une faction Musulmane alors vous pouvez appeler des Jihads en plus des Croisades
    6) (Optionel) Lorsque vous mettez cette ligne aux factions orthodoxes et que vous lancerez les croisades le jeu buggera
    Dernière modification par Stilgar, 07-09-2011, 20h29.
Chargement...
X