How can I mod a technology for increasing Titan/Colossus empire limits?












0














Looking in the 00_ship_sizes.txt file, I can see that there is the following text -



empire_limit = {
base = 1
max = 20
naval_cap_div = 200
}


Rather than arbitrarily removing any sort of limit on this number, what I was hoping was that I could mod into the game some sort of repeatable technology that would reduce the naval_cap_div value progressively ( like, by 5 each time that I researched it ), down from 200 to 100 over the 20 times that it could be researched.



I know how to mod technologies into the game ( I created the following for increasing naval capacity and fleet limits via researching a technology ( untested ) ):



@oef_repeatableTechBaseCost = 50000
@oef_repeatableTechLevelCost = 5000
@oef_repeatableTechTiers = 100
tech_repeatable_overengineered_fleet_capacity = {
area = engineering
cost = @oef_repeatableTechBaseCost
cost_per_level = @oef_repeatableTechLevelCost
tier = @oef_repeatableTechTiers
category = { voidcraft }
levels = -1
prerequisites = { "tech_titans" }
weight = @repeatableTechWeight

weight_modifier = {
factor = @repatableTechFactor
}

ai_weight = {
factor = 0.1
}

weight_groups = {
repeatable
}

mod_weight_if_group_picked = {
repeatable = 0.01
}

modifier = {
country_naval_cap_add = 20
country_command_limit_add = 5
}
}


How would I go about introducing a similar technology to reduce the naval_cap_div value into the modifier field of any such technology?










share|improve this question





























    0














    Looking in the 00_ship_sizes.txt file, I can see that there is the following text -



    empire_limit = {
    base = 1
    max = 20
    naval_cap_div = 200
    }


    Rather than arbitrarily removing any sort of limit on this number, what I was hoping was that I could mod into the game some sort of repeatable technology that would reduce the naval_cap_div value progressively ( like, by 5 each time that I researched it ), down from 200 to 100 over the 20 times that it could be researched.



    I know how to mod technologies into the game ( I created the following for increasing naval capacity and fleet limits via researching a technology ( untested ) ):



    @oef_repeatableTechBaseCost = 50000
    @oef_repeatableTechLevelCost = 5000
    @oef_repeatableTechTiers = 100
    tech_repeatable_overengineered_fleet_capacity = {
    area = engineering
    cost = @oef_repeatableTechBaseCost
    cost_per_level = @oef_repeatableTechLevelCost
    tier = @oef_repeatableTechTiers
    category = { voidcraft }
    levels = -1
    prerequisites = { "tech_titans" }
    weight = @repeatableTechWeight

    weight_modifier = {
    factor = @repatableTechFactor
    }

    ai_weight = {
    factor = 0.1
    }

    weight_groups = {
    repeatable
    }

    mod_weight_if_group_picked = {
    repeatable = 0.01
    }

    modifier = {
    country_naval_cap_add = 20
    country_command_limit_add = 5
    }
    }


    How would I go about introducing a similar technology to reduce the naval_cap_div value into the modifier field of any such technology?










    share|improve this question



























      0












      0








      0







      Looking in the 00_ship_sizes.txt file, I can see that there is the following text -



      empire_limit = {
      base = 1
      max = 20
      naval_cap_div = 200
      }


      Rather than arbitrarily removing any sort of limit on this number, what I was hoping was that I could mod into the game some sort of repeatable technology that would reduce the naval_cap_div value progressively ( like, by 5 each time that I researched it ), down from 200 to 100 over the 20 times that it could be researched.



      I know how to mod technologies into the game ( I created the following for increasing naval capacity and fleet limits via researching a technology ( untested ) ):



      @oef_repeatableTechBaseCost = 50000
      @oef_repeatableTechLevelCost = 5000
      @oef_repeatableTechTiers = 100
      tech_repeatable_overengineered_fleet_capacity = {
      area = engineering
      cost = @oef_repeatableTechBaseCost
      cost_per_level = @oef_repeatableTechLevelCost
      tier = @oef_repeatableTechTiers
      category = { voidcraft }
      levels = -1
      prerequisites = { "tech_titans" }
      weight = @repeatableTechWeight

      weight_modifier = {
      factor = @repatableTechFactor
      }

      ai_weight = {
      factor = 0.1
      }

      weight_groups = {
      repeatable
      }

      mod_weight_if_group_picked = {
      repeatable = 0.01
      }

      modifier = {
      country_naval_cap_add = 20
      country_command_limit_add = 5
      }
      }


      How would I go about introducing a similar technology to reduce the naval_cap_div value into the modifier field of any such technology?










      share|improve this question















      Looking in the 00_ship_sizes.txt file, I can see that there is the following text -



      empire_limit = {
      base = 1
      max = 20
      naval_cap_div = 200
      }


      Rather than arbitrarily removing any sort of limit on this number, what I was hoping was that I could mod into the game some sort of repeatable technology that would reduce the naval_cap_div value progressively ( like, by 5 each time that I researched it ), down from 200 to 100 over the 20 times that it could be researched.



      I know how to mod technologies into the game ( I created the following for increasing naval capacity and fleet limits via researching a technology ( untested ) ):



      @oef_repeatableTechBaseCost = 50000
      @oef_repeatableTechLevelCost = 5000
      @oef_repeatableTechTiers = 100
      tech_repeatable_overengineered_fleet_capacity = {
      area = engineering
      cost = @oef_repeatableTechBaseCost
      cost_per_level = @oef_repeatableTechLevelCost
      tier = @oef_repeatableTechTiers
      category = { voidcraft }
      levels = -1
      prerequisites = { "tech_titans" }
      weight = @repeatableTechWeight

      weight_modifier = {
      factor = @repatableTechFactor
      }

      ai_weight = {
      factor = 0.1
      }

      weight_groups = {
      repeatable
      }

      mod_weight_if_group_picked = {
      repeatable = 0.01
      }

      modifier = {
      country_naval_cap_add = 20
      country_command_limit_add = 5
      }
      }


      How would I go about introducing a similar technology to reduce the naval_cap_div value into the modifier field of any such technology?







      mods stellaris






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 2 mins ago









      Glorfindel

      4841514




      4841514










      asked 4 hours ago









      WillWill

      1092




      1092






















          0






          active

          oldest

          votes











          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',
          autoActivateHeartbeat: false,
          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%2f344729%2fhow-can-i-mod-a-technology-for-increasing-titan-colossus-empire-limits%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          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%2f344729%2fhow-can-i-mod-a-technology-for-increasing-titan-colossus-empire-limits%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

          Hivernacle

          Fluorita

          Hulsita