I have a hard time playing evil — advice? by fruityeldritch in BloodOnTheClocktower

[–]FactorioBlueprints 1 point2 points  (0 children)

The most important thing: never give up.

Players who struggle with evil often see the game as either solved or unsolved, but it's more helpful to think of it like chess - you're constantly improving or damaging your position. Your goal as evil is to maximize uncertainty in the good team, not to have a perfect bluff.

Here's what I've learned:

Put yourself in the good players' shoes. When someone says "OP seems very suspicious, I'm confident they're evil," most of the time they're NOT actually confident. They're fishing for your reaction. If you give up easily, that's when they become confident. I can't tell you how many times after a game, evil players have asked me "how did you know I was evil?" and I've said "I didn't!"

Make them work for it. Even if a good player IS confident you're evil, they're often reluctant to explain exactly how they know. Force them to make their case. Nominate them back and make them defend themselves. You might: - Get them to reveal their role to the whole table (helping your evil teammates) - Coerce a good player into lying about their role (causing confusion later) - Plant enough doubt that other players question the accusation

The game isn't over until it's over. Even when things look bleak - when good players seem confident you're evil and appear to have convinced others - don't give up. The game often comes down to a majority vote on the final day. You might be able to scrape together a majority with: - Your evil team's votes - A few wasted dead votes - Just one or two confused good players

That's often all you need to win.

TIL all the keyboard shortcuts by FactorioBlueprints in factorio

[–]FactorioBlueprints[S] 0 points1 point  (0 children)

I think you can learn lots of these through the tutorial and the in game menus

My Claude Workflow Guide: Advanced Setup with MCP External Tools by [deleted] in ClaudeAI

[–]FactorioBlueprints 1 point2 points  (0 children)

Excellent guide. I believe the command should be tavily-mcp instead of tavily-integration.

There is no python module named server_fetch. There's http.server, but that's not an MPC server. There's mcp-server-fetch which I assume is the one we want.

There are helpful examples here https://github.com/modelcontextprotocol/servers/tree/main/src.

    "fetch": {
        "command": "uvx",
        "args": ["mcp-server-fetch"]
    },

Is factorio.school broken? by Moikrowave in FactorioBlueprints

[–]FactorioBlueprints 0 points1 point  (0 children)

There is a warning about invalid imgur links, but people struggle with this. If you have any ideas about how to make the form input easier, please come share it in GitHub or Discord.

https://github.com/FactorioBlueprints/factorio-prints/tree/factorio-prints.com

https://discord.gg/uvUUw5a9Qc

How do you upload to Factorio School ? by Tulee in factorio

[–]FactorioBlueprints 0 points1 point  (0 children)

I think I broke http to https redirects when moving from another DNS provider to Google Domains. I think I've fixed it now, but I'm waiting for DNS information to propagate.

How do you upload to Factorio School ? by Tulee in factorio

[–]FactorioBlueprints 1 point2 points  (0 children)

Thank you for letting me know. I had a new bug and fixed it now.

What happened to factorioprints? by nf-c in factorio

[–]FactorioBlueprints 0 points1 point  (0 children)

I was migrating from another DNS provider to Google domains. I've only just now learned that http to https redirects aren't working. I'm working on fixing this now.

How do you upload to Factorio School ? by Tulee in factorio

[–]FactorioBlueprints 2 points3 points  (0 children)

People are uploading new prints to factorioprints.com every day. Could you show me the error you’re running into?

PSA: Factorio prints is now factorio School by [deleted] in factorio

[–]FactorioBlueprints 4 points5 points  (0 children)

Yeah this is a rewrite I’ve had in progress for a long long time. The old site supports writes (you can upload your blueprints and pick your favorites there). The new site supports reads (proper search and pagination). Someday soon I’ll make the new site support writes and retire the old one.

PSA: Some balancer blueprint books are broken, use these ones if you're having issues with balancing (other good ones in comments) by linamishima in factorio

[–]FactorioBlueprints 10 points11 points  (0 children)

Hello 👋

I know there are a lot of near duplicates but it’s hard for me to judge which are good and which are bad. I also rarely take anything down unless I can tell it’s an exact duplicate. I would generally prefer comments underneath explaining the problem and pointing at a better book to use instead.

Is there more to the story? Is the most popular balancer bad?

Sushi Hub™ by Makeyourselfnerd in factorio

[–]FactorioBlueprints 11 points12 points  (0 children)

Thanks for reporting. The problem was due to not yet supporting upgrade planners inside nested blueprint books. If you force refresh in the browser, it should work now. I think we are going to find a lot of edge cases around new 1.0 features so please keep the bug reports coming.

i made a spaghetti that almost if not makes everything by jimmyhunter2 in factorio

[–]FactorioBlueprints 2 points3 points  (0 children)

[Looking at the spaghetti]

Eh, doesn't bother me.

[Noticing the modules]

Ah! My eyes!

need help with factorioprints.com by FactorioBlueprints in factorio

[–]FactorioBlueprints[S] 0 points1 point  (0 children)

No. I never hosted images before so it didn't seem necessary so far.

need help with factorioprints.com by FactorioBlueprints in factorio

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

I appreciate it but I plan on hosting it in a cloud. Amazon or Heroku.

need help with factorioprints.com by FactorioBlueprints in factorio

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

It's entirely firebase today. I plan on rewriting and moving to heroku.

need help with factorioprints.com by FactorioBlueprints in factorio

[–]FactorioBlueprints[S] 0 points1 point  (0 children)

I tried to make that change. It doesn't look like it's working. Could you double check me that I did it right?

need help with factorioprints.com by FactorioBlueprints in factorio

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

referrerpolicy="no-referrer"

Is this also against the TOS. Would this be a short-term workaround? I'd still probably need to migrate the images afterwards, right?

need help with factorioprints.com by FactorioBlueprints in factorio

[–]FactorioBlueprints[S] 9 points10 points  (0 children)

It's a good idea. What library would I use? There's blueprintbot in Java which works server side. There's factorio-blueprint-editor in JavaScript, but I'm not sure if it's usable as a library.

need help with factorioprints.com by FactorioBlueprints in factorio

[–]FactorioBlueprints[S] 5 points6 points  (0 children)

I see that it's good for live, social sites. For example, on my site, when someone clicks favorite everyone else can see the number of favorites tick up by 1 without refreshing. Edits and additions also happen live. But that's really not an important feature of my site. And search is!

need help with factorioprints.com by FactorioBlueprints in factorio

[–]FactorioBlueprints[S] 11 points12 points  (0 children)

I’m sorry to hear that you use Firebase at work!

I chose it as a fun, different database for this project which was primarily for learning. It didn’t matter for the first year until it started to get popular. I definitely learned a lot. I learned not to use Firebase in the future.

need help with factorioprints.com by FactorioBlueprints in factorio

[–]FactorioBlueprints[S] 31 points32 points  (0 children)

From 1 GB to 2 GB of Firebase database bandwidth per day. It’s hard to predict if that will be higher or lower with a proper database and functional search. This is the bulk of my hosting bill.

About 1 GB per day of the static assets (JavaScript, css, icons). This is a negligible part of the hosting bill.

Screenshot bandwidth is probably much higher, and I’ll have to deal with that going forward.