Page 1 of 1
new sides help
Posted: Wed Jul 12, 2006 5:17 pm
by Odysseus55
I did the tutorial for a new jedi side and it works with the map I made. can I use that side with the maps that came with the game?
In bf1 I could edit an entire side (editing all units weapons etc ) and replace the existing side with my new version of it can I stiill do that?
RE: new sides help
Posted: Wed Jul 12, 2006 8:09 pm
by Yocki
1. just if the units are named just like the shiped maps call them on the lua
2 yes, same as above
RE: new sides help
Posted: Wed Jul 12, 2006 8:44 pm
by Odysseus55
everything else is kept the same? do I just overwrite with the new .lvl? I dont need to edit the scrips then do I?
Posted: Thu Jul 13, 2006 12:18 am
by Fiminopter
Yeah, you need to edit the scripts. But, all you have to do is add a "dc:" in the correct spot and you're good.
Example (I took republic side):
ReadDataFile("SIDE\\rep.lvl", is changed to
ReadDataFile("dc:SIDE\\rep.lvl",
That's all you have to do.
Posted: Thu Jul 13, 2006 12:43 am
by Odysseus55
thanks a ton