1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2026-04-28 21:04:39 +02:00

86 Commits

Author SHA1 Message Date
danielmartin0 c260a01ce5 Sync to 1.8.16 2025-12-31 22:03:16 +00:00
danielmartin0 71aa65cfd2 luacheck 2024-10-29 14:22:52 +00:00
danielmartin0 7232f90607 fix map_being_loaded_destination_index 2024-10-29 14:11:14 +00:00
danielmartin0 56dbf762ea rework treasure maps 2024-10-29 14:11:14 +00:00
danielmartin0 157725a38c Revert "flag -> skull"
This reverts commit bead0a6affd5bba187e8f0f50f05836127daf893.
2024-10-29 14:11:14 +00:00
danielmartin0 bf9cb533cf flag -> skull 2024-10-29 14:11:14 +00:00
danielmartin0 939bd0ebb0 pirates: port more 1.1 tweaks 2024-10-22 21:47:11 +02:00
danielmartin0 51685d7d23 pirates: fix victorious check 2024-10-22 21:47:11 +02:00
danielmartin0 7b17e3860e Stylua pt2 2024-10-22 21:47:11 +02:00
danielmartin0 a19e40bbfe Don't set numbers in localized strings 2024-10-22 21:47:11 +02:00
danielmartin0 3e5eb9aa57 format with StyLua 2024-10-22 21:47:11 +02:00
danielmartin0 baf267732c code cleanup 2024-10-22 21:47:11 +02:00
danielmartin0 7e0d48c62b pirates: assorted changes 2024-10-22 21:47:11 +02:00
danielmartin0 3230e1cb9e port pirates pt1
Port pollution_statistics

port heading-3

port entity names

Decouple from base game evolution factors

Remove research_queue_enabled

global->storage

