I've been working on a little UDK game trying to use my own assets mainly and I didn't really have any problems until I started using my own classes to bring in my character models. Often it would complain that it can't find the model or physics asset in my package and I've managed to get by that but now it gives me an error which prevents me from launching UDK entirely:

Now I was told that this was an issue with the class file itself, that it's not ASCII. But that is not an issue since I tried converting it and replacing the old file with the new ASCII version with no luck. Is there something else that the error line could be referring to? Did I overlook something?

Now I was told that this was an issue with the class file itself, that it's not ASCII. But that is not an issue since I tried converting it and replacing the old file with the new ASCII version with no luck. Is there something else that the error line could be referring to? Did I overlook something?
Comment