Advanced Centrifuge


An advanced centrifuge, to fill in the gap of advanced buildings for Krastorio 2

Content
11 days ago
1.1 - 2.0
16.1K
Manufacturing

g Updated prototype for 2.0

4 months ago

Hi! Nice to see this mod ported to 2.0. I had previously made my own port in my Bluetonium mod, but I've now just added this one as a dependency. However, I added a couple of features that you might want to use, like the ability to connect to the circuit network. I also made a frozen image for Aquilo. Feel free to use those graphics if you'd like.

4 months ago

Ah sweet!

I have cherry picked your changes, let me know if I missed anything important:
https://github.com/Quezler/glutenfree/commit/456a5f8b763404aa461eab9ffe39bf13f1fd0e3e

I also ended up (finally) writing a tool that helps me compare mod zips (like yours) to quickly see what each version changes:
https://github.com/Quezler/factorio-mod-portal-git-version-comparer

Looks like both mods share the same licence so there's no issue there, I have attributed your efforts in the 1.1.0 changelog anyways tho.

Nice job on the snow sprite btw, do you have a special workflow for that or something?

4 months ago

Thank you, I'm glad you like it!

The only thing I didn't see were the item sounds. Factorio 2.0 has a bunch of new clangs and clunks as you move items around, so in the item prototype I added:

inventory_move_sound = item_sounds.mechanical_inventory_move,
pick_sound = item_sounds.mechanical_inventory_pickup,
drop_sound = item_sounds.mechanical_inventory_move,

I also noticed something I missed! My new technology icon doesn't look quite like the old one, so I made a better one: https://i.imgur.com/F69n4Ye.png

For the snow sprite, I just made a new layer on top of the entity sprite and started airbrushing in snow. Gaussian blur with a small radius helped to smooth out the snow without making it blurry. I used the clone tool to copy some bits from other snow sprites as well.

4 months ago
(updated 4 months ago)

Thanks, i've added item sounds now too, the new tech icon however feels worse than your "wrong" one so i am keeping it as is for now.
(a bit dark and its missing its rear thing, but honestly i do not think its bad your ported tech icon does not match the native 1.1 tech icon)

New response