Jump to content

ProGzeD

Member
  • Posts

    19
  • Joined

  • Last visited

  • Feedback

    0%

About ProGzeD

Informations

  • Gender
    Male

Recent Profile Visitors

709 profile views

ProGzeD's Achievements

Apprentice

Apprentice (3/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

3

Reputation

  1. Thank You!! I Will Try This Now But In What Branch its bassed on?? Sorry For My Bad English
  2. Hey, I Added The Wolfman (Lycan) Source on Game & DB 100% without any error but when I Start the Server I Get connection refused error I Also Tried to do it from the dev_wolf_branch and i get the same error thanks.
  3. 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
  4. 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
  5. 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
  6. Sorry, install a FreeBSD 9.x Server !32 bit! with the help of this video guide: After installing upload these files: [Hidden Content] and do the next steps from the video. Good luck. Thanks For Your Help But I Have Compile Porplems
  7. Now It Compile Successfully But I Still Have The Timebomb I Want Another mainline_released full source without ymir license or limit_time Can Anyone who use it to Upload It Please
  8. Can Anyone Upload his mainline_released source without the timebomb or ymir license
  9. Thanks For Your Reply, I Also Used That Source It Compiled Successfully But I Dont Know how to remove the timebomb and ymir license I Tried To Remove them But The Game didn't work Please Help
  10. Hey I tried to compile mainline_released source from this Topic I Get A lot of errors in mainline_released So Can Anyone Share his mainline_released source with me because Im a beginner in Source and I Dont know how to solve the errors and how to remove the timebomb and ymir license. sorry for my bad english Thanks a lot
×
×
  • 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.