Dominion Strategy Forum

Please login or register.

Login with username, password and session length

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Icehawk78

Filter to certain boards:

Pages: [1]
1
Dominion Online at Shuffle iT / Re: future plans
« on: November 15, 2017, 08:05:09 pm »
I've got a game model question - are there any plans for storing which piles/zones started with any given cards, for pairing split piles, knights, black market, etc?

I currently don't (and thus also your UI currently doesn't) have a way to link split piles together once emptied, or hide the contents of certain piles (BM) without accidentally revealing deck contents.

Updating the card model to contain either a starting zone or something similar would solve this issue.

2
Dominion League / Re: Season 21 - Results
« on: May 23, 2017, 08:31:27 pm »
I'll be continuing

3
I've uploaded a new version of this extension to the Chrome Web Store, available here, which implements a crude version of player zone indicators, to remind you if any player has cards set aside in various zones.

There's not really much information, but I'm open to alternative methods of displaying what I do have available to me.

4
Dominion League / Re: Season 20 - Results
« on: April 01, 2017, 01:37:06 pm »
I'm staying in the league for 21

5
Dominion League / Re: Season 20 - Results
« on: April 01, 2017, 01:28:30 pm »
E1:

Nicholas Galauxy 2 - 4 Dylan32

6
Dominion League / Re: Season 20 - Results
« on: March 16, 2017, 10:23:23 pm »
E1:

Nicholas Galauxy 3 - 3 luckat

7
Dominion League / Re: Season 20 - Signups (open till Friday)
« on: March 02, 2017, 05:12:31 pm »
I'm also new to the league.

Username: Nicholas Galauxy
Timezone: America/Chicago

8
Dominion Online at Shuffle iT / Re: [Mod] King's Courtier (Chrome Plugin)
« on: February 01, 2017, 01:59:06 pm »
Will you be implementing SparklePig?

90% likely not, at least not as it currently is. If I can come up with a way to display the information that fits with the rest of the styling, then possibly.

More likely would be an option that defaults to showing the player mats when there is anything relevant on them, but I'm not sure how that would interact or work with a 3+ player game. If I do implement this, it would likely just be a box that shows active duration cards or something to that effect.

9
Dominion Online at Shuffle iT / Re: [Mod] King's Courtier (Chrome Plugin)
« on: January 31, 2017, 10:00:57 am »
This is a fantastic update to the mod and adds some much needed features.

Just one question: I'm really curious about the technical details behind not showing the BM deck in the Kingdom view resulting in leaking your opponent's hand. How does that work?

The issue is that three black market deck contents themselves are actually hidden, but unfortunately there's only one other zone in the game that has hidden contents - the opponent's hand. As such, there's currently no way for me to know the difference between, say, a knight that has been purchased but is in the opponent's hand, and a knight that has not been purchased from the black market.

10
Dominion Online at Shuffle iT / Re: [Mod] King's Courtier (Chrome Plugin)
« on: January 31, 2017, 06:11:28 am »
Finally getting around to updating this post.

I now have the full Kingdom viewer working, which also now allows for naming of cards that are not in visible piles, including split pile cards, individual knights, shelters, and ruins.

Installation instructions:

This can be installed via the Chrome Web Store at King's Courtier or by downloading it directly from Github.

To open the Kingdom viewer, simply click the "Kingdom" button on the left.



You will then be presented with this screen:



Some notes:

  • The black market deck will not be a secret if you use this. I've looked into it, and unfortunately the only way for me at this time to hide the black market contents would unfortunately also risk leaking which cards are in your opponent's hand, due to the way the client model is structured.
  • Any input that is waiting on you will be obscured by the card list. I can look into changing this later, but for now, make sure you close it when not actively watching so you know when it's your turn.
  • When you play a "name any card" effect card, opening the Kingdom view will allow you to select all cards. (If this doesn't work, please let me know so I can update it.)

11
Dominion Online at Shuffle iT / Re: Naming cards
« on: January 29, 2017, 01:45:37 am »
The obvious solution is to literally have a text box where you type in whatever you want. That hews most closely to the actual IRL functionality of "name a card, which is, "say whatever you want". I'm not saying it's actually the best solution, or even a good solution, but it's something to think about. It might actually be doable if it still let you click on Supply cards instead and if the text box offered auto-complete suggestions to help you avoid typos.
(shameless plug)
I've somewhat got this functionality down in my mod that lets you type in card names to play from hand/choose from in-play/reveal windows etc. It even has autocomplete like you suggest.

Hey cool, I'm currently working on that for mine too, but a visual display instead of text based. Do you submit event calls directly?

12
Dominion Online at Shuffle iT / Re: Do bot games affect ranking?
« on: January 26, 2017, 11:59:07 am »
I think it might behoove them to hire on some more staff, even if just for administrative stuff.  I mean, you see great games put up on Steam made by one or two people (Banished, Undertale, Stardew Valley), but they usually spend years doing it.

I mean, hiring people takes money, which I don't know if they have or not. Speaking as a developer... we're not exactly cheap.

13
Dominion Online at Shuffle iT / [Mod] King's Courtier (Chrome Plugin)
« on: January 23, 2017, 10:45:23 pm »
This is still very much a work in progress, but it was suggested that I post this here, since the other two mods are also here.

King's Courtier is a Chrome Plugin that adds some extra functionality to the Shuffle iT site. Currently there are only two features, but more are in progress:

  • Kingdom Text View - This replaces all cards' images in the kingdom with their associated card text.
  • Repeat Kingdom Button - This adds a "Repeat Kingdom" button to the end of game scoring screen, which when clicked will set every card in the kingdom just played as a required card.

Download from here:  https://github.com/Icehawk78/kings_courtier/releases

Configuration:

I'm working on a screen that will let you change which options are active, but in the meantime, you can change the options by opening your Javascript Console (on Windows, ctrl-shift-j) and running this:

Turn off the text-view kingdom:
Code: [Select]
KC.update_preference('kingdom_text', false);
Turn off the repeat kingdom button:
Code: [Select]
KC.update_preference('show_repeat', false);

Pages: [1]

Page created in 0.089 seconds with 19 queries.