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
Problem with importing stock sides [Solved]
Moderator: Moderators
- newguy99
- Command Sergeant Major

- Posts: 254
- Joined: Sun Apr 19, 2009 10:58 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Problem with importing stock sides [Solved]
Last edited by newguy99 on Sun Jun 28, 2009 12:55 pm, edited 1 time in total.
-
Pelt
- Private Recruit
- Posts: 29
- Joined: Thu Apr 09, 2009 12:07 am
Re: Problem with importing stock sides
Open your CW mission lua and look for this line:
(I think it looks like that - don't have the files on this computer)
Add a "dc:" in front of the filepath, like so:
To tell the game to read the modified files. This applies to all factions.
Code: Select all
ReadDataFile("SIDE\\rep.lvl")Add a "dc:" in front of the filepath, like so:
Code: Select all
ReadDataFile("dc:SIDE\\rep.lvl")- newguy99
- Command Sergeant Major

- Posts: 254
- Joined: Sun Apr 19, 2009 10:58 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: Problem with importing stock sides
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)
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)
