News:

A forum for users of LackeyCCG

Main Menu

Settelers of Catan

Started by Gordon228, June 09, 2011, 03:15:01 PM

Previous topic - Next topic

Trevor

The PNG library should now come with Lackey. Let me know if you believe otherwise.

Gordon228

it's there in the download but if you use the updater it will not download them witch is no big deal.

Thanks for adding them.

Gordon228

with the addition of the shard card pool i can make this plugin really good. aka making everything a shard pool. i shall update it asahp.

Trevor

Quote from: Gordon228 on September 21, 2011, 07:59:47 PM
with the addition of the shard card pool i can make this plugin really good. aka making everything a shard pool. i shall update it asahp.
Shared Zones are a new feature. Let me know if you have trouble with it. There may still be bugs with it.

Gordon228

so far no bugs but if i do encounter some i will let you know

Gordon228

<plugin>

<playerstat>
<label>Victory Points</label>
</playerstat>

<deckzone>
     <label>Deck</label>
     <gamezonetoloadto>Dev Cards</gamezonetoloadto>
     <shuffle>yes</shuffle>
</deckzone>

<deckzone>
     <label>Clay</label>
     <shuffle>yes</shuffle>
</deckzone>

<deckzone>
     <label>Ore</label>
     <shuffle>yes</shuffle>
</deckzone>

<deckzone>
     <label>Sheep</label>
     <shuffle>yes</shuffle>
</deckzone>

<deckzone>
     <label>Timber</label>
     <shuffle>yes</shuffle>
</deckzone>

<deckzone>
     <label>Wheat</label>
     <shuffle>yes</shuffle>
</deckzone>

<gamezone>
     <label>Hand</label>
     <visibletoowner>yes</visibletoowner>
     <visibletoothers>no</visibletoothers>
</gamezone>

<gamezone>
     <label>Dev Cards</label>
     <isshared>yes</isshared>
</gamezone>

<gamezone>
     <label>Discard</label>
     <visibletoowner>yes</visibletoowner>
     <visibletoothers>yes</visibletoothers>
     <isshared>yes</isshared>
</gamezone>

<gamezone>
     <label>Clay</label>
     <visibletoowner>yes</visibletoowner>
     <visibletoothers>yes</visibletoothers>
     <isshared>yes</isshared>
</gamezone>

<gamezone>
     <label>Ore</label>
     <visibletoowner>yes</visibletoowner>
     <visibletoothers>yes</visibletoothers>
     <isshared>yes</isshared>
</gamezone>

<gamezone>
     <label>Sheep</label>
     <visibletoowner>yes</visibletoowner>
     <visibletoothers>yes</visibletoothers>
     <isshared>yes</isshared>
</gamezone>

<gamezone>
     <label>Timber</label>
     <visibletoowner>yes</visibletoowner>
     <visibletoothers>yes</visibletoothers>
     <isshared>yes</isshared>
</gamezone>

<gamezone>
     <label>Wheat</label>
     <visibletoowner>yes</visibletoowner>
     <visibletoothers>yes</visibletoothers>
     <isshared>yes</isshared>
</gamezone>

<phase><label>Start</label></phase>
<phase><label>Bid</label></phase>
<phase><label>End</label></phase>

<generalfunction>
<label>Deplete Deck</label>
<kind>TRANSFERCARD</kind>
<sourceowner>shared</sourceowner>
<sourcegamezone>Dev Cards</sourcegamezone>
<sourceposition>top</sourceposition>
<destinationgamezone>Discard</destinationgamezone>
<includeasbutton>yes</includeasbutton>
</generalfunction>

<generalfunction>
<label>Draw a Card</label>
<kind>TRANSFERCARD</kind>
<sourceowner>shared</sourceowner>
<sourcegamezone>Dev Cards</sourcegamezone>
<sourceposition>top</sourceposition>
<destinationgamezone>hand</destinationgamezone>
<includeasbutton>yes</includeasbutton>
</generalfunction>

