Skip to content

Instantly share code, notes, and snippets.

@brine
Last active March 1, 2016 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brine/ca77380fc9d941732c61 to your computer and use it in GitHub Desktop.
Save brine/ca77380fc9d941732c61 to your computer and use it in GitHub Desktop.
Status Update:
Hey all, we just pushed out a new version last night which includes a few nifty new features. Here's a list of what we've been working on in the last few months:
These features are relevant to players:
- You can zoom the table without a scroll wheel by pressing the CTRL+Plus and CTRL+Minus key combos
- When you load a Limited deck via the limited deck editor, the chat notification will specify that it was a limited deck (to tell it apart from pre-built decks being loaded)
- Added the option to downgrade OCTGN's borders to the native Windows OS borders.
- Added pinch-zoom and multi-touch drag for the table (for touch-supported devices)
- Added an option in the Options menu to bring back the old Knock-Knock sound effect when players join your game.
For game developers, here are some features that may be relevant to you. The relevant wiki pages have been updated
- You can now assign custom card sizes to card alternates. Do this the same way as with normal cards.
- Added the OnCardControllerChanged game event to 3.1.0.2 API. It passes the `player`, `oldPlayer`, and `card` args.
- You can define multiple property match parameters to the limited editor packs, allowing for more specific card pools (see set.xml wiki)
- You can include cards from other sets into your limited editor packs, and can define override property values to customize the pick filtering
- You can add a `hidden="True"` attribute to the `<set>` element in your sets to hide that set, and all its cards, from the deck editor and search filters
- Python 3.1.0.2 API can now edit the local player's color.
- Card alternates will appear in the deck editor grid. If a player adds an alternate to their deck from the grid, it will add the original card instead.
Game developers, please note that the 3.1.0.2 API version has been activated on the Live OCTGN build for many months now. There was a bug where the 3.1.0.1 API version was being flagged as outdated in the pre-game lobby starting last week. This has been fixed -- however it is still a good idea to upgrade your scripts to the 3.1.0.2 API version as we will only officially support the most recent API version when we write documentation or include new python features.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment