Page 1 of 1

Removing map eras? [Solved]

Posted: Sun Aug 24, 2008 1:14 pm
by jedi_pilot
Well, after taking a long break from Battlefront modding, I'm trying to start modding again :D . So, I'm wondering, how would you remove a time era(like clone wars) frome your map? Thank's in advance :) .

Re: Map eras???

Posted: Sun Aug 24, 2008 1:38 pm
by DarthD.U.C.K.
just open your addme.lua and delet the appropriated entry(s) like.

Code: Select all

era_c = 1,

Re: Map eras???

Posted: Sun Aug 24, 2008 4:21 pm
by [RDH]Zerted
And the references to any game modes of that era, then the req file references, then the real lua files themselves, and finally the map layers used only by those era/game mode combinations.

Sorry about not going into any detail on how to do those, but it does show the complete actions you need to do to fully and correctly remove that era/game mode from your map.

Re: Map eras???

Posted: Mon Aug 25, 2008 4:59 am
by jedi_pilot
It worked :bowdown: , Thank's :D !!!