Page 1 of 1

Could not open dc:SIDE?

Posted: Sat Jul 07, 2007 11:14 am
by trainmaster611
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? :?
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

RE: Could not open dc:SIDE?

Posted: Sat Jul 07, 2007 11:28 am
by Teancum
should have two \\ instead of one \

RE: Could not open dc:SIDE?

Posted: Sat Jul 07, 2007 1:28 pm
by trainmaster611
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

RE: Could not open dc:SIDE?

Posted: Sat Jul 07, 2007 3:06 pm
by Xavious
You haven't edited your sides' .req files? (cis.req and rep.req) Post those.

RE: Could not open dc:SIDE?

Posted: Sat Jul 07, 2007 5:52 pm
by trainmaster611
Do you mean any custom REQs I made or actual files named cis.req and rep.req? :|

Jftr, I already tried cleaning and munging

RE: Could not open dc:SIDE?

Posted: Sat Jul 07, 2007 6:03 pm
by Hebes24
He meant the .reqs that go with the side you're editing.

RE: Could not open dc:SIDE?

Posted: Sat Jul 07, 2007 7:36 pm
by trainmaster611
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.

RE: Could not open dc:SIDE?

Posted: Sat Jul 07, 2007 11:43 pm
by Teancum
See if the sides actually showed up in your addon folder.

RE: Could not open dc:SIDE?

Posted: Sat Jul 07, 2007 11:47 pm
by trainmaster611
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

RE: Could not open dc:SIDE?

Posted: Sat Jul 07, 2007 11:49 pm
by Teancum
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.

RE: Could not open dc:SIDE?

Posted: Sun Jul 08, 2007 12:12 am
by trainmaster611
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:

RE: Could not open dc:SIDE?

Posted: Sun Jul 08, 2007 9:18 am
by Qdin
delete the map from the AddOn and re-clean and re-munge everything possible :P

if you aren't sure if it's being munged corrently or something, you might as well do this :wink:

RE: Could not open dc:SIDE?

Posted: Mon Jul 09, 2007 3:30 pm
by trainmaster611
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?