Tripwire Interactive Forums

  • Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/
So I'm trying to put the RO kar98 in game but I get this error.

My file structure looks like this:
killingfloor/ROWeapons/Classes/Kar98.uc
killingfloor/ROWeapons/Animations/Axis_Kar98_1st.ukx

I tried putting the ukx in textures also.. still no good.

Parsing all my other classes works fine.

Code:
class Kar98 extends KFWeapon;

#exec OBJ LOAD FILE=Axis_Kar98_1st.ukx
#exec OBJ LOAD FILE=Weapons1st_tex.utx
...
defaultproperties
{
...
Mesh=SkeletalMesh'Axis_Kar98_1st.kar98k_mesh'
...
]
I've tried it with both Mesh and SkeletalMesh.