Perplexing side issue.

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
yodaminch

Perplexing side issue.

Post by yodaminch »

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.
Last edited by yodaminch on Wed Apr 19, 2006 5:55 pm, edited 1 time in total.
Captain_Mazda

RE: Perplexing Vehicle spawn issue

Post by Captain_Mazda »

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?
yodaminch

RE: Perplexing Vehicle spawn issue

Post by yodaminch »

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.
yodaminch

RE: Perplexing Vehicle spawn issue

Post by yodaminch »

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.
theguarder

RE: Perplexing Vehicle spawn issue

Post by theguarder »

you need to add cis_hero_generalg and cis_inf_space to your .req file that is located in your sides\cis folder.
yodaminch

RE: Perplexing Vehicle spawn issue

Post by yodaminch »

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.
Schizo

RE: Perplexing Vehicle spawn issue

Post by Schizo »

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.
yodaminch

RE: Perplexing Vehicle spawn issue

Post by yodaminch »

the sep.req has their names. and the req folder each has a cis_hero_generalg.req and cis_inf_space.req
Post Reply