Commit Graph

  • 5e8b4ac3ce Weighted Settings v4.0.1 rev1 - Fix a bug (it was a typo) causing the "puke" palettes to never be updated on weighted settings files generated from the website. Chris Wilson 2021-02-19 17:50:49 -05:00
  • cb02977c1c update ingame text to match license file Fabian Dill 2021-02-19 19:44:25 +01:00
  • 596552037c mention where a rom is patched to Fabian Dill 2021-02-19 19:10:01 +01:00
  • 12222d5a4c Split adjuster into own program Fabian Dill 2021-02-19 19:08:11 +01:00
  • fca64f1177 Removes Flashing instances in game (#168) pepperpow 2021-02-19 10:45:54 -06:00
  • 68c639d798 empty text comes before text; right. Fabian Dill 2021-02-19 15:23:18 +01:00
  • 9b6a695551 default sort hints table so that it pushes found hints to the bottom Fabian Dill 2021-02-19 15:18:26 +01:00
  • 129d2ec037 remove unnecessary ternaries in multiclient Fabian Dill 2021-02-19 13:50:41 +01:00
  • 96dfccdbfc set correct version in multidata Fabian Dill 2021-02-19 13:47:25 +01:00
  • 122e360ec8 Merge branch 'main' into breaking_changes Fabian Dill 2021-02-19 13:45:50 +01:00
  • b1cf1a80e6 Fix non-activated flute. CaitSith2 2021-02-15 14:46:31 -08:00
  • 930a0135d2 remove now outdated comment Fabian Dill 2021-02-15 22:52:06 +01:00
  • d8366fbac7 Add Activated Flute as a proper item Fabian Dill 2021-02-15 22:33:44 +01:00
  • 1bad02e029 warn about missing logic on door-rando branch Fabian Dill 2021-02-14 19:08:31 +01:00
  • e4d7e08963 when sweeping for events, only filter them once Fabian Dill 2021-02-14 17:52:01 +01:00
  • e4d8823662 fix missing {choice} from default bottle_vendor_choice was never found as it gets removed as part of "unwanted text" Fabian Dill 2021-02-14 05:53:11 +01:00
  • acefb47a00 Warn if trigger option name doesn't match something in the yaml. CaitSith2 2021-02-13 13:57:52 -08:00
  • 44f4f7f20c Allow for rom options in linked/triggered options without needing to... CaitSith2 2021-02-13 10:26:02 -08:00
  • 5e619dec60 add mystery triggers Fabian Dill 2021-02-13 14:03:23 +01:00
  • d0c4df7408 Merge remote-tracking branch 'origin/main' Fabian Dill 2021-02-13 06:53:35 +01:00
  • 2fd0c96369 update hint writing a bit Fabian Dill 2021-02-13 06:53:27 +01:00
  • 259bcdd7ff Merge pull request #174 from TWest3D/main Fabian Dill 2021-02-13 06:48:18 +01:00
  • a90cb86da5 Update playerSettings.yaml TWest3D 2021-02-12 20:46:46 -09:00
  • 71dd1da24d Merge pull request #173 from StructuralMike/patch-1 Fabian Dill 2021-02-12 22:54:23 +01:00
  • 14b20e2c0d Correctly parse Turtle Rock Medallion settings StructuralMike 2021-02-12 22:11:48 +01:00
  • 26d69032e9 Base rom changes CaitSith2 2021-02-10 09:31:53 -08:00
  • 0af77421fc remove fairy and big magic from bonk prizes in hard/expert remove arrow prizes in retro when "g" is not toggled rename "difficulty_adjustments" to "item_functionality" Fabian Dill 2021-02-10 07:01:03 +01:00
  • 6bc1ed5584 remove no longer needed code Fabian Dill 2021-02-09 00:40:52 +01:00
  • 35eb2067f2 add Botte Merchant hint Fabian Dill 2021-02-09 00:34:25 +01:00
  • 1eaab4e843 Implement a versioning system for the weighted-settings page Chris Wilson 2021-02-07 13:58:24 -05:00
  • 4684c2349c Fix Ice rod hunt beemizer level 4 still having 'Nothing' Items. CaitSith2 2021-02-07 06:34:42 -08:00
  • 28e2c62884 add Zora hint (probably add and condition for shop_slot_shuffle, testing things) Fabian Dill 2021-02-07 10:42:20 +01:00
  • 54ca6bb26f significantly reduce price of maps and compasses Fabian Dill 2021-02-07 10:05:25 +01:00
  • 191834200f introduce 100 rupee piles for retro and universal keys to be swapped into pool for shop slots Fabian Dill 2021-02-07 09:45:30 +01:00
  • 47837f4dae Update modules Fabian Dill 2021-02-07 04:41:51 +01:00
  • d0d5ad4fe0 Remove debug statement pepperpow 2021-02-06 17:35:44 -06:00
  • 1d1abb7d22 Removed remnants of team stuff, make hide_goal default pepperpow 2021-02-05 20:37:27 -06:00
  • 87be751e45 Adjust the weighted settings json config file to properly reflect the key values for the shop_shuffle_slots option Chris Wilson 2021-02-05 19:01:38 -05:00
  • 5d84df4fa0 Fix a bug in the weighted settings causing the sprite list to not update when a preset is changed Chris Wilson 2021-02-05 18:55:53 -05:00
  • 96d544ac84 Speed up Progression Balancing, mostly by using generators and pre-sorts where the opportunity exists In some cases multi-thousand element lists were created in-memory with near identical contents, per player, then discarded and reassembled. Was testing against a case with 3 GB of additional memory use (50 players) which appeared to get stuck, but really was just very slow. This example case is fixed with these changes. Additionally, progression balancing is now run after ShopSlotFill, so it is now "aware" of the changed progression shops can produce. As well, special handling for keys was removed, as not all games will have the notion of keys. Fabian Dill 2021-02-05 08:07:12 +01:00
  • 239b365264 Remove outdated warning about QUsb2Snes version Chris Wilson 2021-02-03 23:15:09 -05:00
  • 100ac7634e Merge branch 'inverted_flut' into main CaitSith2 2021-02-03 06:43:41 -08:00
  • 88980fb3b6 Make playthrough text deterministic, by sorting alphabetically Fabian Dill 2021-02-03 14:26:00 +01:00
  • e4d4ff667c Some Shop fixes: Make sure that dark lake hylia shop in inverted retains the blue potion, while allowing shop slots on top (potion will always be the leftmost slot, ignoring "i"/"f"/"g") Cull Shop swap Candidates before generating weights, then keep track of updated sphere sizes during swaps. This significantly reduces the chance to run out of candidates, as large clumps of false candidates do not get included in the weight Shop fill is slower with this, as all candidates need to be swept once, instead of on-demand; but this seemed the best way to address the remaining issues. Fabian Dill 2021-02-03 14:24:29 +01:00
  • 5503547663 use less memory to assemble playthrough Fabian Dill 2021-02-03 07:14:53 +01:00
  • 60e1b52c55 Merge remote-tracking branch 'origin/main' Fabian Dill 2021-02-03 06:55:14 +01:00
  • 07866bbd3c Speed up Playthrough creation Fabian Dill 2021-02-03 06:55:08 +01:00
  • fe0f41c884 Merge branch 'main' of https://github.com/berserker66/MultiWorld-Utilities into main Chris Wilson 2021-02-02 22:58:31 -05:00
  • db6642f290 Update WebUI to show unique items as a different color, and with a drop-shadow Chris Wilson 2021-02-02 22:58:22 -05:00
  • 3d9085e98a put that sign back where i found it pepperpow 2021-02-02 21:48:08 -06:00
  • ee06aca908 Update timestamp of own rights CaitSith2 2021-02-02 19:07:02 -08:00
  • 52de7f6a22 Update timestamp of own rights Fabian Dill 2021-02-03 03:56:47 +01:00
  • cf49cd5e4b Mark Advancement items in the client Fabian Dill 2021-02-03 03:19:25 +01:00
  • 25bbfb2f3e Update README.md (#163) Hussein Farran 2021-02-02 19:37:05 -05:00
  • fcbaa35cc5 new inverted logic, accounting for dark world flute activation Fabian Dill 2021-02-02 11:24:17 +01:00
  • 842be54ab9 Merge remote-tracking branch 'origin/main' into main CaitSith2 2021-02-02 00:10:01 -08:00
  • e497a88137 Inverted flute mechanics (#169) pepperpow 2021-02-02 01:04:57 -06:00
  • 87d5a481f9 Merge branch 'inverted_flut' into main CaitSith2 2021-02-01 20:59:50 -08:00
  • 36de78dddd Moved inverted goal sign to castle lawn pepperpow 2021-02-01 20:26:07 -06:00
  • 99468e6d46 Fixed flute working in both worlds instead of just dark pepperpow 2021-01-31 21:42:44 -06:00
  • 6b737775a2 Added hash/inverted sign message pepperpow 2021-01-31 20:57:18 -06:00
  • 078ad30195 Fix Multiworld tracker Fabian Dill 2021-02-01 01:57:44 +01:00
  • 4aedf3a8ed inverted_flute pepperpow 2021-01-31 18:26:49 -06:00
  • cd85279ded Missed number in log output pepperpow 2021-01-31 07:46:40 -06:00
  • 1da1e4eac6 Sample implemention of JSONtoTextParser Fabian Dill 2021-01-31 11:33:39 +01:00
  • 77a0e6f9cf Triforce at pedestal / Trinexx now correctly counts towards final total. CaitSith2 2021-01-31 00:54:31 -08:00
  • b78f852579 reduce prices of ammo and ammo capacity upgrades, make heart container actually 4X a heart piece and reduce progression item price slightly Fabian Dill 2021-01-31 06:47:57 +01:00
  • b4502f1338 Fix indentation bug in weightedSettings.yaml Chris Wilson 2021-01-30 19:05:06 -05:00
  • 889d24606f Updated weighted settings to reflect new beemizer documentation and include pyramid_open options Chris Wilson 2021-01-30 19:03:54 -05:00
  • 3d81f0cca7 update after merge from /main Fabian Dill 2021-01-30 23:43:15 +01:00
  • 2553b1d2ee Merge branch 'main' into breaking_changes Fabian Dill 2021-01-30 23:40:25 +01:00
  • c988ec24b6 update item table offsets Fabian Dill 2021-01-30 23:40:01 +01:00
  • 28c12054dd update to Shops release Fabian Dill 2021-01-30 23:37:35 +01:00
  • a646594f08 Merge branch 'main' into breaking_changes Fabian Dill 2021-01-30 23:29:32 +01:00
  • 24e8fb54ad update fast_ganon hole description Fabian Dill 2021-01-30 23:17:54 +01:00
  • 520dd7ba91 Merge remote-tracking branch 'origin/main' Fabian Dill 2021-01-30 09:57:33 +01:00
  • 2352445146 Remove all uses of "item.priority" as the remaining fill algorithms don't need it anymore. Fabian Dill 2021-01-30 09:57:25 +01:00
  • ad8427c15a Fix shop tracking. CaitSith2 2021-01-29 22:52:10 -08:00
  • 8c301044e3 Add Nothing to the trap_replaceable list. CaitSith2 2021-01-29 22:15:39 -08:00
  • 61bef142a3 New Beemizer implementation, no longer replacing health; leaving that to item pool settings. Fabian Dill 2021-01-30 06:46:17 +01:00
  • 5cc8dd2c71 Fix mistake made while reverting changes CaitSith2 2021-01-29 20:57:38 -08:00
  • aa9fe0d9cd Removed debugging info pepperpow 2021-01-29 19:16:25 -06:00
  • 5c074c2c4f Replace localtriforcehunt with teamtriforcehunt pepperpow 2021-01-29 19:07:19 -06:00
  • d3129e25e1 Merge remote-tracking branch 'origin/main' Fabian Dill 2021-01-30 02:02:20 +01:00
  • 69ceb89202 Make Heart Pieces and Heart Containers significantly cheaper in Shops. Obversation that triggered this is that they almost always get skipped, want to make the choice more enticing. Fabian Dill 2021-01-30 02:02:13 +01:00
  • 90c3fe9df3 Count take-any caves into final total. CaitSith2 2021-01-29 15:42:28 -08:00
  • 1d93952ef1 Revert part of a previous change CaitSith2 2021-01-29 13:49:17 -08:00
  • 82fc2aba20 Added triforce hud options, expanded triforce requirement pepperpow 2021-01-29 15:42:00 -06:00
  • 7f74aa7cb0 Implement open_pyramid yaml settings CaitSith2 2021-01-29 13:27:42 -08:00
  • fda32578fa Modify end credits count. CaitSith2 2021-01-29 04:51:58 -08:00
  • 96e12088d7 Shop-sanity shops now marked as counting towards end-game credits. CaitSith2 2021-01-29 00:25:13 -08:00
  • ca4758d1c2 Actually disable shop slots that already have an item pushed in. CaitSith2 2021-01-29 00:21:42 -08:00
  • 9ee5c50f88 Fixed non-deterministic shop-sanity shuffling. CaitSith2 2021-01-28 22:39:04 -08:00
  • 8ddb1ab614 create per-team enemizer calls Fabian Dill 2021-01-27 02:39:12 +01:00
  • 7531bb9d11 improve enemizer logging Fabian Dill 2021-01-27 02:32:38 +01:00
  • bee6e87615 Merge branch 'main' of https://github.com/berserker66/MultiWorld-Utilities into main Chris Wilson 2021-01-26 18:29:43 -05:00
  • 5f4a1636aa Fix certain settings not being set properly on the weighted settings page. Chris Wilson 2021-01-26 18:29:23 -05:00
  • eb1c4313a8 Fix root cause of items not being placed into locations CaitSith2 2021-01-26 13:11:43 -08:00
  • c88d9b4339 Additional fixes for Ice Rod Hunt CaitSith2 2021-01-26 07:06:33 -08:00
  • 1275e49073 also fix typo in rom.py Fabian Dill 2021-01-26 01:46:13 +01:00