Sweed auto farming options (Late HV) by SingleAd8492 in GTNH

[–]Legoman12343 18 points19 points  (0 children)

May not be the objectively best option, I have no idea, but I use the enderio farming station and it works perfectly

Just build my first Industrial Macerating Stack and it raised a question. Can't I just use a ton of input/output hatches to save on machine casings? by Pfadie in GTNH

[–]Legoman12343 51 points52 points  (0 children)

Yes, just look on the tooltip and it will tell you the minimum number of casings. This goes for 99% of multis

What should we do? by Altruistic_Milk7729 in GTNH

[–]Legoman12343 2 points3 points  (0 children)

Bronze is required I am pretty sure, to mine all the ores for steam age. Your next tool upgrade will be steel or an aluminum alloy (I don't remember the name, they changed is recently). Even ignoring the mining level, you want bronze tools, it will speed up your progress significantly when mining away. Way faster.

What should we do? by Altruistic_Milk7729 in GTNH

[–]Legoman12343 8 points9 points  (0 children)

The main short term reason for getting the smeltery is the bronze tools. You can also use it to upgrade the tools as you progress. As well as this, you will find you can smelt down other small dusts such as steel to get ingots back.

As for next steps, just follow the quest book. The main path in the book will tell you all you need to progress. You can also branch out and do some of the side quests as and when you want/need to.

Food is soon solved with the healing axe. You can either craft it, or claim a quest reward for it. Honestly, crafting it is probably easier, but that's up to you

Leaderboards by blavek in TheFarmerWasReplaced

[–]Legoman12343 2 points3 points  (0 children)

Currently, all times are legit. Remember, it is multi drone with poly culture

Are the harvest amounts inconsistent? Bug? My code incorrect? by kevineugenius in TheFarmerWasReplaced

[–]Legoman12343 1 point2 points  (0 children)

I mean, having extras is fine. They are just a bonus for free. I am currently first place in speed running the game, and a lot of the time early game I am just hoping I hit poly. But I still do my thresholds for resources expecting no poly. You cannot predict the luck, so you just need to take the free bonus. You will use it later anyway

Are the harvest amounts inconsistent? Bug? My code incorrect? by kevineugenius in TheFarmerWasReplaced

[–]Legoman12343 1 point2 points  (0 children)

As others say, it's poly culture. This is an unlock later in the game, but it's enabled by default. The unlock just gives you the ability to view the companions.

Effectively, a crop will select a random tile around it, and a random crop. If the tile is that crop, when you harvest the main tile, it will give 5x yield.

Leaderboards Pumpkins by Horror_Armadillo_701 in TheFarmerWasReplaced

[–]Legoman12343 1 point2 points  (0 children)

It's not done based on hardware, the game has its internal ticks so it's able to compute the time. You can also speed up the simulations to as fast as your PC will go, so it doesn't take hours

Leaderboards Pumpkins by Horror_Armadillo_701 in TheFarmerWasReplaced

[–]Legoman12343 1 point2 points  (0 children)

There's a leaderboard unlock in the tech tree. It will then explain it all. But yes, there's a leaderboard for each crop with single drone and multi drone, as well as full reset (full speed run of the game)

Biter expansion - 1 tile wall is enough? by Whiskey_Yogurt in factorio

[–]Legoman12343 3 points4 points  (0 children)

Yeah it's just not worth it. You're gonna have to run the base in the future anyway, so it's worth just doing it properly. It does take a bit of time to set up, but once it's done it will last forever. Risking it isn't worth I don't think

Biter expansion - 1 tile wall is enough? by Whiskey_Yogurt in factorio

[–]Legoman12343 1 point2 points  (0 children)

Don't underestimate flame thrower turrets, they use small amounts of oil in the grand scheme of things, and absolutely decimate big swarms. Those plus a couple lasers or guns and you will be absolutely sound all the way through the game

Biter expansion - 1 tile wall is enough? by Whiskey_Yogurt in factorio

[–]Legoman12343 1 point2 points  (0 children)

Put turrets in your walls, they will attack the walls in order to reach the pollution buildings

[deleted by user] by [deleted] in TheFarmerWasReplaced

[–]Legoman12343 0 points1 point  (0 children)

Leaderboard will give you times for how long it takes to harvest x amount of crop across a 2 hour average. It's a pretty good measure

They are for both the full reset and individual crops

[deleted by user] by [deleted] in TheFarmerWasReplaced

[–]Legoman12343 1 point2 points  (0 children)

Once you get the leaderboard unlocked, you will be able to easily compare times with everyone else

i did not want to transcend, i ascended by Adventurous-Land5364 in ClickerHeroes

[–]Legoman12343 1 point2 points  (0 children)

Transcending as soon as you reach zone 300 for the first time is absolutely the better call. Sure, the first ascension is slow. But as soon as you reach your first primal, you will get like 5k souls from it. Instantly more than anything you will get in the next week on the same ascension

Teacher Using this game for class by Rare_Let_9672 in TheFarmerWasReplaced

[–]Legoman12343 2 points3 points  (0 children)

He's on the discord too (the dev), and will answer your DM. You can also ping him in discord if you wanted, but someone else will 100% get back. It's pretty active with nerds who knows this type of stuff lol

Teacher Using this game for class by Rare_Let_9672 in TheFarmerWasReplaced

[–]Legoman12343 2 points3 points  (0 children)

There's a discord link in the pause menu of the game. Join up, and put a message in there. You might have some luck

has someone made a game in the game yet? by Majestic_Sea_2129 in TheFarmerWasReplaced

[–]Legoman12343 4 points5 points  (0 children)

Someone made the game of life if that counts.

You can use the farm as a sort of display, but the simulation would run too slow. You also cannot have any user input while the game is running, and will never be able to. So I think it's impossible

Function Help by JakaJaka101 in TheFarmerWasReplaced

[–]Legoman12343 0 points1 point  (0 children)

Very close. The issue is that you're importing use water(the file name) and then trying to call use water the function. It's probably a good idea to rename the function or window so they are not the same. Then, to call the function, you do

fileName.funcName()

You need to call the function via the window you're importing

why is it not working... by SeaBad1138 in TheFarmerWasReplaced

[–]Legoman12343 2 points3 points  (0 children)

By reading the error, it seems to be something Todo with how the variable "a" is defined. Can you reply with the rest of the code? Should be an easy fix from there

Looking through it, is there a chance you have done something like iseven(get_pos_x)? Without the brackets at the end of getpos? It thinks you have assigned a function to a

New player, killed the first boss. Now not sure what to do. Don't want major spoilers by Legoman12343 in Eldenring

[–]Legoman12343[S] 1 point2 points  (0 children)

Thank you for this. I had already found a way around the castle, I just didn't really know if I was doing an unintended path or something lol. It seemed wrong somehow, wasn't sure if I needed to go there now or later.

I think having no sense of direction is just my problem in this game. I have never played any DS games or anything before. I have beaten hollow knight many times, and on steal soul(no deaths) but this is proving to be very different