Page 1 of 1

RE: removing eras

Posted: Wed Mar 08, 2006 7:15 pm
by Rends
If you want to remove an era then delete it from the addme lua.
For example if you wanted to get rid of GCW conquest then remove this:

Code: Select all

"era_g = 1", "mode_con_g = 1",

RE: removing eras

Posted: Wed Mar 08, 2006 8:09 pm
by Teancum
delete era_c =1 or era_g = 1

Posted: Wed Mar 08, 2006 11:27 pm
by OOM-9
I deleted it, but it continues to show the GCW era in my Kamino map

it's annoying

Posted: Thu Mar 09, 2006 7:48 am
by Rends
ok, i thought it would be enough but there are more files wich seems to be trashed.

Delete the GCW luas you find in common/scripts/modid also and see what happened.

Posted: Sun Mar 12, 2006 7:01 pm
by OOM-9
did that before I changed the addme

I first just deleted all the LUAs for GCW, then removed the line from the addme script.... duno what to do from there >.<

EDIT
this is REALLY anoying me... any new info on this?

Posted: Sun Mar 12, 2006 9:29 pm
by mnl1121
OOM-9 i am in the same seat. anybody have any ideas?

Posted: Sun Mar 12, 2006 9:40 pm
by Schizo
You'll need to delete all the lines that say "era_g = 1", "mode_con_g = 1", "mode_ctf_g = 1", etc. for every game mode you want with no Galactic Civil War, or vice versa with Clone Wars. At least, that's what I did and I have no GCW era anymore.

Posted: Sun Mar 12, 2006 9:44 pm
by mnl1121
where do u delete those lines? which script files are those lines in?

Posted: Sun Mar 12, 2006 9:53 pm
by Schizo
The Addme.lua.

Posted: Sun Mar 12, 2006 10:05 pm
by mnl1121
kk thanks

EDIT
thx schizo!!!! ur right.