Customizing Galactic Conquest's

Started by SleepKiller, January 08, 2012, 06:46:14 PM

Previous topic - Next topic
January 08, 2012, 06:46:14 PM Last Edit: January 08, 2012, 06:58:58 PM by SleepKiller
So you want to customize Galactic Conquest's aye? Well your reading the right topic just copy this LUA code into a addme.script and then you can customize them through customizing the code.

--common.sides.all.name "Rebels" hoth
--common.sides.imp.name "Empire" endor
--common.sides.rep.name "Republic" kamino
--common.sides.cis.name "CIS" geonosis

ifs_meta_opts_listbox_contents =
{
     -- BES   KAS   NAB   RV    TAT   YAV
{ showstr = "ifs.meta.configs.1", era = "classic", mapname = "gc_cfg1", config = {{2,2},{2,2},{2,2},{2,2},{2,2},{1,1}}, default = 1, side1 = "common.sides.all.name", side2 = nil, enable = 1 },
{ showstr = "ifs.meta.configs.2", era = "classic", mapname = "gc_cfg2", config = {{2,2},{1,1},{1,1},{1,1},{1,1},{1,1}}, default = 2, side1 = "common.sides.imp.name", side2 = nil, enable = 1 },
{ showstr = "ifs.meta.configs.3", era = "new", mapname = "gc_cfg3", config = {{2,2},{1,1},{2,2},{2,2},{2,2},{2,2}}, default = 1, side1 = "common.sides.rep.name", side2 = nil, enable = 1 },
{ showstr = "ifs.meta.configs.4", era = "new", mapname = "gc_cfg4", config = {{1,1},{1,1},{1,1},{2,2},{1,1},{1,1}}, default = 2, side1 = "common.sides.cis.name", side2 = nil, enable = 1 },
{ showstr = "ifs.meta.configs.5", era = "classic", mapname = "gc_cfg5", config = {{1,2},{2,2},{2,2},{1,1},{1,2},{1,1}}, default = 1, side1 = "common.sides.all.name", side2 = "common.sides.imp.name", enable = nil },
{ showstr = "ifs.meta.configs.6", era = "classic", mapname = "gc_cfg6", config = {{1,1},{2,2},{1,2},{1,2},{2,2},{1,1}}, default = 1, side1 = "common.sides.all.name", side2 = "common.sides.imp.name", enable = nil },
{ showstr = "ifs.meta.configs.7", era = "new", mapname = "gc_cfg7", config = {{2,2},{1,2},{1,2},{2,2},{1,1},{1,1}}, default = 1, side1 = "common.sides.rep.name", side2 = "common.sides.cis.name", enable = nil },
{ showstr = "ifs.meta.configs.8", era = "new", mapname = "gc_cfg8", config = {{1,1},{1,1},{2,2},{2,2},{1,2},{1,2}}, default = 1, side1 = "common.sides.rep.name", side2 = "common.sides.cis.name", enable = nil },
}



forgive my ignorance GC = ?    :ohmy:
Quote from: Abraham Lincoln. on November 04, 1971, 12:34:40 PM
Don't believe everything you read on the internet

I so knew somebody was going to do that... Galactic Conquests. (I forgot how to spell it when I was posting this...)