LackeyCCG

LackeyCCG Forum => Plugins & Plugin Creation Forum => Topic started by: Nava on August 05, 2015, 03:53:36 AM

Title: Two questions on start.txt
Post by: Nava on August 05, 2015, 03:53:36 AM
I'm maintaining a plugin (Tribbles) which now employs a shared deck zone ("Troubles") to contain a certain set of cards which will affect all players and can not be changed or altered.
I use a start.txt to populate this shared game zone; the start.txt will send all relevant cards to that shared zone whenever a New game is started. Now I've got two issues:
Cheers, Nava
Title: Re: Two questions on start.txt
Post by: Trevor on August 06, 2015, 05:44:33 AM
New Game is the only way to load everything. This is because you need to do it after all players connect.

You should be able to shuffle the zones in multiple ways.
Title: Re: Two questions on start.txt
Post by: Nava on August 06, 2015, 12:23:39 PM
Quote from: Trevor on August 06, 2015, 05:44:33 AM
New Game is the only way to load everything. This is because you need to do it after all players connect.

You should be able to shuffle the zones in multiple ways.
So  I assume that is a "no you can't auto-shuffle a shared gamepile that is loaded by start.txt, you'll have to do it manually".