News:

A forum for users of LackeyCCG

Main Menu

Recent posts

#91
Plugins & Plugin Creation Forum / Force of Will Plugin
Last post by bombztrap - July 21, 2022, 08:40:23 PM
Used to play FoW on lackey years ago and I'm disappointed to find that none of the old plugins work anymore.
Is there currently a working FoW plugin for lackey?
Cheers.
#92
General Discussion Forum / Cardpool of 1500+ cards is slo...
Last post by BLOODWOLF - July 10, 2022, 10:19:01 PM
Wanted to know if this is only happening on the wife's and my desktop computer or if others can duplicate this.  Once we have a cardpool of 1500+ cards Lackey begins to hang like its slow to write when saving a cardpool or slow to read when opening up that pool. (MTG plugin) is there anything I can do to speed this up or is that just how it is since I know some of these cards have a lot of data (text) on them and Im guessing its re-writing the cardpool file each time you save. Gameplay and filtering of the cardpool speed hasn't slowed down any, this just makes it impractical to keep adding to a cardpool and instead we start over periodically to avoid the long waits after adding a booster pack to the pool after winning.

AMD Ryzen 5 3400G with Radeon Vega Graphics       3.70 GHz
Installed RAM: 16.0 GB (13.9 GB usable)

#93
7/3/22


  • Added tokens for Double Masters 2022
  • Improved scripts for manipulating the top of library:

    • Several older cards that exiled the top card of your graveyard erroneously had top-of-library scripts ? fixed.
    • Cards that exiled the top card(s) of your library, without letting you look at them, erroneously had scripts to look at the top card(s) ? fixed.
    • Cards like Future Sight that tell you to play with your top card revealed now have scripts to reveal the card. (Unfortunately Lackey has no way to actually make it permanently visible.)
#94
6/26/22

Added Double Masters 2022, as well as automated scripts for cards that surveil.
#95
6/5/22

All of Commander Legends: Battle for Baldur's Gate is uploaded!
#96


Small addon pack that adds some new counters, booster boxes (including images for the boxes and booster-packs up to 4th edition so far), and images for the playmat.
***This does not mess with any of the NewDawn cardimage definitions

  • New +1 Toughness counter - Replaces counterindigo in LackeyCCG root folder/images/interface (has to be pasted over manually)
  • New +1 Power counter - Replaces counterorange in LackeyCCG root folder/images/interface (has to be pasted over manually)
  • A long rectangular zone background - manually paste into LackeyCCG root folder/images/zonebackgrounds and select in-game under preferences/appearance
  • A playmat image - manually paste into LackeyCCG root foler/images/backgrounds and select in-game under preferences/appearance
  • new formats.txt - adds formats for Alpha through Ixalan separate from the current formats
new pluginingo.txt - move the sideboard tab between the library and graveyard to make it harder to accidently discard into your library (I do this)
  • new pluginingo.txt - Replaced the roll button with a Roll D20 button since that is mainly what we use
  • new pluginingo.txt - Allows for placing counters of all five colors of mana on cards with the right-click menu like for use with mana storage cards or whatever the player chooses
  • new pluginingo.txt - Adds Attack +1/-1 Defense +1/-1 buttons to the button-bar that will place the +1 power/toughness counters on your cards
  • packs/ folder - Includes images for booster-packs, booster-boxes, and starter-decks(which are only being used for the landpacks right now)
  • new packdefinitions3.xml - adds booster-pack images from cardmarket.com (I don't think this violates copyright?) to boosters from Alpha to 4th Edition
  • new packdefinitions3.xml - Changed the Antiquities and Arabian Nights booster packs to 2U & 6C and added the 1 basic land to the 7th Edition booster-pack.
  • new packdefinitions3.xml - Changed the Portal booster-packs to 1R, 3U, 9C, and 2 basic-land (going off the MTG Wiki)
  • new packdefinitions4.xml - Added 100 basic land packs for Alpha, Beta, Unlimited, Revised, and 4th Edition with preview images
  • adds a packdefinitions5.xml - Adds booster-boxes with preview images to the game containing 36-packs of 15-card boosters for Alpha-4Ed (Antiquities and Arabian Nights are 60-packs of 8-cards)
  • images/ folder - new phase1-8 images that I pieced together in Gimp

06/04/2022: Put the sideboard back to its original position after the graveyard because Discard Random X from your hand will throw your cards into the sideboard instead of graveyard.
Size: 756KB
https://drive.google.com/file/d/1UtW_r_SbcfI99a8foNg-YMHOQbMkjsbU/view?usp=sharing
#97
No worries! And yep, that's the reason for the difference.
#98
Quote<pack>
   <packtitle>Alpha Booster</packtitle>
   <packkind>Booster</packkind>
   <packcommoncrit><field>Set</field><eval>IS</eval><data>alpha</data></packcommoncrit>
   <packcommoncrit><field>Type</field><eval>DOESNTCONTAIN</eval><data>Token</data></packcommoncrit>
   <packcommoncrit><field>DraftQualities</field><eval>DOESNTCONTAIN</eval><data>notInPacks</data></packcommoncrit>
   <chance>
      <prob>100</prob>
      <kind>
         <qty>1</qty>
         <crit><field>Rarity</field><eval>IS</eval><data>R</data></crit>
      </kind>
      <kind>
         <qty>3</qty>
         <crit><field>Rarity</field><eval>IS</eval><data>U</data></crit>
      </kind>
      <kind>
         <qty>11</qty>
         <crit><field>Rarity</field><eval>IS</eval><data>C</data></crit>
         <crit><field>Type</field><eval>DOESNTCONTAIN</eval><data>Basic</data></crit>
      </kind>
   </chance>
</pack>

So in pack definitions 3 for the sets that have set-specific basic lands should the last <kind></kind> be:
Quote<kind>
         <qty>10</qty>
         <crit><field>Rarity</field><eval>IS</eval><data>C</data></crit>
         <crit><field>Type</field><eval>DOESNTCONTAIN</eval><data>Basic</data></crit>
      </kind>
      <kind>
         <qty>1</qty>
         <crit><field>Rarity</field><eval>IS</eval><data>C</data></crit>
         <crit><field>Type</field><eval>CONTAINS</eval><data>Basic</data></crit>
      </kind>
To get the one guaranteed basic land in each booster?  But for expansion sets who do not have their own set-specific lands then I assume those would just be 11 C rarity DOESNTCONTAIN Basic then, correct?

###Edit: my mistake I just read where from 7th edition on is when they started to include a basic land in a 15-card booster pack.
#99
Yep, just had to change the pre-modern core sets txt file back to original and its still finds the images, thanks.  I always save my stuff to just a custom addon folder to add back in after comparing each file after an update so it's all good.
#100
I don't think WOTC is really forcing anything on anyone, except perhaps someone who was planning on playing any of these cards at a sanctioned tournament. So... probably no one. And I agree that some of them are probably reaching for it, but I don't blame them for wanting to rip a bigger bandaid off if they were already getting the most important one or two.

There are of course still plenty of images of the originals online, including on Scryfall. If I recall, I don't think I even deleted the Lackey-sized-and-cropped versions off my server. So yes, like turtlelemon said, if it's that important to you, you can change the ImageFile value back to what it was (which should be pretty clear from the cards before and after). If you've already played with them previously, Lackey will use your saved copies, and if not, it'll download them as usual.

A more permanent solution would be to rename and copy those original image files to the New Dawn folder where Lackey expects to find the replacements. That would persist across plugin updates.

P.S. Turtlelemon, you're a godsend for catching my mistakes, and SLD continues to be the bane of my existence. Uploaded the missing images.