Does someone still have a Munchkin Plugin? ;D

Started by Honkibong, January 02, 2013, 03:51:14 PM

Previous topic - Next topic

Honkibong

Hey,
i just want to ask if someone still have the "Munchkin" Plugin fo Lackeyccg, or at least a beta version of it?
I`ve seen in posts from 2011, that there was a fully functional Version of it, but i cant find a download anywhere ;((
i`ve got the original game and want to implement it in Lackey. so you woud do me a big favor ;D
Thx a lot , Honkibong

Honkibong

okay ive finished plugin by myself , dont need it anymore. thanks

Gordon228

so you got every munchkin set/games ever made in there? plus all the scans? J/K

Ajezla

I remember seeing on the forums here somewhere that the Munchkin plugin was requested to be removed. Not sure if it was the plugin creator or the creator of the game itself. This is probably one of the reasons why you don't see the Munchkin plugin much xP

Honkibong

hehe sry Gordan , but no. ive got only the original game ,without any specials ;D ;D
was a Christmas gift, and i really liked it. I dont have scans from other sets.
when there was already a request to take it down, i will not put it in any update list i guess.
To be honest i made it just cos i wanted to play around with Lackey a bit ;)

Gordon228

the request was for trevor not to host it as so we decided that it would be best to discuss it via pm and i have no way to host 315 megs

Picks-at-Flies

I saw this thread and offered to host. I'm currently uploading now and you will, at some point soon, be able to use "Install or update from URL" to grab it from:
http://www.werepenguin.com/munchkin/updatelist.txt
It would actually be useful if someone could test it since I'm sure there will be an obvious error. I've updated it to the new format and made all zones shared except your hand. Which is interesting.

On that subject there's a couple of bugs which are minor but annoying:
- Most shared decks automatically set the "Load to shared" option when you click on them. The first one ("Doors") doesn't.
- The "Other special" loads to the host's Hand, but there are no "Load to zone" fields listed (there should only be one).
Any ideas on these appreciated (code below).

There are also a couple of things that I would put on my wishlist.
- Load entire deck to you doesn't load shared fields. I appreciate why, so maybe another one, "Load all shared zones".
- Similarly, in the Packs dialog, "Send directly to:" should include shared zones

Finally, Dungeons are played face down on the table. The player can't look at it until it is under his or her control (since it came from a shared zone). I'm looking forward to the day when you can run a TRANSFERCARD and TAKECONTROL in one button. If it's there already, I apologise.


<plugin>
<playerstat><label>Level</label><initialvalue>1</initialvalue></playerstat>
<playerstat><label>Combat Strength</label><initialvalue>1</initialvalue></playerstat>

<deckzone>
     <label>Doors</label>
     <gamezonetoloadto>Doors</gamezonetoloadto>
     <shuffle>yes</shuffle>
</deckzone>

<deckzone>
     <label>Treasure</label>
     <gamezonetoloadto>Treasure</gamezonetoloadto>
     <shuffle>yes</shuffle>
</deckzone>

<deckzone>
     <label>Dungeons</label>
     <gamezonetoloadto>Dungeons</gamezonetoloadto>
     <shuffle>yes</shuffle>
</deckzone>

<deckzone>
     <label>Fairy Dust</label>
     <gamezonetoloadto>Fairy Dust</gamezonetoloadto>
     <shuffle>yes</shuffle>
</deckzone>

<deckzone>
     <label>Spells</label>
     <gamezonetoloadto>Spells</gamezonetoloadto>
     <shuffle>yes</shuffle>
</deckzone>

<deckzone>
     <label>Other special</label>
     <gamezonetoloadto>Hand</gamezonetoloadto>
     <shuffle>no</shuffle>
</deckzone>

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

<gamezone>
     <label>Doors</label>
     <visibletoowner>no</visibletoowner>
     <visibletoothers>no</visibletoothers>