port rendering methods
2024-10-22 21:47:11 +02:00
danielmartin0 0ce32bac22 fix permissionlevels import 2024-09-18 18:07:18 +01:00
danielmartin0 fbc1422d06 fix map not continuing to load properly 2024-09-15 22:53:19 +01:00
danielmartin0 ddb5a50ec3 unused imports 2024-09-15 22:22:30 +01:00
danielmartin0 a31c1c5a10 remove events system 2024-09-15 22:22:30 +01:00
danielmartin0 43d981d5bd remove old captain's shop code 2024-09-15 22:22:30 +01:00
danielmartin0 d7eff5940f Revert "dont show extra icons"
This reverts commit 7c6b791aaf6307dcaddcb9902b78cfaf45c86eb2.
2024-09-15 22:22:30 +01:00
danielmartin0 6d8ee55c6a dont show extra icons 2024-09-15 22:22:30 +01:00
danielmartin0 eed9031c83 ATSEA_VICTORIOUS state 2024-09-11 16:30:55 +01:00
danielmartin0 64ff90782b move wait to after destination load, halt loading for krakens 2024-09-11 15:24:41 +01:00
danielmartin0 cedcc86add adjust comments 2024-09-10 11:29:44 +01:00
danielmartin0 88d97cf88b put quest name in tooltip 2024-09-09 17:14:48 +01:00
danielmartin0 c4afbd6dff linter cleanups 2024-09-07 22:26:53 +01:00
danielmartin0 26ba5478b2 welcome modal 2024-09-07 17:37:24 +01:00
Piratux 174f2c6ccc Spectating extra character bug fix
Changes:
- Fixed an issue where sometimes returning to lobby when finished spectating the crew, would create duplicate character in the lobby.
2023-06-29 19:49:11 +03:00
Piratux 7802c49ad9 Radioactive island changes
Changes:
- Fixed an issue where boat would auto undock in radioactive island instead of making crew lose, when uranium wasn't collected.
- "Kovarex-enrichment-process" recipe is now researched by default to allow crafting uranium in centrifuges in Radioactive island.
2023-06-24 23:49:36 +03:00
Piratux 3b65d4222f Balancing
Changes:
- More nodes of oil now spawn in Mysterious Caves island, but amount of oil is reduced.
- Increased amount of extra damage that biters do at night from 10% to 50%.
- Reduced the rewards from GUI island quests by ~30% (slightly less for easier difficulties).
- Reduced the coal reward scaling with leagues from launching rocket.
- Reduced the coin reward from launching rocket, but now the amount scales with leagues.
- Kraken rewards now scale with leagues.
2023-02-19 20:38:54 +02:00
Piratux 65bea7b1c2 Mandatory resources to leave island in late game
Changes:
- From 800 leagues, islands will now have mandatory resource cost to leave, which doesn't decrease. Failing to collect resources, will cause the crew to lose.
- Killing all spawners now won't remove undock cost.
- Mysterious Caves island now has undock cost on later leagues.
- You can't stay forever in radioactive island anymore.
2023-01-29 15:02:06 +02:00
Piratux 92fcbe3b6d Kraken tweaks and fixes
CHANGES:
- Island now doesn't load, when there are active krakens, to reduce lag.
- Slightly increased biter swimming speed during kraken fight. This should reduce the chance for biters to get stuck on the ship edge.
- Fixed biters swimming faster with multiple active krakens.
- Fixed biters stopping swimming towards ship when kraken dies.
2023-01-12 23:34:44 +02:00
Piratux 153a2016ed Cave and desert island tweaks
CHANGES:
- Prevented situation where biter wave could spawn immediately upon revealing it in Mysterious Caves island.
- Fixed "All biter bases destroyed — escape cost removed." message appearing when arriving at Mysterious Caves island.
- Fixed GUI showing resource cost to leave Mysterious Caves island. It won't need any resources to undock in late game.
- Fixed Mysterious Caves island letting you stay infinitely in late game.
- Sandworm Caldera island now has auto undock timer.
- Sandworm Caldera island now doesn't have launch rocket as resource requirement.
- Reduced maximum amount of time you can stay in Sandworm Caldera island by 20%.
- Reduced maximum amount of time you can stay in Mysterious Caves island by 20%.
- Revealing a spawner in Mysterious Caves island, reveals nearby area and spawners around it.
2023-01-12 18:58:53 +02:00
Piratux 9cda27df02 Standardised island enum usage
Changes:
- Moved island enum to its own file to avoid dependency loops
- Standardised island enum usage to use IslandEnum.enum
2022-10-10 22:03:51 +03:00
Piratux 8542a783cf New cave island
Changes:
- New island: Mysterious caves
- New market offers: logistic chests
2022-10-03 00:37:54 +03:00
danielmartin0 353fce2dda bugfixes, more krakens near the end, unguarded silo threat 2022-07-31 13:08:22 +01:00
danielmartin0 0cd02ed024 tweaks 2022-07-31 10:23:59 +01:00
Piratux e37f74a7e3 Fixed class issues
Changes:
- Fixed class GUI issues
- added /remove_classes command (removes all classes)
- made /unlock <class> command available while not in debug as well (unlocks a class)
2022-07-28 18:15:31 +01:00
Piratux f826660619 New class GUI window
Changes:
- Fixed crash that could happen if player clicked on crew window button with middle mouse button while in lobby
- Removed "Pro..." text from Progress window button
- Moved class related info from crew window to new class window
- Added scroll pane for crew window
2022-07-07 23:01:45 +03:00
Piratux 2944a907aa features+code cleanup
Changes:
- Changed requirements for placing structures on islands: instead of trying to squeeze in-between trees, now it needs a single corner to be on land (it still can't spawn in ocean). In result, islands with more dense forests should see special structures more often and more scattered around the island, rather than them spawning mostly on beaches (because they had no trees)
- When area in which structure is going to be placed contains water, it's replaced with landfill
- New structure: friendly small-cliff-base with cliffs, gun turrets and car
- Captain's cabin now contains cliff-explosives that can be placed in hold's chests to remove them
- Moved repeating code snippets into seperate functions
2022-06-16 00:00:18 +03:00
danielmartin0 d331c665f5 fix: command memory setting 2022-06-02 19:54:47 +01:00
danielmartin0 de538a2221 patch 2022-06-01 20:51:35 +01:00
danielmartin0 88d4da397e boat now pauses after each destination 2022-06-01 20:45:13 +01:00
danielmartin0 281d22bb94 header on each file; clamp function; locale fixes 2022-06-01 19:50:36 +01:00
danielmartin0 fc08a81da3 locale fix, improvements
- reorder lines in locale file for clarity
- localise a few additional renderings
- players in the cabin now see the large 'outside world minimap' rather than the small spontaneous camera
- play sounds along with error messages
- correctly print info message when player joins a game with _DEBUG=true
2022-05-30 16:51:08 +01:00
danielmartin0 c9a6bc6ad4 new features & improvements
code restructuring along with:
v1.2.3
• Rework of 'quest buildings' that appear on islands.
• Fixed stutter when loading certain maps, such as swamp.
• Various new player-friendly visual renderings.
• Mod prepared for translation into other languages.
• Expanded Gourmet's sense of taste.
2022-05-29 12:36:27 +01:00
danielmartin0 e553658e09 adjustments 2022-05-09 00:36:48 +01:00
danielmartin0 c068fc68e5 v1.1.2.2.2
fixes and balance
2022-05-07 21:41:45 +01:00
danielmartin0 834517860f v1.1.2.1.0
- ship and silo pollution slightly decreased for larger player count
- kraken fire rate increased for larger player count
- kraken kill reward buffed
- ship power upgrade made cheaper
- fixed exploit of bots being able to repair cannons
- Smoldering class disabled for now
- other fixes and improvements
2022-05-05 09:55:48 +01:00
danielmartin0 a059ebe8fc v.1.12; Since other people are now expected to read these, some changelogs will be provided
- Biters now drop coins on death
- Boat input/output expanded to 4-lanes
- Captain's store removed and replaced by physical markets
- Resolved highscore table conflict with base comfy code
2022-04-29 23:48:34 +01:00