It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
high rated
Changelog for Update 1.0.0 (14 August 2020):

Features
- Added Spidertron and Spidertron remote.
- Added Freeplay crash site.

Graphics
- Added polluted water visual effect.
- Added biter base decoratives.
- New visual effects for the atomic bomb.

Sounds
- Significantly reduced the volume of robots deconstructing and entity destroyed alert.
- Reverted mining drill sound to the 0.17 version with high pitched part removed.
- Reverted inserter, furnace and assembling machine sounds to the 0.17 version.
- Changed the checkbox click sound (based on dropdown open sound).
- Changed the "green button sound" to have a normal button sound.

Modding
- Added EnemySpawnerPrototype and TurretPrototype properties: spawn_decoration and spawn_decoration_on_expansion.
- EntityPrototype water_reflection can now be defined inside graphics_set.
- Added ExplosionPrototype properties: Explosion prototype: scale_animation_speed, fade_in_duration, fade_out_duration, scale_in_duration, scale_out_duration, scale_end, scale_increment_per_tick, scale_initial, scale_initial_deviation, scale, and scale_deviation.
- ParticleSourcePrototype particle is now optional, added smoke property.
- Added ProjectilePrototype properties: speed_modifier and turning_speed_increases_exponentially_with_projectile_speed.
- Added LightDefinitionItem::source_orientation_offset.
- Added DecorativePrototype::decal_overdraw_priority.
- Added AreaTriggerItem::show_in_tooltip.
- Added 'set-tile' and 'camera-effect' trigger effects.
- Added CreateDecorativesTriggerEffectItem properties: apply_projection and spread_evenly.
- Added CreateExplosionTriggerEffectItem properties: max_movement_distance, inherit_movement_distance_from_projectile and cycle_while_moving.
- Added DamageTriggerEffectItem properties: vaporize, lower_distance_threshold, upper_distance_threshold, lower_damage_modifier and upper_damage_modifier.
- Added PlaySoundTriggerEffectItem properties: min_distance, max_distance, volume_modifier, audible_distance_modifier and play_on_target_position.
- Added ProjectileAttackParameters::projectile_orientation_offset.
- Added build_blueprint_small, build_blueprint_medium and build_blueprint_large to utility sounds.
- Renamed build_big utility sound to build_large.

Scripting
- Added LuaEntity::autopilot_destination, vehicle_automatic_targeting_parameters and time_to_next_effect read/write.
- Added LuaItemStack::connected_entity read/write.
- Added LuaEntity::is_entity_with_force, is_entity_with_owner and is_entity_with_health read.
- Added LuaEntity::spawn_decorations().
- Added on_cutscene_cancelled, on_player_configured_spider_remote and on_player_used_spider_remote events.
- Added optional spawn_decorations parameter to LuaGameScript::create_entity.


Standalone installers updated: 0.17.79 ⇒ 1.0.0.
high rated
Standalone installer updated: [Windows, Linux, MAC] 1.1.27 ⇒ 1.1.30 .

Version 1.1.30 released as stable

Minor Features
• Blueprints and copy paste of entities with upgrade order are created based on the upgrade order instead of the current entity. more
• Enabled upgrading entities marked for upgrade, in which case, the upgrade target is used as the source entity for the upgrade planner filters.
• The announcement of player death now contains GPS tag with the location.

Balancing
• Increased the tank braking power from 400kw to 800kw. Before this change, the tank acceleration (600kw) was actually even greater than the braking force.

Bugfixes
• Fixed incorrect color lookup table interpolation for ambient light around noon.
• Fixed that built electric pole from map view was also opened with the same click with alternative key binding. more
• Fixed that laser and fluid turret bonus, wasn't shown properly in the toooltip. This bonus is not used in vanilla which uses ammo category bonus. more
• Fixed that part of the flamethrower turret and flamethrower ammo turret description, which describes the properties of the flame bound to it stargets didn't show the bonus damage from upgrades. more
• Fixed that mod install could cause removal of blueprint entities if it didn't remove the entity, but just made it not acceptable to be used in blueprint. more
• Fixed that the confirm load game dialog with 2 green arrow buttons had tooltips with (E) to confirm, while the E to confirm doesn't work here as it would be ambiguous. more
• Fixed crash related to using smart ghost belt building with a mod that specifies belt without related underground belt. more
• Fixed that renaming Spidertron didn't trigger on_entity_renamed. more
• Fixed that disabling side menu guis through script would sometimes leave an empty frame. more
• Fixed that crafting machines wouldn't wake up when the speed effect was changed in some situations. more
• Fixed that focus-search didn't in some GUIs work while in the map editor. more
• Fixed that chat icon selector didn't remember the last opened tab when used outside the game.
• Fixed that pressing Escape with the chat icon selector opened in a dialog outside the game closed the whole dialog instead of closing just the selector window.
• Fixed that pressing Control + F to search in the chat icon selector that is opened on top of a non-game window that already had search activated the bottom window search.
• Fixed that enabled train stops would cause schedule records for trains on different surfaces to be rendered as available. more
• Fixed rare crash when using Map editor -> Convert save. more
• Fixed electric pole connection consistency issue related to fast replace of modded entities. more
• Fixed that building by moving ignored the position where the player built the last entity. more
• Fixed a crash that could happen when viewing the tooltip for certain types of ammo. more
• Fixed that ammo tooltips sometimes wouldn't show damage info. more

