News:

A forum for users of LackeyCCG

Main Menu
Menu

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.

Show posts Menu

Messages - xdarkgeox

#46
Mind posting the link to the autoupdate file that you got, what it seems like is that you trying to implement what is suppose to be a file url into the autoupdate.
#47
Good Video for anyone want to learn the game: https://youtu.be/k9wUX41Ca3I
#48
Interesting concept however i would refrain from using copyright chars if you planning to make this into a full fledge game. The best way to go about it is to make up chars that is similar to the character you are referencing.
#49
unfortunately i dont think it is possible to see what people are playing without installing the plugin itself due to the vast amount of plugins on the platform and no real way to monitor what is made on it. The most popular plugin rn is the magic plugin if you looking to get some play on lacky.     
#50
unfortunately me and star which has been working on a version with newer set have came to an issue of getting the images to download properly by using cardurlfiles. If anyone has an idea to get the images to download from url files please respond. This is literally the last thing we need to figure out to pump out updates when sets are relased.   

http://lackeymtg2018.s3.amazonaws.com/updatelist.txt 
#51
Quote from: DarthSydius on February 05, 2018, 04:01:29 PM
Good afternoon, is there any update? No one feels pressured, it's just a question. Thanks in advance for the help.  :D

yes me and another developer are working on a new version of a magic plugin with the latest sets. we finished updating the card files to the latest files now its a matter of updating a lot of links  :)
#52
nah cant connect ethier, servers down
#53
will the current files you have keep stored or are you planning to get rid of them in a future date?
#54
This game looks amazing, thanks for posting it to lacky for us to test out.
#55
ok to add many counter types you can make it so many counters are shown in many colors in different locations of the card. You can edit the plugininfo.txt of your plugin to make it so.

EX:

<cardfunction><label>Function 1</label><kind>ADDCOUNTER</kind><color>green</color><includeasbutton>no</includeasbutton><PositionX>.75</PositionX><PositionY>.04</PositionY></cardfunction>
<cardfunction><label>Function 2</label><kind>ADDCOUNTER</kind><color>red/color><includeasbutton>no</includeasbutton><PositionX>.50</PositionX><PositionY>.04</PositionY></cardfunction>

Remember to add a remove counter function for each counter type added

<cardfunction><label>function</label><kind>REMOVECOUNTERCOLOR</kind><color>red</color><includeasbutton>no</includeasbutton></cardfunction>


If dropbox dont work for you try hosting on github, i manage my Mecha Warriors plugin there and works perfectfully for me https://github.com/xdarkgeox/Mecha_Warriors. For github tho you cant provide a general link so if you working with thousands of cards it is not recommended because you have to provide individual links for each card.
#56
Not sure what you getting at, do you want many tokens types or counter types implemented in the game. To where to upload everything for your plugin, you should upload everything to github or dropbox since thoose sites gives you direct links.
#57
Plugins & Plugin Creation Forum / Re: Pokemon plugin???
December 21, 2017, 01:30:19 AM
The pokemon plugin for lacky can be installed via autoupdate at  https://pkmncards.com/lackey/updatelist.txt . The lastest update was august of this year and it is still supported with updates.
#58
Quote from: MasterJediAdam on December 17, 2017, 06:11:17 AM
I manage the Fantasy Flight Games Star Wars Living Card Game Plugin. Over the next few days I will be building a pseudo-wiki here to show a significant update to the plugin, explain what I have found on scripting, and provide two new skins!

Cool that would be awesome
#59
Anyone know active ccg plugin communties that anyone can get into and if so list it here. Most plugin playerbase seems to be dead so i hope this thread can expand some plugin communties.
#60
Quote from: Nuts4Wolves91 on December 12, 2017, 02:20:10 PM
I'm having issues with my Cards Against Humanity plugin. The update.txt works fine for the most part, but when it comes to downloading the card images it just says that there was an error, and it does this for each card. I need help.

i had the same issue on my previous plugin where lacky didn't recognize the general link also your dropbox general link seems to be broken. i recommend implementing card images in the update list with thier checksum value, if that dosent work try hosting the images elsewhere.