<definition><kind>GRIDSIZE</kind><value>.0</value></definition>

</plugin>


is this correct for me to have more deck zones in the deck editor as i only have one.

Trevor

Quote from: Gordon228 on September 22, 2011, 01:54:37 PM
<plugin>

<playerstat>
<label>Victory Points</label>
</playerstat>

<deckzone>
     <label>Deck</label>
     <gamezonetoloadto>Dev Cards</gamezonetoloadto>
     <shuffle>yes</shuffle>
</deckzone>

<deckzone>
     <label>Clay</label>
     <shuffle>yes</shuffle>
</deckzone>

<deckzone>
     <label>Ore</label>
     <shuffle>yes</shuffle>
</deckzone>

<deckzone>
     <label>Sheep</label>
     <shuffle>yes</shuffle>
</deckzone>

<deckzone>
     <label>Timber</label>
     <shuffle>yes</shuffle>
</deckzone>

<deckzone>
     <label>Wheat</label>
     <shuffle>yes</shuffle>
</deckzone>

<gamezone>
     <label>Hand</label>
     <visibletoowner>yes</visibletoowner>
     <visibletoothers>no</visibletoothers>
</gamezone>

<gamezone>
     <label>Dev Cards</label>
     <isshared>yes</isshared>
</gamezone>

<gamezone>
     <label>Discard</label>
     <visibletoowner>yes</visibletoowner>
     <visibletoothers>yes</visibletoothers>
     <isshared>yes</isshared>
</gamezone>

<gamezone>
     <label>Clay</label>
     <visibletoowner>yes</visibletoowner>
     <visibletoothers>yes</visibletoothers>
     <isshared>yes</isshared>
</gamezone>

<gamezone>
     <label>Ore</label>
     <visibletoowner>yes</visibletoowner>
     <visibletoothers>yes</visibletoothers>
     <isshared>yes</isshared>
</gamezone>

<gamezone>
     <label>Sheep</label>
     <visibletoowner>yes</visibletoowner>
     <visibletoothers>yes</visibletoothers>
     <isshared>yes</isshared>
</gamezone>

<gamezone>
     <label>Timber</label>
     <visibletoowner>yes</visibletoowner>
     <visibletoothers>yes</visibletoothers>
     <isshared>yes</isshared>
</gamezone>

<gamezone>
     <label>Wheat</label>
     <visibletoowner>yes</visibletoowner>
     <visibletoothers>yes</visibletoothers>
     <isshared>yes</isshared>
</gamezone>

<phase><label>Start</label></phase>
<phase><label>Bid</label></phase>
<phase><label>End</label></phase>

<generalfunction>
<label>Deplete Deck</label>
<kind>TRANSFERCARD</kind>
<sourceowner>shared</sourceowner>
<sourcegamezone>Dev Cards</sourcegamezone>
<sourceposition>top</sourceposition>
<destinationgamezone>Discard</destinationgamezone>
<includeasbutton>yes</includeasbutton>
</generalfunction>

<generalfunction>
<label>Draw a Card</label>
<kind>TRANSFERCARD</kind>
<sourceowner>shared</sourceowner>
<sourcegamezone>Dev Cards</sourcegamezone>
<sourceposition>top</sourceposition>
<destinationgamezone>hand</destinationgamezone>
<includeasbutton>yes</includeasbutton>
</generalfunction>

<definition><kind>GRIDSIZE</kind><value>.0</value></definition>

</plugin>


is this correct for me to have more deck zones in the deck editor as i only have one.
That looks right to me. IM me if it doesn't and we can investigate.

DrNicket

Any updates? I'm keen on it.

I'm also interested in creating a plugin for the now defunct card game (now called Rivals of Catan; but drastically different). Starfarers would be nice too.

Gordon228

lackey dose not support hex's well so i have abandoned the project