Android Question jPCT AE 3D - Unable to load MD2 model [SOLVED]

wonder

Expert
Licensed User
Longtime User
When loading an md2 model, I'm getting this error:
java.lang.RuntimeException: [ 1463492155372 ] - ERROR: Too many sub-sequences defined. Modify configuration to allow a higher number.

I've tried this:
B4X:
Config.setParameterValue("maxAnimationSubSequences", 999)

Didn't work... :( Any suggestions?

EDIT: Solved! 999 was too much.
B4X:
Config.setParameterValue("maxAnimationSubSequences", 40)
 
Last edited:
Top