
Originally Posted by
420twisted1
Code:
#define MAX_HUMAN_PARTS 31
should help

Originally Posted by
Matrixo
Crap...
Just define it in defineNeuz.h
Thanks for the help guys :)
but after I defined MAX_HUMAN_PARTS 31
I got a new couple of errors which is:
Code:
D:\v15 SOURCE\Official Source\_Common\MoverParam.cpp(1200): error C3861: 'MAX_LEVEL': identifier not found, even with argument-dependent lookup
D:\v15 SOURCE\Official Source\_Common\ScriptLib.cpp(880): error C2065: 'MAX_LEVEL' : undeclared identifier
d:\v15 SOURCE\Official Source\_Common\Environment.h(30): error C2065: 'LANG_SUB_MAX' : undeclared identifier
d:\v15 SOURCE\Official Source\_Common\Environment.h(30): error C2065: 'LANG_SUB_MAX' : undeclared identifier
D:\v15 SOURCE\Official Source\_Common\MoverParam.cpp(1189): error C2065: 'MAX_LEVEL' : undeclared identifier
D:\v15 SOURCE\Official Source\_Common\MoverParam.cpp(1191): error C3861: 'MAX_LEVEL': identifier not found, even with argument-dependent lookup
D:\v15 SOURCE\Official Source\_Common\MoverParam.cpp(1198): error C3861: 'MAX_LEVEL': identifier not found, even with argument-dependent lookup
D:\v15 SOURCE\Official Source\_Common\MoverParam.cpp(1337): error C3861: 'MAX_LEVEL': identifier not found, even with argument-dependent lookup
D:\v15 SOURCE\Official Source\_Common\MoverParam.cpp(1339): error C3861: 'MAX_LEVEL': identifier not found, even with argument-dependent lookup
D:\v15 SOURCE\Official Source\_Common\MoverParam.cpp(1386): error C3861: 'MAX_LEVEL': identifier not found, even with argument-dependent lookup
D:\v15 SOURCE\Official Source\_Common\MoverParam.cpp(1388): error C3861: 'MAX_LEVEL': identifier not found, even with argument-dependent lookup
D:\v15 SOURCE\Official Source\_Common\MoverParam.cpp(1396): error C3861: 'MAX_LEVEL': identifier not found, even with argument-dependent lookup
D:\v15 SOURCE\Official Source\_Common\MoverParam.cpp(1398): error C3861: 'MAX_LEVEL': identifier not found, even with argument-dependent lookup
D:\v15 SOURCE\Official Source\_Common\Mover.cpp(1967): error C2065: 'MAX_LEVEL' : undeclared identifier
d:\v15 SOURCE\Official Source\_Common\Environment.h(30): error C2065: 'LANG_SUB_MAX' : undeclared identifier
D:\v15 SOURCE\Official Source\_Common\Project.cpp(3162): error C2065: 'LANG_SUB_DEFAULT' : undeclared identifier
In which file should I define those and what are the indexes/size?
Are the v16 header files not compatible for v15 source?
Because if it's not i'll just use my old source files. >.>