<isshared>yes</isshared>
</gamezone>
<gamezone>
     <label>Doors discard</label>
     <visibletoowner>yes</visibletoowner>
     <visibletoothers>yes</visibletoothers>
<isshared>yes</isshared>
</gamezone>
<gamezone>
     <label>Treasure</label>
     <visibletoowner>no</visibletoowner>
     <visibletoothers>no</visibletoothers>
<isshared>yes</isshared>
</gamezone>
<gamezone>
     <label>Treasure discard</label>
     <visibletoowner>yes</visibletoowner>
     <visibletoothers>yes</visibletoothers>
<isshared>yes</isshared>
</gamezone>
<gamezone>
     <label>Specials discard</label>
     <visibletoowner>yes</visibletoowner>
     <visibletoothers>yes</visibletoothers>
<isshared>yes</isshared>
</gamezone>
<gamezone>
     <label>Dungeons</label>
     <visibletoowner>no</visibletoowner>
     <visibletoothers>no</visibletoothers>
<isshared>yes</isshared>
</gamezone>
<gamezone>
     <label>Fairy Dust</label>
     <visibletoowner>no</visibletoowner>
     <visibletoothers>no</visibletoothers>
<isshared>yes</isshared>
</gamezone>
<gamezone>
     <label>Spells</label>
     <visibletoowner>no</visibletoowner>
     <visibletoothers>no</visibletoothers>
<isshared>yes</isshared>
</gamezone>

<phase><label>Knock Down the Door</label></phase>
<phase><label>Look for Trouble</label></phase>
<phase><label>Loot the Room</label></phase>
<phase><label>Charity</label></phase>

<generalfunction><label>Roll</label><kind>ROLLD6</kind><includeasbutton>yes</includeasbutton></generalfunction>

<generalfunction>
<label>Break Down the Door</label><kind>TRANSFERCARD</kind>
<includeasbutton>yes</includeasbutton>
<sourceowner>shared</sourceowner>
<sourcegamezone>Doors</sourcegamezone><sourceposition>top</sourceposition>
<destinationowner>table</destinationowner>
<destinationposition>faceup</destinationposition>
</generalfunction>

<generalfunction>
<label>Loot the Room (Draw Door)</label><kind>TRANSFERCARD</kind>
<includeasbutton>yes</includeasbutton>
<sourceowner>shared</sourceowner>
<sourcegamezone>Doors</sourcegamezone><sourceposition>top</sourceposition>
<destinationowner>performer</destinationowner>
<destinationgamezone>Hand</destinationgamezone>
<destinationposition>top</destinationposition>
</generalfunction>

<generalfunction>
<label>Draw Treasure (table)</label><kind>TRANSFERCARD</kind>
<includeasbutton>yes</includeasbutton>
<sourceowner>shared</sourceowner>
<sourcegamezone>Treasures</sourcegamezone><sourceposition>top</sourceposition>
<destinationowner>table</destinationowner>
<destinationposition>faceup</destinationposition>
</generalfunction>

<generalfunction>
<label>Draw Treasure(hand)</label><kind>TRANSFERCARD</kind>
<includeasbutton>yes</includeasbutton>
<sourceowner>shared</sourceowner>
<sourcegamezone>Treasures</sourcegamezone><sourceposition>top</sourceposition>
<destinationowner>performer</destinationowner>
<destinationgamezone>Hand</destinationgamezone>
<destinationposition>top</destinationposition>
</generalfunction>

<generalfunction>
<label>Draw Dungeon</label><kind>TRANSFERCARD</kind>
<includeasbutton>yes</includeasbutton>
<sourceowner>shared</sourceowner>
<sourcegamezone>Dungeons</sourcegamezone><sourceposition>top</sourceposition>
<destinationowner>table</destinationowner>
<destinationposition>facedown</destinationposition>
</generalfunction>

