Source Error: Max_Human_Parts

Results 1 to 8 of 8
  1. #1
    Sorcerer Supreme Slingshot is offline
    Member +Rank
    Apr 2011 Join Date
    C:\Win\System32Location
    443Posts

    Source Error: Max_Human_Parts

    Hi again it's still me. :))
    Well I recompiled the source with an edited header files of mine but I got this error:
    Code:
    d:\v15 SOURCE\Official Source\_Network\Objects\Obj.h(1114): error C2065: 'MAX_HUMAN_PARTS' : undeclared identifier
    d:\v15 SOURCE\Official Source\_Common\Project.h(377): error C2065: 'MAX_HUMAN_PARTS' : undeclared identifier
    d:\v15 SOURCE\Resource\Mover.h(248): error C3861: 'MAX_HUMAN_PARTS': identifier not found, even with argument-dependent lookup
    d:\v15 SOURCE\Resource\Mover.h(704): error C3861: 'MAX_HUMAN_PARTS': identifier not found, even with argument-dependent lookup
    d:\v15 SOURCE\Official Source\_Interface\WndField.h(191): error C3861: 'MAX_HUMAN_PARTS': identifier not found, even with argument-dependent lookup
    d:\v15 SOURCE\Official Source\_Interface\WndField.h(255): error C3861: 'MAX_HUMAN_PARTS': identifier not found, even with argument-dependent lookup
    d:\v15 SOURCE\Official Source\_Interface\WndField.h(257): error C3861: 'MAX_HUMAN_PARTS': identifier not found, even with argument-dependent lookup
    d:\v15 SOURCE\Official Source\_Network\Objects\Obj.h(1114): error C2065: 'MAX_HUMAN_PARTS' : undeclared identifier
    d:\v15 SOURCE\Official Source\_Network\Objects\Obj.h(1114): error C2065: 'MAX_HUMAN_PARTS' : undeclared identifier
    d:\v15 SOURCE\Official Source\_Network\Objects\Obj.h(1114): error C2065: 'MAX_HUMAN_PARTS' : undeclared identifier
    d:\v15 SOURCE\Official Source\_Network\Objects\Obj.h(1114): error C2065: 'MAX_HUMAN_PARTS' : undeclared identifier
    d:\v15 SOURCE\Official Source\_Network\Objects\Obj.h(1114): error C2065: 'MAX_HUMAN_PARTS' : undeclared identifier
    d:\v15 SOURCE\Official Source\_Network\Objects\Obj.h(1114): error C2065: 'MAX_HUMAN_PARTS' : undeclared identifier
    d:\v15 SOURCE\Official Source\_Network\Objects\Obj.h(1114): error C2065: 'MAX_HUMAN_PARTS' : undeclared identifier
    d:\v15 SOURCE\Official Source\_Network\Objects\Obj.h(1114): error C2065: 'MAX_HUMAN_PARTS' : undeclared identifier
    d:\v15 SOURCE\Official Source\_Network\Objects\Obj.h(1114): error C2065: 'MAX_HUMAN_PARTS' : undeclared identifier
    d:\v15 SOURCE\Official Source\_Network\Objects\Obj.h(1114): error C2065: 'MAX_HUMAN_PARTS' : undeclared identifier
    d:\v15 SOURCE\Official Source\_Network\Objects\Obj.h(1114): error C2065: 'MAX_HUMAN_PARTS' : undeclared identifier
    d:\v15 SOURCE\Official Source\_Network\Objects\Obj.h(1114): error C2065: 'MAX_HUMAN_PARTS' : undeclared identifier
    d:\v15 SOURCE\Official Source\_Common\Project.h(377): error C2065: 'MAX_HUMAN_PARTS' : undeclared identifier
    d:\v15 SOURCE\Resource\Mover.h(248): error C3861: 'MAX_HUMAN_PARTS': identifier not found, even with argument-dependent lookup
    d:\v15 SOURCE\Resource\Mover.h(704): error C3861: 'MAX_HUMAN_PARTS': identifier not found, even with argument-dependent lookup

    I know I need to define MAX_HUMAN_PARTS but i'm confused in which line of the files I need to declare it?

    Any help will be appreciated, Thanks.


  2. #2
    Unity Developer SirTwistedStorm is offline
    Grand MasterRank
    Oct 2008 Join Date
    TexasLocation
    597Posts

    Re: Source Error: Max_Human_Parts

    Code:
    #define MAX_HUMAN_PARTS 31
    should help

  3. #3
    Elite Member Matrixo is offline
    Member +Rank
    Aug 2008 Join Date
    181Posts

    Re: Source Error: Max_Human_Parts

    Quote Originally Posted by Slingshot View Post
    I know I need to define MAX_HUMAN_PARTS but i'm confused in which line of the files I need to declare it?
    Quote Originally Posted by 420twisted1 View Post
    Code:
    #define MAX_HUMAN_PARTS 31
    should help
    Crap...

    Just define it in defineNeuz.h

  4. #4
    Sorcerer Supreme Slingshot is offline
    Member +Rank
    Apr 2011 Join Date
    C:\Win\System32Location
    443Posts

    Re: Source Error: Max_Human_Parts

    Quote Originally Posted by 420twisted1 View Post
    Code:
    #define MAX_HUMAN_PARTS 31
    should help
    Quote Originally Posted by Matrixo View Post
    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. >.>
    Last edited by Slingshot; 17-05-11 at 08:20 PM.

  5. #5
    One word! Im Fawkin Pro! Xakzi is offline
    Grand MasterRank
    Jul 2010 Join Date
    SwedenLocation
    1,356Posts

    Re: Source Error: Max_Human_Parts

    in the new definejob.h the new max level ID is
    MAX_CHARACTER_LEVEL seriously, how about reading -.-

    it clearly say;
    #define MAX_CHARACTER_LEVEL 129 // ±âÁ¸ MAX_LEVEL À» ´ëü..ij¸¯ÅͰ¡ °¡Áú ¼ö ÀÖ´Â ÃÖ°í ·¹º§..

    In the comment (MAX_LEVEL) Clearly point out that that new ID is the same as MAX_LEVEL

    so you can either change all MAX_LEVEL to MAX_CHARACTER_LEVEL

    or do as Me and statflyff did, make a own definejob.h ;)

    now, try to look stuff up for yourself before going for asking. please....
    it aint hard >.>

    and no, I dont belive the v16 update is compatible for the v15 source... "/

  6. #6
    Sorcerer Supreme Slingshot is offline
    Member +Rank
    Apr 2011 Join Date
    C:\Win\System32Location
    443Posts

    Re: Source Error: Max_Human_Parts

    Quote Originally Posted by wakazaki View Post
    seriously, how about reading -.-
    now, try to look stuff up for yourself before going for asking. please....
    it aint hard >.>

    I just got pawned, q.q
    Thanks for smashing though.

    OT: Anyways I'll just use my previous source files and Implement v16/v17 one by one.
    Last edited by Slingshot; 18-05-11 at 05:45 AM.

  7. #7
    One word! Im Fawkin Pro! Xakzi is offline
    Grand MasterRank
    Jul 2010 Join Date
    SwedenLocation
    1,356Posts

    Re: Source Error: Max_Human_Parts

    well, Im not like everyone else, trying to lecture ONLY..
    I help and lecture

  8. #8
    Member Emkyub is offline
    MemberRank
    May 2011 Join Date
    28Posts

    Re: Source Error: Max_Human_Parts

    define.h

    #define MAX_HUMAN_PARTS 31



Advertisement