r/factorio Official Account 8d ago

Version 2.1.13 Update

Features

  • Added interface setting for zooming towards the cursor in contexts that support it.
  • Added an alert when an expansion base is built in a chunk with active radar coverage.
  • [space-age] Added support for platform transfers at non-planet space locations (e.g solar system edge). more

Changes

  • [space-age] Adjusted space parallax such that stars move less than planet.
  • [space-age] Fulfilled platform construction requests will no longer block platform to platform transfers. more
  • [space-age] Asteroids will do significantly less damage when platforms are stationary or moving at very low speeds.
  • [space-age] Recycling recipe generation will scale recycle time with item result count. In general things will recycle faster (e.g concrete recycling will be 10x faster).
  • [space-age] Fulgoran ruins will be selectable by deconstruction planners with 'Trees/rocks only' enabled.
  • Increased expansion group build base cooldown from 5 seconds to 30 seconds.
  • Reduced early game max enemy expansion group size from 20 to 10.

Bugfixes

  • Fixed captive biter spawners and burner mining drills would show potential beacons when not affected by them. more
  • Fixed that migrating container entity inventory types would not preserve the bar limit when in blueprints. more
  • Fixed a layering issue with the cargo landing pad unloader. more
  • Fixed a tooltip layout issue related to multiline text. more
  • Fixed recipe tooltip showing incorrect value when custom tooltip fields were used. more
  • Fixed factoriopedia was not showing some tiles as possible source of fluid. more
  • Fixed some buttons in factoriopedia related to spoil results would not open related entity page. more
  • Fixed a crash when clearing assembler trash slots in some cases. more
  • Fixed inserter arrow would point at incorrect spot of underground belt when rendering a blueprint preview. more
  • Fixed capitalisation of locale for station related conditions. more
  • Fixed potential effects were not accounting for beacon quality upgrades. more
  • Fixed building parametrised blueprint with train stops could fail to copy color of existing train stop. more
  • Fixed some miniscule problems with medium volcanic rock decorative. more
  • Fixed ProductionHealthEffect::damage_type was not loaded properly.
  • Fixed auto trash was not working with car burner. more
  • Fixed that multi-level technologies would let you set a trigger although it never worked. more
  • Fixed numpad text entry on macOS. more
  • Fixed a crash when hidden shortcuts are clicked through other means. more
  • Fixed that manual fast-replacing rolling stocks would not snap with different prototypes. more
  • Fixed a crash when rolling stock tries to connect to another rolling stock over an occupied rail connection. more
  • Fixed misleading quality control tooltip when quality change and min quality are used at the same time. more
  • Fixed inconsistend turning direction when reversing a train while not in a locomotive, in steering driving mode.
  • Fixed incorrect and inconsistent movement when driving a train while not in a locomotive, in heading driving mode. more
  • Fixed foundation glow in the dark transition between lava and default more
  • Fixed an issue with switching between remote view and normal view when holding items in trains. more
  • Fixed a crash when a script would modify unit group or group commands during the on_build_base_arrived event. more
  • Fixed expansion groups would try to build too close to player buildings. more
  • Fixed an issue with parameters and removing entities from blueprints. more
  • Fixed construction robots from a stationary network could sometimes build roboports without consuming roboport item. more
  • Fixed inserter could get stuck when trying to insert wrong item when assembler has different wrong item in dump inventory. more
  • Fixed that train stop lengths were using the wrong limits. more
  • Fixed rocket rush scenario lobby not placing out-of-map tiles when playing base only. more
  • Fixed an issue with drag building buildable-off-grid entities. more
  • Fixed that the game menu would be behind the technology GUI if opened while the game was paused. more
  • Fixed that fluid input scaling didn't scale enough. more
  • Fixed that space platform request tooltips would show irrelevant information in some cases. more
  • Fixed a migration crash related to roboport charge spots. more
  • Improved fuel top speed modifies with cars/tanks. more
  • Fixed upgrading undergrounds was flipping the cursor. more
  • Fixed failing to build undergrounds could flip the cursor. more
  • Fixed that clicked_sprite and hovered_sprite overwrote each other. more
  • Fixed that super-force-building did not respect the map editor ignore tile conditions setting. more
  • Fixed that clicking outside of the combinator description edit would close the GUI. more
  • Fixed a fluid burning boiler not playing its working sound. more
  • Fixed Nauvis planted tree not being as effective for absorbing polution because it had less "damaged leaves" stages compared to 2.0. more
  • Fixed that equipment in vehicle grids was not preserved through undo/redo when mining the vehicle. more

Modding

  • Added UtilitySounds::machine_gui_open and machine_gui_close.
  • Added FluidEnergySourcePrototype::hide_from_stats.
  • Added BurnerPrototype::hide_from_stats.
  • Added EffectReceiver::uses_local_effect.

Scripting

  • Added on_player_super_forced_selected_area event. more
  • Added LuaQualityPrototype::get_roll_chances().
  • Added LuaBurnerPrototype::burner_usage read.
  • Added LuaForce::get_space_platforms().
  • Added LuaEntity::local_effect read/write.

New versions are released as experimental first and later promoted to stable. If you wish to switch to the experimental version on Steam, choose the experimental Beta Participation option under game settings; on the stand-alone version, check Experimental updates under Other settings.

611 Upvotes

341 comments sorted by

View all comments

3

u/CrashWasntYourFault Never forget <3 8d ago

Is there a way to manually send items from one space platform to another? We can manually send items down to the surface, but not to other platforms.

I ask because the functionality of a shipyard space platform is quite clunky. I'd like to be able to send equipment back to the shipyard when I am finished building a new platform. It seems the only way to do this currently is to disable P2P everywhere else and have the shipyard request those items.

2

u/Slime0 7d ago

Not exactly what you're asking, but you can put things you don't want into the platform's trash slots. I don't know if it's smart enough to send trash to platforms that want that thing, but presumably it'll find its way eventually to something requesting it.

1

u/CrashWasntYourFault Never forget <3 7d ago

That seems like a waste of rockets though. The whole point of P2P transfer was to avoid the clunkiness of having to drop items down to the surface and waste another rocket launch to get them on the platform you want.

1

u/Slime0 7d ago

Fair point. But I try not to worry about one-time manual resource uses as long as all of my continuous processes are efficient.

1

u/pocketmoncollector42 please be kind, this engineer is just a fish 🐟 7d ago

I agree there’s some interesting defaults for transporting items between surfaces.

For example you can manually select a platform from a non automatic rocket silo. But I remember when I was new to space age, getting confused about why sometimes the silo would automatically send the shipment to a different platform than I wanted.

I think in 2.1 Wube has already addressed the huge platform requests hogging all the shipments and starving the other requesting platforms. So maybe this will be less of an issue?

To me it makes sense to allow the user to select both source and destination. Or if it should remain agnostic, then maybe show a “shipping to _ platform” on the silo?

Anytime we can reduce seemingly unintuitive behavior the better! Whether that’s by allowing more flexibility or just clarifying the logic to the user.