Blockland Forums > Modification Help
Trading Cards - That old Add-On from 2007... I found it.
DrenDran:
It's funny how there are long lists of:
--- Code: ---if(%id == <number>)
{
%name = <name>;
}
--- End code ---
That should all be replaced by a function like this:
--- Code: ---addcard(<name>,<number>);
--- End code ---
Plus the actual cards should be managed on a master server.
MegaScientifical:
--- Quote from: DrenDran on December 21, 2010, 06:00:08 AM ---It's funny how there are long lists of:
--- Code: ---if(%id == <number>)
{
%name = <name>;
}
--- End code ---
That should all be replaced by a function like this:
--- Code: ---addcard(<name>,<number>);
--- End code ---
Plus the actual cards should be managed on a master server.
--- End quote ---
I noticed the Serverside .cs was in the main folder. The control for this is pretty wonky... If anyone wants to revive this, you'd probably want to start from the ground up.
DrenDran:
--- Quote from: MegaScientifical on December 21, 2010, 06:10:53 AM ---I noticed the Serverside .cs was in the main folder. The control for this is pretty wonky... If anyone wants to revive this, you'd probably want to start from the ground up.
--- End quote ---
--- Quote from: DrenDran on December 20, 2010, 08:52:55 PM ---I could take on such a task, but I still don't get how it's different from the hats mod.
--- End quote ---
Hi.
MegaScientifical:
--- Quote from: DrenDran on December 21, 2010, 06:11:44 AM ---Hi.
--- End quote ---
Why the hell can't I remember that website I used to upload to? The website was mostly black and gray, looked weird... I think it had Box in the name... I want to upload what I have, but not to those standard crap sites.
Edit: Oh wow, I found it, and it seems now it's the exact opposite color scheme. Not even "box" in the name. Anyway, here's what I got. Not sure if I got all the files, though:
http://www.host-a.net/u/MegaScience/TradingCardGame.rar
Rookie:
alosh D: