uakf.b wrote:But civilization wars and especially castle fight are more popular, so I think this would work better. I'll look into how their W3MMD system works and adapting my ELO calculator to work with them too. Did you develop one of the maps by any chance?
Yes, I'm helping the mapmakers from castlefight and about civilization, XGDeath3 told me he didn't change the code implemented by TerraBull.
All you have to do is create the old tables (w3mmdplayers and w3mmdvars) plus edit the mapconfig
map_type = w3mmd
map_matchmakingcategory =
map_statsw3mmdcategory = cf
CREATE TABLE w3mmdplayers (
id INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
botid INT NOT NULL,
category VARCHAR(25) NOT NULL,
gameid INT NOT NULL,
pid INT NOT NULL,
name VARCHAR(15) NOT NULL,
flag VARCHAR(32) NOT NULL,
leaver INT NOT NULL,
practicing INT NOT NULL
);
CREATE TABLE w3mmdvars (
id INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
botid INT NOT NULL,
gameid INT NOT NULL,
pid INT NOT NULL,
varname VARCHAR(25) NOT NULL,
value_int INT DEFAULT NULL,
value_real REAL DEFAULT NULL,
value_string VARCHAR(100) DEFAULT NULL
);
uakf.b wrote:Edit: also, if you ever looked at our tree tag, vampirism speed
Not yet, I'll try it soon, didn't know about these commands !ts, !bs, and !vs :3
uakf.b wrote:Edit2: oh, although I might add a score for it, I'm not sure if we'll have a game ranking site like the OpenStats page we have for these custom games; that takes more time and we don't have enough administrators right now.
Yes, it will take some time however think about the final result.