Page 1 of 1

how to set the map for only one era.

Posted: Tue May 17, 2005 10:39 pm
by -_-
I want to set my map for only clone wars. What do i do?

RE: how to set the map for only one era.

Posted: Wed May 18, 2005 12:20 am
by Rippentuck
If I remember correctly, you go to your addme lua, and where it says "side_c = 1, side_a = 1," you remove the "side_a=1" part, leaving just "side_c=1." This file is also where you set the name of your map (showstr=mapname).


Rip

RE: how to set the map for only one era.

Posted: Wed May 18, 2005 1:17 pm
by Leviathan
It does not finished :
You need to go in your "modid\Common" and then, open "mission.req". Next, removed the entry named "modida" and save your changes. Secondly, browse this path : "modid\Common\Scripts\[modid]" and remove "[modida].lua". Finally, go in "[modid]\Common\Mission" and delete "[modida].req".

RE: how to set the map for only one era.

Posted: Wed May 18, 2005 2:39 pm
by CGArtist
Leviathan, why go through all of that difficult and unnecessary process, when just removing a word from the Addme.Script would suffice?

RE: how to set the map for only one era.

Posted: Wed May 18, 2005 3:00 pm
by Saturn_V
Get BFBuilderPro_WIP from Psych0fred's site, that gives you the option toset eras when you create a project.

Also, use the forum search, this has been covered before.

RE: how to set the map for only one era.

Posted: Thu May 19, 2005 1:15 pm
by Leviathan
Leviathan, why go through all of that difficult and unnecessary process, when just removing a word from the Addme.Script would suffice?
I like doing the cleaning in completeness...