Jump to content

ProGzeD

Inactive Member
  • Posts

    19
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by ProGzeD

  1. Try This Dif

    TimeBomb Fix:

    00215F63: E8 EB
    00215F64: C8 11
    00215F65: 69 00
    00215F66: FA 00
    00215F67: FF 00
    00215F68: 3D 00
    00215F69: AC 00
    00215F6A: 61 00
    00215F6B: 11 00
    00215F6C: 54 00
    00215F6D: 8D 00
    00215F6E: 76 00
    00215F70: 0F 00
    00215F71: 87 00
    00215F72: E7 00
    00215F73: 01 00
    0021615D: C6 00
    0021615E: 05 00
    0021615F: E8 00
    00216160: D8 00
    00216161: 7E 00
    00216162: 08 00
    00216163: 01 00
    00216164: E9 00
    00216165: 0D 00
    00216166: FE 00
    00216167: FF 00
    00216168: FF 00
    
  2. Hey Devs

    I Have This Proplem When I Try To Compile the SLN From This Topic 

    1>  PythonPlayerModule.cpp
    1>c:usersnourdesktopsrcclientuserinterfacePythonMiniMap.h(184): error C2146: syntax error : missing ';' before identifier 'm_lpMiniMapTexture'
    1>c:usersnourdesktopsrcclientuserinterfacePythonMiniMap.h(184): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:usersnourdesktopsrcclientuserinterfacePythonMiniMap.h(184): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>PythonPlayerModule.cpp(1039): warning C4995: '_snprintf': name was marked as #pragma deprecated
    1>PythonPlayerModule.cpp(1046): warning C4995: '_snprintf': name was marked as #pragma deprecated
    1>PythonPlayerModule.cpp(1055): warning C4995: '_snprintf': name was marked as #pragma deprecated
    1>PythonPlayerModule.cpp(1057): warning C4995: '_snprintf': name was marked as #pragma deprecated
    1>PythonPlayerModule.cpp(1061): warning C4995: '_snprintf': name was marked as #pragma deprecated
    1>PythonPlayerModule.cpp(1063): warning C4995: '_snprintf': name was marked as #pragma deprecated
    1>  PythonApplicationLogo.cpp
    1>c:usersnourdesktopsrcclientuserinterfacePythonMiniMap.h(184): error C2146: syntax error : missing ';' before identifier 'm_lpMiniMapTexture'
    1>c:usersnourdesktopsrcclientuserinterfacePythonMiniMap.h(184): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:usersnourdesktopsrcclientuserinterfacePythonMiniMap.h(184): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>PythonApplicationLogo.cpp(116): error C2065: 'LPDIRECT3DTEXTURE8' : undeclared identifier
    1>PythonApplicationLogo.cpp(116): error C2146: syntax error : missing ';' before identifier 'tex'
    1>PythonApplicationLogo.cpp(116): error C2065: 'tex' : undeclared identifier
    1>PythonApplicationLogo.cpp(121): error C2065: 'tex' : undeclared identifier
    1>PythonApplicationLogo.cpp(121): error C2227: left of '->LockRect' must point to class/struct/union/generic type
    1>          type is ''unknown-type''
    1>PythonApplicationLogo.cpp(128): error C2065: 'tex' : undeclared identifier
    1>PythonApplicationLogo.cpp(128): error C2227: left of '->UnlockRect' must point to class/struct/union/generic type
    1>          type is ''unknown-type''
    1>PythonApplicationLogo.cpp(161): error C2065: 'LPDIRECT3DTEXTURE8' : undeclared identifier
    1>PythonApplicationLogo.cpp(161): error C2146: syntax error : missing ';' before identifier 'tex'
    1>PythonApplicationLogo.cpp(161): error C2065: 'tex' : undeclared identifier
    1>PythonApplicationLogo.cpp(165): error C2065: 'tex' : undeclared identifier
    1>PythonApplicationLogo.cpp(165): error C2227: left of '->LockRect' must point to class/struct/union/generic type
    1>          type is ''unknown-type''
    1>PythonApplicationLogo.cpp(172): error C2065: 'tex' : undeclared identifier
    1>PythonApplicationLogo.cpp(172): error C2227: left of '->UnlockRect' must point to class/struct/union/generic type
    1>          type is ''unknown-type''
    1>PythonApplicationLogo.cpp(200): error C2065: 'D3DTSS_MINFILTER' : undeclared identifier
    1>PythonApplicationLogo.cpp(201): error C2065: 'D3DTSS_MAGFILTER' : undeclared identifier
    1>PythonApplicationLogo.cpp(238): error C2065: 'D3DTSS_MINFILTER' : undeclared identifier
    1>PythonApplicationLogo.cpp(239): error C2065: 'D3DTSS_MAGFILTER' : undeclared identifier
    1>  Generating Code...
    ========== Build: 0 succeeded, 1 failed, 15 up-to-date, 0 skipped ==========
    

    I Use Visual Studio 2010 Ultimate

    Thanks

  3. On 1/19/2015 at 10:20 PM, Adrian1428 said:

     

    Now It Compile Successfully But I Still Have The Timebomb  :( 

    exQaue.png

    I Want Another mainline_released full source without ymir license or limit_time

    Can Anyone who use it to Upload It Please  :rolleyes: 

    edit limit_time.h and delete this line: ENABLE_LIMIT_TIME and edit desc.cpp , search if ((unsigned)get_global_time() >= GLOBAL_LIMIT_TIME)  and change g_bShutdown = true; to g_bShutdown = false;

     

    Didn't Work  :(

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.