I need your help very urgently.
Its my first Map.
I have bin insert a new weapon. All things work.
and now in the Bfront2.log this Error Message would be come:
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\Weapon.cpp(1604)
Weapon base class "" not found
I need Your help and I now, that my English is horrible.
Thats pretty self explainitry, but dont worry because this sounds like its a first attempt and everyone is like this when they start off (trust me, I was a shocker). It basicly means that you dont have a base class for your weapon. I can't go into deatail much but I know plenty of others can. Plus I'm a bit tired right now... 10:27 PM here at the moment
i believe it is #1 culvar. he forgot to make a base weapon for his weapon (ex: the rep_weap_inf_rifle (blaster rifle) has a base weapon of com_weap_inf_rifle) you forgot to either
A. make a base weapon for your weapon
B. say in your weapon's odf what its base weapon is
or C. forgot both.
hmmm, try changing this weapon odf to com_weap_inf_T21 and then make a new odf that is named rep_weap_inf_T21 that says classparent com_weap_inf_T21 and see if it helps, because the only weapon i know of that dont have a base weapon, is the ewok spear.