Page 1 of 1

Problem with importing stock sides [Solved]

Posted: Sun Jun 28, 2009 9:55 am
by newguy99
I imported the stock rep side into my map using "0 BFBuilder Pro" and when I tryed to edit the sides using the "Edit Existing Sides" button it gave me this error
"Edit not Implemented yet"
so I edited the sides manually by opening my mod's side folder and editing the jet trooper files, but the changes didn't appear ingame.
How can I fix this? I'm guessing it has something to do the the "edit not being implemented yet" error.
How can I fix this error? Or how can I make changes appear ingame?
Thanks for any replys

Re: Problem with importing stock sides

Posted: Sun Jun 28, 2009 10:30 am
by Pelt
Open your CW mission lua and look for this line:

Code: Select all

ReadDataFile("SIDE\\rep.lvl")
(I think it looks like that - don't have the files on this computer)

Add a "dc:" in front of the filepath, like so:

Code: Select all

ReadDataFile("dc:SIDE\\rep.lvl")
To tell the game to read the modified files. This applies to all factions.

Re: Problem with importing stock sides

Posted: Sun Jun 28, 2009 12:55 pm
by newguy99
OK, cool.
Thanks for the info
I had read something about that "dc" tag, but didn't understand it totally so this helps a lot
TY again
(this topic is answered)