Modding
• Added mod dependency modifier "~", which marks the mod as required, but doesn't affect mod loading order, so these kind of dependencies can be circular.
• Prototype/EntityWithHealth::healing_per_tick is now also used by trees, so their automatic healing is no longer hardcoded. more
• Loaders are now able to take or insert more than 1 item per transport line per tick. more

Gui
• Tweaked search in the install mods GUI, so the search order prioritizes the results more naturally.
• Unified the search button in the mod settings GUI.
• Improved some descriptions in Map Generator GUI. more
Changelog for Update 1.1.31 (13 April 2021):

Bugfixes

• Fixed various issues related to how chat tags are open. (more)
• Fixed that replays would break after winning the game. (more)
• Fixed that listbox would loose focus when clicking on other widgets that can't be focused anyway.
• Fixed GUI crash when furnaces would select recipes that have more products than it's output inventory size. (more)
• Fixed that fluids could be purged from the whole fluid system in certain cases. (more)
• Fixed a crash when loading save files in some cases. (more)
• Fixed locale related to deconstruction planner tile selection mode. (more)
• Fixed advanced rail signal tutorial losing items held in the cursor. (more)
• Fixed Alt+F4 would close the game on Windows even when other modifier keys were pressed. (more)
• Fixed that NAT-punching didn't work correctly. (more)
• Fixed that some infinite crafting recipes didn't work as intermediates. (more)
• Fixed crash when an entity marked for an upgrade is selected for another upgrade in multiplayer in some cases. (more)

Modding

• Added defines.prototypes which contains all prototype type names (eg: defines.prototypes.entity = { container, furnace, assembling-machine, ... })
Post edited September 08, 2023 by adryanusboy
Changelog for Update 1.1.32 (14 April 2021):

Bugfixes

• Fixed color blending with a fully transparent color would produce slightly darker original color. (more)
• Fixed that clicking gps tags in chat would also trigger chart drag causing chart to be not centered on gps tag. (more)
• Fixed market gui would show wrong numbers when an offer has the same item multiple times. (more)
• Fixed turret range could sometimes render long line to the top left corner of game window.
Post edited September 13, 2023 by adryanusboy
Changelog for Update 1.1.33 (03 May 2021):

Graphics

• Reworked all technology icons, and provided higher resolutions used by high GUI scale.
• Changed item icons for armors, to match the progression and tech icons better.

Changes

• Armor stages on the player character show as 1st with Light armor, and as 2nd with Modular armor.

Bugfixes

• Roboport normal resolution graphics have been updated to be a downscale from the high resolution graphics. (more)
• Fixed cut-tool showing distinct selection color when holding shift. (more)
• Fixed armor rich text tags not using the correct icon. (more)
• Fixed pumpjack showing item drop indication arrows. (more)
• Fixed being unable to confirm the migrated content window if there was a game GUI open behind it. (more)
• Fixed a bad Lua event when invalidating the owning players controller during the gui closed event. (more)
• Fixed scaling of icons on buttons with more than 200% UI scale.
• Fixed issue where ghosts overlapping with non-ghost entity in cloned area is not cloned. (fixes https://forums.factorio.com/97861)
• Fixed using upgrade planner without explicit filters on entities marked for upgrade would not upgrade the existing upgrade orders.
• Fixed a crash with mods and chunk generation in some cases. (more)
• Fixed the wrong technology level shown on the icon in the currently selected technology.
• Fixed the missing notification (i) icon on the recipe group button, when there are more groups, so the tabs are shown as buttons instead.
• Fixed a crash when trying to undo actions done on a surface that was deleted in the meantime. (more)
• Fixed that train would sometimes NO_PATH during repath while in intersection where the path passes through a block that is already occupied by that train. (more)
• Fixed a crash when the link_id of a linked container is changed while a non-admin has the GUI open. (more)

Modding

• Added "add" and "remove" modes to the Infinity pipe and Heat interface.

Scripting

• Removed the "tile-build" SoundPath type. It has been replaced with "tile-build-small", "tile-build-medium", "tile-build-large", allowing mods to specify which size they want to refer to.
• Added LuaEntityPrototype::related_underground_belt read.
• Added "add" and "remove" modes to `InfinityPipeFilter` and `HeatSetting.`