This is Annoying
Posted: Fri Aug 31, 2007 6:49 pm
(note: I have edited out the legion name for secrecy)
The map crashes upon finishing loading.
I get these errors in the log.
Thing is, everything is set up properly.
Help?
The map crashes upon finishing loading.
I get these errors in the log.
Code: Select all
Message Severity: 2
.\Source\Team.cpp(625)
Team missing class "[abc]_inf_trooper" (check the side's .req file)
Message Severity: 2
.\Source\Team.cpp(625)
Team missing class "[abc]_inf_heavy" (check the side's .req file)
Message Severity: 2
.\Source\Team.cpp(625)
Team missing class "[abc]_inf_sniper" (check the side's .req file)
Message Severity: 2
.\Source\Team.cpp(625)
Team missing class "[abc]_inf_pilot" (check the side's .req file)
Message Severity: 2
.\Source\Team.cpp(625)
Team missing class "[abc]_inf_captain" (check the side's .req file)
Message Severity: 2
.\Source\Team.cpp(625)
Team missing class "[abc]_inf_jet" (check the side's .req file)
Message Severity: 2
.\Source\Team.cpp(625)
Team missing class "[abc]_inf_shock" (check the side's .req file)
Message Severity: 2
.\Source\Team.cpp(625)
Team missing class "[abc]_inf_agent" (check the side's .req file)
Message Severity: 2
.\Source\Team.cpp(625)
Team missing class "[abc]_inf_commando" (check the side's .req file)And I've got all the .REQs for the units.[abc].req wrote:ucft
{
REQN
{
"lvl"
"[abc]_inf_trooper"
"[abc]_inf_heavy"
"[abc]_inf_sniper"
"[abc]_inf_pilot"
"[abc]_inf_captain"
"[abc]_inf_shock"
"[abc]_inf_agent"
"[abc]_inf_commando"
"[abc]_inf_jet"
}
}
Help?