<generalfunction>
<label>Draw Fairy Dust</label><kind>TRANSFERCARD</kind>
<includeasbutton>yes</includeasbutton>
<sourceowner>shared</sourceowner>
<sourcegamezone>Fairy Dust</sourcegamezone><sourceposition>top</sourceposition>
<destinationowner>performer</destinationowner>
<destinationgamezone>Hand</destinationgamezone>
<destinationposition>top</destinationposition>
</generalfunction>

<generalfunction>
<label>Draw Spell</label><kind>TRANSFERCARD</kind>
<includeasbutton>yes</includeasbutton>
<sourceowner>shared</sourceowner>
<sourcegamezone>Spells</sourcegamezone><sourceposition>top</sourceposition>
<destinationowner>performer</destinationowner>
<destinationgamezone>Hand</destinationgamezone>
<destinationposition>top</destinationposition>
</generalfunction>

<cardfunction><label>Rotate</label><kind>MAKERIGHT90DEGREES</kind></cardfunction>
<cardfunction><label>Unrotate</label><kind>MAKERIGHT0DEGREES</kind></cardfunction>
<cardfunction><label>Turn Over</label><kind>TURNOVER</kind><includeasbutton>yes</includeasbutton></cardfunction>
<cardfunction><label>Take Control</label><kind>CHANGEOWNER</kind><includeasbutton>yes</includeasbutton></cardfunction>
<cardfunction><label>Edit Note</label><kind>EDITNOTE</kind><includeasbutton>yes</includeasbutton><PositionX>.4</PositionX>
<cardfunction><label>Clear</label><kind>CLEARCARD</kind><includeasbutton>yes</includeasbutton></cardfunction>
<cardfunction>
<label>Add counter</label><kind>ADDCOUNTER</kind><color>blue</color>
<textoverimagecolor>00FF00</textoverimagecolor>
<PositionX>.75</PositionX><PositionY>.04</PositionY>
<includeasbutton>yes</includeasbutton>
</cardfunction>
<cardfunction><label>Remove counter</label><kind>REMOVECOUNTER</kind><color>blue</color><includeasbutton>yes</includeasbutton></cardfunction>

<definition><kind>REUSECARDIMAGES</kind></definition>
<definition><kind>ISALLOWINGMULTIPLECARDBACKS</kind></definition>
<definition><kind>ISYOURFACEDOWNVISIBLE</kind></definition>
<definition><kind>MULTIPLECARDBACKSNAMESVISIBLETO</kind><value>owner</value></definition>

</plugin>

jorch72

Quote from: Picks-at-Flies on January 14, 2013, 05:44:22 PM
at some point soon, be able to use "Install or update from URL" to grab it from:
http://www.werepenguin.com/munchkin/updatelist.txt
I've tried it and it only downloads a few packs...

Thanks!

Picks-at-Flies

Sorry... files weren't in the right directories. Can you try again?

jorch72

Quote from: Picks-at-Flies on January 22, 2013, 07:26:09 PM
Sorry... files weren't in the right directories. Can you try again?
Sure...

I tried and many packs are missing.
Also once downloaded, I tried to download the images, and many are not definied in updatelist.txt

bye

magekirbys

#10
Thanks for posting this plugin, I've been looking around for it for a while now if only to find some players.

It's missing a lot of the images though when you download them trough the updater. They seem to load if you hover over them in the deck builder.

Picks-at-Flies

Ok, took more time to track down the problems:
- 7 of the card backs weren't uploaded (how? Don't know)
- I hadn't looked at the card images other than a replace all. Turns out it was far from complete, so I added a CardGeneralURL.
- I am still missing card backs for Munchkin Zombies and many card images for that set. If anyone can supply them I will add them to the image store.

If my helpful testers could try again once more, hopefully it's all resolved now. Any missing images are because I don't have them (if you spot any from other sets, feel free to post them here).

jorch72

Quote from: Picks-at-Flies on January 26, 2013, 06:21:29 AM
If my helpful testers could try again once more, hopefully it's all resolved now. Any missing images are because I don't have them (if you spot any from other sets, feel free to post them here).
Ok, it now downloads correctly. Although like you said, there are some missing images.
Thanks!