News:

A forum for users of LackeyCCG

Main Menu

New TCG I Developed - Armageddon OCCG

Started by t_tibke, June 24, 2011, 11:26:42 AM

Previous topic - Next topic

t_tibke

Hi Everyone.

Over the last few years I've worked on and off with a small dev team to try and get my own OCCG (Online Collectible Card Game) off the ground, but more or less failed at that. However, in the last day I've set up the plugin enough to playtest the individual cards further.  The speed to usefullness was amazing.

If anyone would like to help playtest, please see the auto-updater link here.

http://terrytibke.squarespace.com/storage/lackeyccg/ArmageddonOCG/updatelist.txt

Just so you don't think this is some cheap, just off the ground game, check out some of the art here at my deviantart site:
http://moonshaft.deviantart.com/gallery/7081748

I'll continue to update images and the rulebook as we test. Pre-thanks to anyone who'd like to give the game a shot. Feel free to email me whenever you'd like. t_tibke (at) yahoo.com

t_tibke

Hey all. It's been a LONG time. I recently tried messing with my Armageddon OCCG again, but my plugin doesn't seem to work anymore. Can someone take a look and help me figure out what's causing me issues?

I'm getting an error that says preferences won't save, though it does say plugin loading in the log.

http://terrytibke.squarespace.com/storage/lackeyccg/armageddonocg/updatelist.txt


AuraDragon

The updatelist.txt doesn't work for me.   :o

If you upload a rar file of the plugin I'll take a look at it and see what's wrong.

DBZTCG

An absolute guess here, but I notice your updatelist.txt doesn't have any columns for checksums. You have:

Quote
filename1<tab>download/location1
filename2<tab>download/location2

And maybe you need:

Quote
filename<tab>download/location1<tab><checksum number1>
filename<tab>download/location1<tab><checksum number2>

That make sense at all?

Check out this command for generating the checksums (replacing "zombie" with probably "Armageddon"):

/mkupdate plugins/zombie/updatelist.txt

It's referenced near the bottom of the tutorial:

http://lackeyccg.com/tutorialplugin.html

Hope that helps.

t_tibke

Quote from: Snoogy on June 30, 2016, 06:16:53 PM
The updatelist.txt doesn't work for me.   :o

If you upload a rar file of the plugin I'll take a look at it and see what's wrong.

I did have checksums at one point, but I removed to see if that worked. When I tried to use the command to add them back I got another error saying it can't find the updatelistNEW.txt.

Here's a .zip file of the most important parts of the plugin. Thanks for your help Snoogy :)

http://terrytibke.squarespace.com/storage/lackeyccg/ArmageddonOCG.zip

AuraDragon

Your plugininfo.txt is outdated, Lackey has changed how it expects plugininfo.txt files so you need to make a new one (take the current war3000 plugininfo.txt and adjust it to suit your needs).

AllSets.txt needs to be moved to the /sets/ folder.

Card images should be in the /sets/setimages folder, under a sub-folder by the name of it's set.  For example:  magic/sets/setimages/zendikar/1.jpg is where you'd fine the 1.jpg card image for the zendikar set in magic.

Speaking of which, all the card image references to http://terrytibke.squarespace.com no longer work.

setlist.txt, recentdecks.txt, pluginpreferences.txt, defaultchat.txt, chatconfig.txt are all unnecessary files now.  And in the case of pluginpreferences.txt it's harmful to the user since their settings will get overwritten every time the plugin updates.