본문으로 건너뛰기

Version 2.0.14 released as stable

2024-11-03

en 판으로 표시 중

# **Changes** - [space-age] Changed self-recycling recipe statistics to be ignored in production graph. - Changed sprites with scale between 0.5 and 1 (exclusive) to apply downscaling to low resolutio

Changes

  • [space-age] Changed self-recycling recipe statistics to be ignored in production graph.
  • Changed sprites with scale between 0.5 and 1 (exclusive) to apply downscaling to low resolution (affects base game biter sprites).
  • Changed cargo landing pad mining time to 1.
  • Moved the mods GUI search to be with the content it is searching.
  • Added linear interpolation method (used by default now) for audio resampling when playback speed is changed. (https://forums.factorio.com/116936)
  • Added an option to disable animated ghosts to aid performance on integrated GPUs. (https://forums.factorio.com/116304)
  • [space-age] Added a confirmation box when deleting space platforms.

Bugfixes

Modding

  • Combined four ghost tint definitions in UtilityConstants into UtilityConstants::ghost_shader_tint and added UtilityConstants::ghost_shaderless_tint.
  • Added LoaderPrototype::per_lane_filters.

Scripting

  • Added LuaEntity::loader_filter_mode (read/write).