Jump to content

Noita

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Noita

  1. Hello guys,

     

    i made some changes in the "entity/merchants/factory.lua" script to expand stations based on their volume. Just add

    function updateProductions()
        local self = Entity()
        local newProductions = 2 + (self.volume - (self.volume % 10000)) / 10000
        if(maxNumProductions ~= newProductions) then
          maxNumProductions = newProductions
        end
    end
    

     

    above the update method and add

     

    updateProductions()

     

    in the first line in the update method itself.

     

    You will get more productions cycles in bigger stations. No Name changes jet.

     

    Grettings Chaos

     

    Client & Server?

  2. I've been looking to work with something like this and spit the data out into one of my electron applications, but I've also been having moral conflicting views due to there already being a rather balanced upgrade in the game that does it already. I'm having moral issues with it because more than likely if I do, it may not need to be a server modification, meaning that if it wasn't wanted by server hosts due to balance, they would not have a choice.

×
×
  • Create New...