I have no idea what I did. But all of the sudden the cis side won't spawn vehicles. The cp has the correct region. The region is correctly there. The spawns all have the correct region. Could I have accidentally commented it out by chance in the lua?
Ok forget the above. New problem
Message Severity: 2
.\Source\Team.cpp(625)
Team missing class "cis_hero_generalg" (check the side's .req file)
Message Severity: 2
.\Source\Team.cpp(625)
Team missing class "cis_inf_space" (check the side's .req file)
Now what I did was make a seperate side, name it sep and had these two in. I really don't know what's going on. the reqs seem fne.
Perplexing side issue.
Moderator: Moderators
Perplexing side issue.
Last edited by yodaminch on Wed Apr 19, 2006 5:55 pm, edited 1 time in total.
RE: Perplexing Vehicle spawn issue
That's what I think. Check to make sure all the vehicles are entered in the CW LUA and that there are no commas or brackets missing. Syntax errors cause this.
BTW, has VisualMunge given you any strange errors after munging?
BTW, has VisualMunge given you any strange errors after munging?
RE: Perplexing Vehicle spawn issue
nope. What it ended up being was a beginner's mistake. to fix that stupid grievous animation error, i changed the cis to dc: cis. Didn't remember that I had done that. munging now to see if i managed to crash grievous or not.
RE: Perplexing Vehicle spawn issue
Ok New problem.
Message Severity: 2
.\Source\Team.cpp(625)
Team missing class "cis_hero_generalg" (check the side's .req file)
Message Severity: 2
.\Source\Team.cpp(625)
Team missing class "cis_inf_space" (check the side's .req file)
Now what I did was make a seperate side, name it sep and had these two in. I really don't know what's going on. the reqs seem fne.
Message Severity: 2
.\Source\Team.cpp(625)
Team missing class "cis_hero_generalg" (check the side's .req file)
Message Severity: 2
.\Source\Team.cpp(625)
Team missing class "cis_inf_space" (check the side's .req file)
Now what I did was make a seperate side, name it sep and had these two in. I really don't know what's going on. the reqs seem fne.
RE: Perplexing Vehicle spawn issue
you need to add cis_hero_generalg and cis_inf_space to your .req file that is located in your sides\cis folder.
RE: Perplexing Vehicle spawn issue
i've never had to do that with the other jedi though. i've hit 5 or 6 rep_hero custom jedi and 2 cis_hero sith and never once had this issue. And to do that would require copying the cis folder, which i am trying to avoid.
RE: Perplexing Vehicle spawn issue
Just add the unit names to your sides' REQ, is what he's saying. You'll also need to make smaller REQ files for each. There are tons of threads on it around here, just look around.
RE: Perplexing Vehicle spawn issue
the sep.req has their names. and the req folder each has a cis_hero_generalg.req and cis_inf_space.req