Skip to content

Releases: Snyax/X2WOTCArchipelago

0.10.10 Beta

0.10.10 Beta Pre-release
Pre-release

Choose a tag to compare

@Snyax Snyax released this 09 Feb 16:23

Game Info | Setup Guide | APWorld Mods | Troubleshooting

Changes

Bug Fixes

  • Fixed start_inventory and start_inventory_from_pool options

0.10.9 Beta

0.10.9 Beta Pre-release
Pre-release

Choose a tag to compare

@Snyax Snyax released this 23 Jan 03:22

Game Info | Setup Guide | APWorld Mods | Troubleshooting

Changes

New Options

  • Disable corpse costs for all items with new Remove Corpse Costs option
    • This option can NOT be changed in-game via MCM

0.10.8 Beta

0.10.8 Beta Pre-release
Pre-release

Choose a tag to compare

@Snyax Snyax released this 10 Jan 21:35

Game Info | Setup Guide | Troubleshooting

Changes

Miscellaneous

  • Updated logic for the objective changes in mod version 0.10.3

0.10.7 Beta

0.10.7 Beta Pre-release
Pre-release

Choose a tag to compare

@Snyax Snyax released this 02 Jan 17:54

Game Info | Setup Guide | Troubleshooting

Changes

Bug Fixes

  • Fixed enemy rando sometimes missing ADVENT MECs
  • Fixed UT regen with Long War of the Chosen
  • Fixed a logic issue regarding progressive items

0.10.6 Beta

0.10.6 Beta Pre-release
Pre-release

Choose a tag to compare

@Snyax Snyax released this 27 Dec 22:21

Game Info | Setup Guide | Troubleshooting

Changes

Miscellaneous

  • Added enemy rando information to hint data
  • Improved options validation when using Long War of the Chosen

0.10.5 Beta

0.10.5 Beta Pre-release
Pre-release

Choose a tag to compare

@Snyax Snyax released this 14 Dec 02:09

Game Info | Setup Guide | Troubleshooting

Changes

Long War of the Chosen

  • Added mod support for Long War of the Chosen (by @copyrite)
    • Simply add 'Long War of the Chosen' to the active_mods option and enable the mod when launching the game!
    • New items as well as research, enemy and item locations are supported
    • Enemy Rando is incompatible (and will be ignored if the mod is active)

New Options

  • Enable instant rookie training in the GTS with new Instant Rookie Training option
    • Can be changed in-game via MCM
  • Added functionality for core start_inventory_from_pool option

Miscellaneous

  • Reworked filler item options to work like weights
    • Added new Nothing Share option to allow for limiting the number of filler items
  • Added option groups for improved yaml readability
  • Added workshop_path setting to host.yaml for cases where the Steam workshop is in a different place from the game
    • If the mod is not found on one of the expected paths, the client will prompt the user to provide this path

0.10.4 Beta

0.10.4 Beta Pre-release
Pre-release

Choose a tag to compare

@Snyax Snyax released this 22 Nov 20:54

Game Info | Setup Guide | Troubleshooting

Changes

New Items

  • Added basic, advanced and superior PCS items
    • Set which portion of the filler pool they will occupy with the PCS Share option
  • Added basic weapon upgrade items
  • Added nothing item (it does nothing)
    • You can now constrain the number of resource items with the Resource Share option

Miscellaneous

  • Updated Chosen weapon fragment names for clarity
  • Slight tweak to power calculation that should improve logic with non-empty start_inventory

Bug Fixes

  • Fixed launching the client via command line argument
    • Shortcuts for launching the client and immediately connecting should now work

0.10.3 Beta

0.10.3 Beta Pre-release
Pre-release

Choose a tag to compare

@Snyax Snyax released this 21 Nov 18:48

Game Info | Setup Guide | Troubleshooting

Changes

Modding Support

  • Item and location data tags fields have been changed from list[str] to set[str]
  • Filler items are now expected to be manually added to the item manager in generate_early
    • This means mods can now specify whether items are resource_items, weapon_mod_items, staff_items or even trap_items
    • See /mods/example/__init__.py for example usage

Bug Fixes

  • Fixed generation logic (which was broken in 0.10.2)

0.10.2 Beta

0.10.2 Beta Pre-release
Pre-release

Choose a tag to compare

@Snyax Snyax released this 21 Nov 02:56

Game Info | Setup Guide | Troubleshooting

DO NOT USE THIS RELEASE!

Logic is fully broken in this one, I apologize for the inconvenience.

Changes

Bug Fixes

  • Fixed and streamlined total power calculation
  • Fixed item creation ignoring changed classifications

0.10.1 Beta

0.10.1 Beta Pre-release
Pre-release

Choose a tag to compare

@Snyax Snyax released this 20 Nov 23:48

Game Info | Setup Guide | Troubleshooting

Changes

New Option

  • Added Enemy Plando
    • See the option description in the yaml for more info on usage

Modding Support

  • Mods can now override location_table entries during generate_early by calling loc_manager.replace/item_manager.replace
    • Mutable item data fields are power, classification and tags
    • Mutable location data fields are difficulty and tags

Miscellaneous

  • Changed Alien Hunters DLC option default to none
  • Some early game enemy rando balance changes