Search found 4 matches
- Thu Jul 25, 2024 1:26 pm
- Forum: Off topic
- Topic: How did you discover Factorio?
- Replies: 72
- Views: 76863
Re: How did you discover Factorio?
First time I heard about the game, believe it or not, was from a professor in my PhD defense committee. Then some weeks later youtube suggested a Dosh video to me and I ended up binging all of his videos.
- Wed Jul 24, 2024 11:47 am
- Forum: General discussion
- Topic: Game price in countries where US dollar is worth a lot
- Replies: 2
- Views: 632
Re: Game price in countries where US dollar is worth a lot
The price of the game in Brazil is actually not just the price in dollars converted, you get a 50% discount over the official exchange rate. Still, if you are in a low income situation, you might not be able to afford it.
- Sat Jul 20, 2024 8:45 pm
- Forum: Modding help
- Topic: Auto-generate barrel recipes for existing savefiles
- Replies: 2
- Views: 286
Re: Auto-generate barrel recipes for existing savefiles
Hi Bilka, thanks for your reply. I have now figured it out :D Just to document my findings here: For every fluid in the game, the barreling recipes are added to the 'fluid-handling' research. So in the migration script one needs to check for this technology and then enable the barreling recipes manu...
- Sat Jul 20, 2024 2:25 pm
- Forum: Modding help
- Topic: Auto-generate barrel recipes for existing savefiles
- Replies: 2
- Views: 286
Auto-generate barrel recipes for existing savefiles
Hi, I work on a mod that adds a bunch of fluids. When I start a new game with the my mod active, the game automatically generates barrel filling and emptying recipes for each of my fluids correctly (this is defined in __base__/data-updates.lua). Everything works as intended. However, when I load an ...