Can you restore Roman Empire as a pagan?











up vote
5
down vote

favorite












I am playing the Old Gods DLC, started in the north as a Pomeranian duke, formed the Wendish Empire and have now reconquered much of the Byzantine Empire, whose title I have usurped. I stayed as a (reformed) pagan. I seem to remember that the Byzantine Emperor has two unique decisions available: mend the schism and restore the Roman Empire. Being a pagan, it makes perfect sense that mend the schism is not available to me. However, I would have expected the Restore the Roman Empire decisions to be available. To clarify, I am not saying the decision is greyed out, it is not listed as a possible decision at all.



Are there some conditions I must fulfill before the decision will appear as an option (even if greyed out)? It would be great to know the exact list of conditions.










share|improve this question


























    up vote
    5
    down vote

    favorite












    I am playing the Old Gods DLC, started in the north as a Pomeranian duke, formed the Wendish Empire and have now reconquered much of the Byzantine Empire, whose title I have usurped. I stayed as a (reformed) pagan. I seem to remember that the Byzantine Emperor has two unique decisions available: mend the schism and restore the Roman Empire. Being a pagan, it makes perfect sense that mend the schism is not available to me. However, I would have expected the Restore the Roman Empire decisions to be available. To clarify, I am not saying the decision is greyed out, it is not listed as a possible decision at all.



    Are there some conditions I must fulfill before the decision will appear as an option (even if greyed out)? It would be great to know the exact list of conditions.










    share|improve this question
























      up vote
      5
      down vote

      favorite









      up vote
      5
      down vote

      favorite











      I am playing the Old Gods DLC, started in the north as a Pomeranian duke, formed the Wendish Empire and have now reconquered much of the Byzantine Empire, whose title I have usurped. I stayed as a (reformed) pagan. I seem to remember that the Byzantine Emperor has two unique decisions available: mend the schism and restore the Roman Empire. Being a pagan, it makes perfect sense that mend the schism is not available to me. However, I would have expected the Restore the Roman Empire decisions to be available. To clarify, I am not saying the decision is greyed out, it is not listed as a possible decision at all.



      Are there some conditions I must fulfill before the decision will appear as an option (even if greyed out)? It would be great to know the exact list of conditions.










      share|improve this question













      I am playing the Old Gods DLC, started in the north as a Pomeranian duke, formed the Wendish Empire and have now reconquered much of the Byzantine Empire, whose title I have usurped. I stayed as a (reformed) pagan. I seem to remember that the Byzantine Emperor has two unique decisions available: mend the schism and restore the Roman Empire. Being a pagan, it makes perfect sense that mend the schism is not available to me. However, I would have expected the Restore the Roman Empire decisions to be available. To clarify, I am not saying the decision is greyed out, it is not listed as a possible decision at all.



      Are there some conditions I must fulfill before the decision will appear as an option (even if greyed out)? It would be great to know the exact list of conditions.







      crusader-kings-2






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jul 20 '13 at 15:44









      SMeznaric

      2,77232142




      2,77232142






















          3 Answers
          3






          active

          oldest

          votes

















          up vote
          10
          down vote



          accepted










          You have to be emperor of Byzantium and be Christian for the decision to restore the Roman Empire to show up. From decisions/realm_decisions.txt:



          restore_roman_empire = {
          [...]
          potential = {
          has_dlc = "Legacy of Rome"
          age = 16
          prisoner = no
          NOT = { trait = incapable }
          has_landed_title = e_byzantium
          religion_group = christian
          }
          [...]
          }


          If you don't like that, you can simply remove or comment out the religion_group line.






          share|improve this answer

















          • 2




            Alternatively, you could change it to OR = { AND = { religion_group = christian [newline] religion = hellenic_pagan } (or something along those lines) to enable the Hellenic religion to reform the empire as well.
            – Miles Rout
            Jul 22 '13 at 6:48


















          up vote
          1
          down vote













          To restore the Roman Empire you must control Rome and its former territory. That means taking over Italy and the Holy Land. Until you control the old Roman Empire, you won't have the option to restore it.






          share|improve this answer




























            up vote
            0
            down vote













            As of the release of Holy Fury, you can now restore the Roman Empire as both an unreformed and reformed Hellenic.





            share








            New contributor




            An Imperator is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.


















              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "41"
              };
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function() {
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled) {
              StackExchange.using("snippets", function() {
              createEditor();
              });
              }
              else {
              createEditor();
              }
              });

              function createEditor() {
              StackExchange.prepareEditor({
              heartbeatType: 'answer',
              convertImagesToLinks: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              noCode: true, onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              });


              }
              });














              draft saved

              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f124663%2fcan-you-restore-roman-empire-as-a-pagan%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes








              up vote
              10
              down vote



              accepted










              You have to be emperor of Byzantium and be Christian for the decision to restore the Roman Empire to show up. From decisions/realm_decisions.txt:



              restore_roman_empire = {
              [...]
              potential = {
              has_dlc = "Legacy of Rome"
              age = 16
              prisoner = no
              NOT = { trait = incapable }
              has_landed_title = e_byzantium
              religion_group = christian
              }
              [...]
              }


              If you don't like that, you can simply remove or comment out the religion_group line.






              share|improve this answer

















              • 2




                Alternatively, you could change it to OR = { AND = { religion_group = christian [newline] religion = hellenic_pagan } (or something along those lines) to enable the Hellenic religion to reform the empire as well.
                – Miles Rout
                Jul 22 '13 at 6:48















              up vote
              10
              down vote



              accepted










              You have to be emperor of Byzantium and be Christian for the decision to restore the Roman Empire to show up. From decisions/realm_decisions.txt:



              restore_roman_empire = {
              [...]
              potential = {
              has_dlc = "Legacy of Rome"
              age = 16
              prisoner = no
              NOT = { trait = incapable }
              has_landed_title = e_byzantium
              religion_group = christian
              }
              [...]
              }


              If you don't like that, you can simply remove or comment out the religion_group line.






              share|improve this answer

















              • 2




                Alternatively, you could change it to OR = { AND = { religion_group = christian [newline] religion = hellenic_pagan } (or something along those lines) to enable the Hellenic religion to reform the empire as well.
                – Miles Rout
                Jul 22 '13 at 6:48













              up vote
              10
              down vote



              accepted







              up vote
              10
              down vote



              accepted






              You have to be emperor of Byzantium and be Christian for the decision to restore the Roman Empire to show up. From decisions/realm_decisions.txt:



              restore_roman_empire = {
              [...]
              potential = {
              has_dlc = "Legacy of Rome"
              age = 16
              prisoner = no
              NOT = { trait = incapable }
              has_landed_title = e_byzantium
              religion_group = christian
              }
              [...]
              }


              If you don't like that, you can simply remove or comment out the religion_group line.






              share|improve this answer












              You have to be emperor of Byzantium and be Christian for the decision to restore the Roman Empire to show up. From decisions/realm_decisions.txt:



              restore_roman_empire = {
              [...]
              potential = {
              has_dlc = "Legacy of Rome"
              age = 16
              prisoner = no
              NOT = { trait = incapable }
              has_landed_title = e_byzantium
              religion_group = christian
              }
              [...]
              }


              If you don't like that, you can simply remove or comment out the religion_group line.







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Jul 20 '13 at 19:02









              Caramdir

              25816




              25816








              • 2




                Alternatively, you could change it to OR = { AND = { religion_group = christian [newline] religion = hellenic_pagan } (or something along those lines) to enable the Hellenic religion to reform the empire as well.
                – Miles Rout
                Jul 22 '13 at 6:48














              • 2




                Alternatively, you could change it to OR = { AND = { religion_group = christian [newline] religion = hellenic_pagan } (or something along those lines) to enable the Hellenic religion to reform the empire as well.
                – Miles Rout
                Jul 22 '13 at 6:48








              2




              2




              Alternatively, you could change it to OR = { AND = { religion_group = christian [newline] religion = hellenic_pagan } (or something along those lines) to enable the Hellenic religion to reform the empire as well.
              – Miles Rout
              Jul 22 '13 at 6:48




              Alternatively, you could change it to OR = { AND = { religion_group = christian [newline] religion = hellenic_pagan } (or something along those lines) to enable the Hellenic religion to reform the empire as well.
              – Miles Rout
              Jul 22 '13 at 6:48












              up vote
              1
              down vote













              To restore the Roman Empire you must control Rome and its former territory. That means taking over Italy and the Holy Land. Until you control the old Roman Empire, you won't have the option to restore it.






              share|improve this answer

























                up vote
                1
                down vote













                To restore the Roman Empire you must control Rome and its former territory. That means taking over Italy and the Holy Land. Until you control the old Roman Empire, you won't have the option to restore it.






                share|improve this answer























                  up vote
                  1
                  down vote










                  up vote
                  1
                  down vote









                  To restore the Roman Empire you must control Rome and its former territory. That means taking over Italy and the Holy Land. Until you control the old Roman Empire, you won't have the option to restore it.






                  share|improve this answer












                  To restore the Roman Empire you must control Rome and its former territory. That means taking over Italy and the Holy Land. Until you control the old Roman Empire, you won't have the option to restore it.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Jul 20 '13 at 17:35









                  SevenSidedDie

                  29.9k1284155




                  29.9k1284155






















                      up vote
                      0
                      down vote













                      As of the release of Holy Fury, you can now restore the Roman Empire as both an unreformed and reformed Hellenic.





                      share








                      New contributor




                      An Imperator is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.






















                        up vote
                        0
                        down vote













                        As of the release of Holy Fury, you can now restore the Roman Empire as both an unreformed and reformed Hellenic.





                        share








                        New contributor




                        An Imperator is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                        Check out our Code of Conduct.




















                          up vote
                          0
                          down vote










                          up vote
                          0
                          down vote









                          As of the release of Holy Fury, you can now restore the Roman Empire as both an unreformed and reformed Hellenic.





                          share








                          New contributor




                          An Imperator is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.









                          As of the release of Holy Fury, you can now restore the Roman Empire as both an unreformed and reformed Hellenic.






                          share








                          New contributor




                          An Imperator is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.








                          share


                          share






                          New contributor




                          An Imperator is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.









                          answered 5 mins ago









                          An Imperator

                          1




                          1




                          New contributor




                          An Imperator is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.





                          New contributor





                          An Imperator is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






                          An Imperator is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Arqade!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.





                              Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                              Please pay close attention to the following guidance:


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f124663%2fcan-you-restore-roman-empire-as-a-pagan%23new-answer', 'question_page');
                              }
                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Михайлов, Христо

                              Гороховецкий артиллерийский полигон

                              Центральная группа войск