Jarno Westhof
710144c363
Fixed incorrect description on the options
2025-06-10 12:57:22 +02:00
Rob B
48af1b2e88
Options formatting fixes, lower minimum ExplorationCollectableCount, add new Explorer starting inventory items preset
2025-06-09 18:40:20 -04:00
Rob B
d44928c930
Update setup directions and info
2025-06-09 18:39:57 -04:00
Jarno Westhof
1b297820de
Fixed typo in options preset
2025-06-09 21:37:33 +02:00
Jarno Westhof
3d299c2317
Added Single Dark Matter Crystals
2025-06-09 15:49:49 +02:00
Jarno
ef808192e6
Merge branch 'ArchipelagoMW:main' into Satisfactory
2025-06-08 23:59:28 +02:00
Jarno Westhof
739f520705
Added Dark Matter Crystals
2025-06-08 22:20:03 +02:00
BlastSlimey
ab7d3ce4aa
shapez: Remove preset unittests #5086
2025-06-06 00:05:53 +02:00
Jarno Westhof
f082210c18
Added iron ore to build hub
2025-06-05 22:08:48 +02:00
Jarno
50db922cef
Timespinner: Fixed generation error because of timezone locking ( #5084 )
...
* Fixed generation error because of timezone locking
* Refactored logic + prevent excluding warps when unchained keys in on
2025-06-05 15:05:00 +02:00
Ehseezed
a2708edc37
Timespinner: Fix Castle Ramparts Region Connection #5082
...
Co-authored-by: ehseezed <Ehseezed@users.noreply.github.com >
2025-06-04 19:51:08 +02:00
Exempt-Medic
603a5005e2
DS3: Fix Non-Crow Itemlinking and Mark Aldrich Ruby and Twin Dragon Greatshield As Missable ( #4510 )
...
* Fix Branch (Not Crow)
* Oops
* Mark Aldrich Ruby as missable
* Expand comment
* Short circuit
* Mark Twin Dragon Greatshield as missable
* Add missable cause
2025-06-03 08:49:10 -04:00
Fabian Dill
b4f68bce76
Factorio: revamp args parsing and passing ( #5036 )
2025-06-03 13:49:44 +02:00
Scipio Wright
a76cec1539
TUNIC: Fix decoupled ER + ladder storage making invalid entrances #5075
2025-06-03 12:51:06 +02:00
black-sliver
b85b18cf5f
SoE: remove outdated info from guide ( #5064 )
...
The client does not depend on Animation Frame anymore, so it can be backgrounded.
2025-06-02 16:39:42 +00:00
Mysteryem
04c707f874
DKC3: Add missing indirect conditions ( #5073 )
...
A couple of Entrance access rules were checking for being able to reach
a Location, but a Location first checks for being able to reach its
parent Region, so it needs to be registered that access to that parent
Region can give access to the Entrance.
2025-06-02 18:06:54 +02:00
Mysteryem
0c5cb17d96
DLCQuest: Add missing indirect conditions ( #5074 )
...
The `Behind Rocks` and `Pickaxe Hard Cave` Entrances require being able
to reach the `Cut Content` region, but no indirect conditions were being
registered for this region.
The `set_lfod_self_obtained_items_rules` function was also using a
`world` parameter that was actually expecting a `MultiWorld` instance,
so I have renamed it for clarity and updated the function to use
`world.get_entrance()` rather than `multiworld.get_entrance()`.
Much of the rest of the file passes `MultiWorld` instances to `world`
parameters, but fixing all of these is out of the scope of the changes
in this patch, so has not been included.
2025-06-02 17:56:11 +02:00
qwint
8f68bb342d
Core and Various Worlds: define patch_file_ending to APPlayerContainer ( #5058 )
...
* move to playercontainer
* moves patch_file_ending handling to APPlayerContainer and updates the worlds using it to define their extensions
* give oot a patch_file_ending as well
2025-06-02 17:53:18 +02:00
Jérémie Bolduc
fab75d3a32
Stardew Valley: Fix Wizard Tower and Entrance Randomizer Softlocks ( #4631 )
...
Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com >
2025-05-31 07:57:42 -04:00
Jarno Westhof
e1c9608841
Added support for Universal Tracker
...
Put more things in the never exclude pool for a more familiar gameplay
2025-05-30 21:10:42 +02:00
massimilianodelliubaldini
d19bf98dc4
Jak and Daxter: Post-merge Polish ( #5031 )
...
- Cleans up a few missed references in the setup guide.
- Refactors Options class to use metaclass and decorators to enforce friendly limits on multiple levels.
- Templates generated from the website, even ones with `random` should not fail generation because the website will only allow values inside the friendly limits.
- _Uploaded_ yamls to the website with `random`, should also now respect friendly limits without the need for `random-range` shenanigans.
- _Uploaded_ yamls to the website, or yamls that are used to generate locally, that have hard-defined values outside the friendly limits, will be clamped/dragged/massaged into those limits (with logged warnings).
- Removed an early completion goal that was playing havoc with fill. Not enough people seem to use this goal, so its loss will not be mourned.
2025-05-30 16:31:00 +02:00
Jarno
dd3862080d
Merge branch 'ArchipelagoMW:main' into Satisfactory
2025-05-29 22:46:23 +02:00
sgrunt
b0f41c0360
Timespinner: Fix Connection Logic from Maw Cave Entrance to Maw ( #4831 )
...
Co-authored-by: sgrunt <sgrunt1987@gmail.com >
2025-05-28 20:40:24 -04:00
sgrunt
6ebd60feaa
Timespinner: Fix Logic Error with Risky Warp to Emperor's Tower and Lab Access ( #4784 )
...
Co-authored-by: sgrunt <sgrunt1987@gmail.com >
2025-05-28 20:37:39 -04:00
Jonathan Tan
dd6007b309
TWW: Remove unnecessary items from slot data ( #5045 )
2025-05-29 00:27:03 +02:00
Jarno
46650696b3
Merge pull request #5 from airbreather/fix-satisfactory-player-options-link
...
Satisfactory: Fix the player settings link.
2025-05-28 23:28:18 +02:00
Jarno
77d07027f0
Merge branch 'ArchipelagoMW:main' into Satisfactory
2025-05-28 23:20:19 +02:00
Ehseezed
fde203379d
Timespinner: Fix Logic ( #4803 )
...
Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com >
2025-05-28 15:04:57 -04:00
LiquidCat64
fcb3efee01
CVCotM: Add Nerf Roc Wing to Slot Data and HoD Max Ups to other_game_item_appearances ( #5051 )
2025-05-28 10:47:24 -04:00
Jonathan Tan
20ca7e71c7
TWW: Update patch class ( #5046 )
2025-05-27 07:57:20 +02:00
ScootyPuffJr1
002202ff5f
Update OOT Guides ( #5041 )
...
* Update OOT Guides
* Minor update per review
2025-05-26 07:25:39 +00:00
FlitPix
32487137e8
Core: Add descriptions to Components ( #4849 )
...
* Add descriptions to components
* Adhere to style guide
* Tweak BHC wording
* Trim Open Patch description
* Update text client description for consistency
Co-authored-by: Scipio Wright <scipiowright@gmail.com >
* Remove newlines
---------
Co-authored-by: Scipio Wright <scipiowright@gmail.com >
2025-05-25 17:17:30 -04:00
Rob B
87d058d66e
Trap info
2025-05-25 12:26:29 -04:00
Rob B
719170b72f
Add goal time estimates
2025-05-25 12:19:04 -04:00
LiquidCat64
f327ab30a6
CV64: Allow Holding Z to Use the Regular Shimmy Speed ( #4730 )
...
* Add the shimmy modifier hack.
* Update the Increase Shimmy Speed option description.
---------
Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com >
2025-05-25 05:20:25 -04:00
agilbert1412
e7545cbc28
SDV: Fixed Region for two Parrot Locations ( #5042 )
2025-05-24 17:59:55 -04:00
NewSoupVi
eba757d2cd
Raft: Implement get_filler_item_name and refactor filler item code a bit ( #4782 )
...
* refactor filler item creation for Raft, implement get_filler_item_name
* wrong indent
* Update worlds/raft/__init__.py
Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com >
---------
Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com >
2025-05-24 23:02:27 +02:00
Star Rauchenberger
4119763e23
Lingo: Fix The Bearer's Pilgrimage Logic ( #5005 )
2025-05-24 09:35:06 -04:00
Jonathan Tan
e830a6d6f5
TWW: Only add Filler for Excluded Locations Which are Progress Locations ( #4993 )
...
Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com >
2025-05-24 09:17:54 -04:00
agilbert1412
47a0dd696f
Stardew Valley: Added moss to statue of blessings recipe ( #5038 )
2025-05-24 07:28:25 +02:00
Jérémie Bolduc
c64791e3a8
Stardew Valley: Replace current naive entrance rando with GER ( #4624 )
2025-05-24 07:15:41 +02:00
Aaron Wagener
e82d50a3c5
The Messenger: more generous portal validation ( #5011 )
...
* The Messenger: more generous portal validation
* remove the while and just go for 20 attempts. hopefully that's enough
2025-05-24 00:13:34 +02:00
Jérémie Bolduc
8671e9a391
Stardew Valley: Make animal catalog logically year 2 ( #5032 )
2025-05-23 19:52:47 +00:00
Rosalie
9c0ad2b825
FF1: Bizhawk Client and APWorld Support ( #4448 )
...
Co-authored-by: beauxq <beauxq@yahoo.com >
Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com >
2025-05-22 11:35:38 -04:00
agilbert1412
0351698ef7
SDV: Fixed Import bases ( #5025 )
2025-05-22 11:07:57 -04:00
Jérémie Bolduc
984df75f83
Stardew Valley: Move and Rework Monstersanity Tests ( #4911 )
2025-05-22 10:24:04 -04:00
Mysteryem
402a8fb967
AHiT: Add Dweller Mask Requirement to Normal Logic Rush Hour ( #4499 )
2025-05-22 10:16:16 -04:00
Aaron Wagener
45e3027f81
The Messenger: Add a Component Icon and Description ( #4850 )
...
Co-authored-by: qwint <qwint.42@gmail.com >
Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com >
2025-05-22 10:06:44 -04:00
Aaron Wagener
1d655a07cd
Core: Add State add/remove/set Helpers ( #4845 )
2025-05-22 09:46:33 -04:00
FlitPix
c5e768ffe3
Minecraft: Stop Using Utils.get_options ( #4879 )
2025-05-22 09:42:54 -04:00