Page 1 of 1

Cryptic SBD error [SOLVED]

Posted: Sat May 26, 2007 10:12 pm
by ARC_Commander
I've modified an SBD's wrist blaster to act more like a pistol. I get this error:

Code: Select all

Message Severity: 3
.\Source\Weapon.cpp(96)
Weapon failed to find animmap sbdroid_rifle
Any ideas? I'll post anything if needed.

Posted: Sat May 26, 2007 11:35 pm
by MercuryNoodles
How about giving some detail on the modifications you attempted? I know you might want to keep it a secret, but troubleshooting without details is like trying to fix a computer with duct tape. -_-

Posted: Sun May 27, 2007 6:16 pm
by ARC_Commander
Heh, I fixed the problem. As I set the commando pistol as the ClassParent, it wasn't loading the rifle AnimationBank. I gave it its own properties, and it's fine now. Thanks anyways!