Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
---------------------------------------------------------------------------------------------------
Version: 2.0.0
Date: 09.05.2025
Major changes:
- Updated to Factorio 2.0 (thanks to Shadow_Man)
- Space Age is not supported. Elevated Rails and Quality is supported.
- New game recommended. No migration support for previous savegames.
Changes:
- Added custom Warptorio2 intro text and victory screen.
- Changed some technologies research cost to better match similar vanilla techs.
- Changed some recipes with non-stacking ingredients to have only 1 of these ingredients.

---------------------------------------------------------------------------------------------------
Version: 1.3.11
Date: 18.2.2024
Expand All @@ -8,7 +20,6 @@ Date: 18.2.2024
- Changed warp reactor specific heat from 10MJ to 1MJ to address heat distribution issues
- Updated heat related code to better respect specific heats (Thanks chingis_khagan!)


---------------------------------------------------------------------------------------------------
Version: 1.3.10
Date: 8.5.2023
Expand Down Expand Up @@ -36,14 +47,12 @@ Date: 8.4.2022
Changes:
- Typo


---------------------------------------------------------------------------------------------------
Version: 1.3.7
Date: 7.4.2022
Changes:
- Lib bugfix related to cloning spider legs


---------------------------------------------------------------------------------------------------
Version: 1.3.6
Date: 7.3.2022
Expand All @@ -59,7 +68,6 @@ Date: 13.3.2021
Changes:
- Fixed multiplayer crash, missing nil check on updating ownership and connection of cloned spidertrons to the remotes in players inventories between warps.


---------------------------------------------------------------------------------------------------
Version: 1.3.4
Date: 30.12.2020
Expand Down
8 changes: 3 additions & 5 deletions control.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@ Status bar wastes screen space, don't use it.

Use https://tools.stefankueng.com/grepWin.html to mass search, find and replace many files in bulk.

]]---------------------------------------
]] ---------------------------------------

--[[ Environment ]]--
lib={PLANETORIO=true,REMOTES=true}
--[[ Environment ]] --
lib = { PLANETORIO = true, REMOTES = true }

require("lib/lib")
require("control_main")
lib.lua()


Loading