Message Severity: 3
.\Source\LuaCallbacks_Mission.cpp(866)
Lua ReadDataFile: Could not open dc:SIDE\rep.lvl
Message Severity: 3
.\Source\LuaCallbacks_Mission.cpp(866)
Lua ReadDataFile: Could not open dc:SIDE\cis.lvl
Could not open dc:SIDE?
Moderator: Moderators
- trainmaster611
- Sith Lord

- Posts: 1779
- Joined: Thu Aug 24, 2006 5:22 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Building a railway to Coruscant
- Contact:
Could not open dc:SIDE?
This is a strange error. All I have done to this map so far is add custom sides and add the dc: line in the LUA to the modified sides. What is keeping me from doing this? 
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
RE: Could not open dc:SIDE?
should have two \\ instead of one \
- trainmaster611
- Sith Lord

- Posts: 1779
- Joined: Thu Aug 24, 2006 5:22 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Building a railway to Coruscant
- Contact:
RE: Could not open dc:SIDE?
huh? There are two //s 
function SetupUnits()
ReadDataFile("dc:SIDE\\rep.lvl",
"rep_inf_ep3_pilot",
"rep_inf_ep3_marine",
"rep_fly_anakinstarfighter_sc",
"rep_fly_arc170fighter_sc",
"rep_veh_remote_terminal",
"rep_fly_gunship_sc",
"rep_fly_vwing")
ReadDataFile("dc:SIDE\\cis.lvl",
"cis_inf_pilot",
"cis_inf_marine",
"cis_fly_droidfighter_sc",
"cis_fly_droidgunship",
"cis_fly_greviousfighter",
"cis_fly_tridroidfighter")
ReadDataFile("SIDE\\tur.lvl",
"tur_bldg_spa_cis_beam",
"tur_bldg_spa_cis_chaingun",
"tur_bldg_spa_rep_beam",
"tur_bldg_spa_rep_chaingun",
"tur_bldg_chaingun_roof"
)
end
-
Xavious
- Sith Master

- Posts: 2783
- Joined: Mon Jun 12, 2006 3:46 pm
RE: Could not open dc:SIDE?
You haven't edited your sides' .req files? (cis.req and rep.req) Post those.
- trainmaster611
- Sith Lord

- Posts: 1779
- Joined: Thu Aug 24, 2006 5:22 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Building a railway to Coruscant
- Contact:
RE: Could not open dc:SIDE?
Do you mean any custom REQs I made or actual files named cis.req and rep.req? 
Jftr, I already tried cleaning and munging
Jftr, I already tried cleaning and munging
-
Hebes24
- Sith Master

- Posts: 2594
- Joined: Sat Jun 03, 2006 5:15 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: In An Epic Space Battle!
- Contact:
RE: Could not open dc:SIDE?
He meant the .reqs that go with the side you're editing.
- trainmaster611
- Sith Lord

- Posts: 1779
- Joined: Thu Aug 24, 2006 5:22 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Building a railway to Coruscant
- Contact:
RE: Could not open dc:SIDE?
Well I haven't actually edited them but I have added a few REQs of my own (which I took out before cleaning and munging). So those custom REQs didn't make the difference.
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
RE: Could not open dc:SIDE?
See if the sides actually showed up in your addon folder.
- trainmaster611
- Sith Lord

- Posts: 1779
- Joined: Thu Aug 24, 2006 5:22 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Building a railway to Coruscant
- Contact:
RE: Could not open dc:SIDE?
That's the interesting thing I was coming here to report. The only side that got munged was the tur.
And in the data_ABC/LVL_PC/SIDE folder, same thing, only the tur lvl file
And in the data_ABC/LVL_PC/SIDE folder, same thing, only the tur lvl file
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
RE: Could not open dc:SIDE?
Did you tell VisualMunge to munge all sides? (or one side for each time you munge) If they're not in your addon folder then they never got munged.
- trainmaster611
- Sith Lord

- Posts: 1779
- Joined: Thu Aug 24, 2006 5:22 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Building a railway to Coruscant
- Contact:
RE: Could not open dc:SIDE?
Hmmm, yes when I munged, I clicked EVERYTHING in the drop down menu.
I just wanted to note that the tur side was the only one I didn't assign dc:
I just wanted to note that the tur side was the only one I didn't assign dc:
-
Qdin
- Old School Staff
- Posts: 2059
- Joined: Wed Feb 23, 2005 9:54 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
RE: Could not open dc:SIDE?
delete the map from the AddOn and re-clean and re-munge everything possible
if you aren't sure if it's being munged corrently or something, you might as well do this
if you aren't sure if it's being munged corrently or something, you might as well do this
- trainmaster611
- Sith Lord

- Posts: 1779
- Joined: Thu Aug 24, 2006 5:22 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Building a railway to Coruscant
- Contact:
RE: Could not open dc:SIDE?
Hmm, yeah I did that but it seems that the error still keeps coming up. What's keeping it from reading the dc:SIDE thing?
