Gridtorio


Distributes the Gridtorio scenario by sOvr9000. You start in a single chunk with iron [item=iron-ore], coal [item=coal], stone [item=stone], and a market [entity=market]. You must sell some basic items for coins [item=coin], and then use those coins to expand to other chunks. Automate trading with markets, capture ruins of enemy bases, and discover how the world changes as you venture farther out.

Scenarios
2 months ago
1.1
2.74K
Environment

g Unlock Dimensional Chunks Upgrade

22 days ago

Hi, I like this scenario very much, thanks.
I want to ask you what I am doing wrong with the Dimensional Chunks Upgrade.
I have a market with a trade of 1 Low density structure for 5 grenades. I made a set of factories for grenades and overfilled both the blue chests of the market with them. I ended with 2 full red chests of Low density structures but the upgrade still didn't unlock.
Thanks.

21 days ago

Try add a little more grenages so that convertion fails due to full output chests.

21 days ago

I've tried this already, in both the blue chests there has been some 10+ grenades.

21 days ago

On source code investigation I found that in markets.lua line 214 there is a condition:
if buyInv.is_empty() and buyInv.get_bar() == 49 then
For my red chest the second part is true but the first one (buyInv.is_empty()) is always false and then the condition fails.
Can somebody tell me what the expression buyInv.is_empty() means?

21 days ago

Probably that it has to be empty before transfer...

21 days ago

Yes, thanks.
Looking at the code I suspect I should have put all the items in the blue chest at once. The mistake was that I filled the chest continually as the factory was producing the grenades. I'll try it.

21 days ago

Note that 48 stacks of grenages will only produce exactly 48 stacks of LDS with 5:1 price. You may need to find something else.

New response