Neo Source

Page 6 of 76 FirstFirst 12345678910111213141656 ... LastLast
Results 76 to 90 of 1134
  1. #76
    Ì lövê ¥öµ! Fusion7 is offline
    MemberRank
    Jun 2009 Join Date
    MalaysiaLocation
    1,923Posts

    Re: Neo Source

    Quote Originally Posted by sHaI2K View Post
    lol.
    where skill 237.? i see 217 only.
    mine got 237..can u check properly??

    Quote Originally Posted by ultrrain View Post
    please share the working " GUI " and " Comment.ini " i try to use the two files from needed files in source same not compatible

    see my testing result

    get the gui and comment.ini on source.rar.. folder "needed files"

  2. #77
    Account Upgraded | Title Enabled! SixTeam is offline
    MemberRank
    May 2013 Join Date
    City Banana'sLocation
    412Posts

    Re: Neo Source

    Open this file for CFG. at will change you.
    Code:
    SC/netserverLib/s_CServer.cpp
    SC/netserverLib/s_CServer.h
    SC/netserverLib/s_CAgentServer.cpp
    SC/netserverLib/s_CFieldServer.cpp
    SC/netserverLib/s_CLoginServer.cpp
    SC/netserverLib/s_CSessionServer.cpp
    
    Example:
    s_CServer.cpp
        nRetCode = CCfg::GetInstance()->Load(_T("Session.cfg"));
        nRetCode = CCfg::GetInstance()->Load(_T("Login.cfg"));
        nRetCode = CCfg::GetInstance()->Load(_T("Field.cfg"));
        nRetCode = CCfg::GetInstance()->Load(_T("Agent.cfg"));
    s_CServer.h
        int    SessionStartCfg();
        int    LoginStartCfg();
        int    FieldStartCfg();
        int    AgentStartCfg();
    s_CAgentServer.cpp
        if (AgentStartCfg() == NET_ERROR) return NET_ERROR;
    s_CFieldServer.cpp
        if (FieldStartCfg()    == NET_ERROR) return NET_ERROR;
    s_CLoginServer.cpp
        if (FieldStartCfg()    == NET_ERROR) return NET_ERROR;
    s_CSessionServer.cpp
        if (SessionStartCfg()    == NET_ERROR) return NET_ERROR;    
    
        
    if you want or follow Param.ini want to use Port.
    SC/MfcExLib/
    RANPARAM.cpp
    RANPARAM.h
    remove or use Port
        UINT                nPort                = MAX_NPORT;
    -> end etc
    
    SC/netclientLib
    s_NetClient.cpp
        int CNetClient::ConnectLoginServer( const char *szAddress, UINT nPort)    // use port in param
        int CNetClient::ConnectLoginServer( const char *szAddress, int nPort)    // use port in server/cfg files
    s_NetClient.h
        int        ConnectLoginServer(const char *szAddress, UINT nPort=RANPARAM::nPort);    // use port in param
        int        ConnectLoginServer(const char *szAddress, int nPort=6001);    // use port in server/cfg files
    sorry, for a very bad english.

  3. #78
    Valued Member ultrrain is offline
    MemberRank
    Nov 2013 Join Date
    104Posts

    Re: Neo Source

    Quote Originally Posted by Fusion7 View Post
    mine got 237..can u check properly??



    get the gui and comment.ini on source.rar.. folder "needed files"
    read my post sir :) i said i use the two files from Needed File in Source "Gui and Comment.ini "its same error will pop up


  4. #79
    Ì lövê ¥öµ! Fusion7 is offline
    MemberRank
    Jun 2009 Join Date
    MalaysiaLocation
    1,923Posts

    Re: Neo Source

    Quote Originally Posted by ultrrain View Post
    read my post sir :) i said i use the two files from Needed File in Source "Gui and Comment.ini "its same error will pop up


    try mine
    Attached Files Attached Files

  5. #80
    Valued Member MythicDev22 is offline
    MemberRank
    Feb 2013 Join Date
    119Posts

    Re: Neo Source

    Quote Originally Posted by Fusion7 View Post
    try mine
    Bro i used that comment.ini but same error

    untitled.png

    edit: Solved thanks
    Last edited by MythicDev22; 01-12-13 at 08:33 PM. Reason: solved thanks :)

  6. #81
    Valued Member ultrrain is offline
    MemberRank
    Nov 2013 Join Date
    104Posts

    Re: Neo Source

    Quote Originally Posted by Fusion7 View Post
    try mine
    tnx its work! by the way sir do you have compatible glogicserver would you mind to share please ^_^

  7. #82
    Valued Member MythicDev22 is offline
    MemberRank
    Feb 2013 Join Date
    119Posts

    Re: Neo Source

    untitled.png

    How about this?

  8. #83
    荷希 (糖糖姐姐) AsenDURE is offline
    MemberRank
    Mar 2012 Join Date
    MalaysiaLocation
    758Posts

    Re: Neo Source

    any other mirror for the client ? 2x download failed at 86%..god damn it..

  9. #84
    Valued Member ultrrain is offline
    MemberRank
    Nov 2013 Join Date
    104Posts

    Re: Neo Source

    Quote Originally Posted by MythicDev22 View Post
    untitled.png

    How about this?
    easy to solve bro! just make skinobject folder and animation folder in your editors folder then extract both the files of skinobject.rcc and animation.rcc

    Quote Originally Posted by AsenDURE View Post
    any other mirror for the client ? 2x download failed at 86%..god damn it..
    here sir i just upload in mega host only , copy paste the links and paste to your browser

    https://mega.co.nz/#!elIV0RYD!BGQeklU6nzRKtYGs0sSy2V9vqitAjPoRKF-pHaPEZfQ

    anyone how to fix this see my attach file


  10. #85
    荷希 (糖糖姐姐) AsenDURE is offline
    MemberRank
    Mar 2012 Join Date
    MalaysiaLocation
    758Posts

    Re: Neo Source

    Quote Originally Posted by ultrrain View Post
    easy to solve bro! just make skinobject folder and animation folder in your editors folder then extract both the files of skinobject.rcc and animation.rcc



    here sir i just upload in mega host only , copy paste the links and paste to your browser

    https://mega.co.nz/#!elIV0RYD!BGQeklU6nzRKtYGs0sSy2V9vqitAjPoRKF-pHaPEZfQ

    anyone how to fix this see my attach file

    thnx, for your prob..missing required dds..check error log..what's dds missing there

  11. #86
    Account Upgraded | Title Enabled! caspian0 is offline
    MemberRank
    Jul 2012 Join Date
    1,321Posts

    Re: Neo Source

    also with selling window?

    screenshot_2.png


    how to fix this? when i drag down the window it will look like this..
    screenshot_3.png


    also this
    screenshot_4.png

  12. #87
    荷希 (糖糖姐姐) AsenDURE is offline
    MemberRank
    Mar 2012 Join Date
    MalaysiaLocation
    758Posts

    Re: Neo Source

    just reduce the size of white bckground img..

  13. #88
    Account Upgraded | Title Enabled! wrongteousOne is offline
    MemberRank
    Feb 2013 Join Date
    Far from You-Location
    218Posts

    Re: Neo Source

    2 cfg files already tried--same error. ERROR:CFG file load error

    Anyone care for this...

    Can anyone share their compatible cfg..

    Gracias a todos.
    Last edited by wrongteousOne; 02-12-13 at 01:28 AM.

  14. #89
    /genchar_cn JohnArthuroo xhellin is offline
    MemberRank
    Apr 2011 Join Date
    General SantosLocation
    437Posts

    Re: Neo Source

    Quote Originally Posted by tearhear18 View Post
    LOL liferan isnt using this source okay ? why not stick to your own development :D
    i agree with it :) BIG LIKE sir :D

  15. #90
    Salad CharlesCode is offline
    MemberRank
    Jun 2010 Join Date
    chrlz@rootLocation
    286Posts

    Re: Neo Source

    Quote Originally Posted by Tsukaima View Post
    Please shared complete gui. Gui me not have Pet Windows and Vehicle Windows ETC. TT

    Sorry I'm bad english.
    The pet windows and vehicle is already there, you just need to enabled it on source
    CMIIW



Advertisement