What is FILELIST and RUNNABLE?

Results 1 to 14 of 14
  1. #1
    Apprentice h0i is offline
    MemberRank
    Jun 2009 Join Date
    21Posts

    What is FILELIST and RUNNABLE?

    I am newbie,i just make a gunz server..thank you to answer!


  2. #2
    Retired modder Aimed is offline
    MemberRank
    Aug 2008 Join Date
    BelgiumLocation
    1,279Posts

    Re: What is FILELIST and RUNNABLE?

    lol..
    Quit Gunz Developing is my advice.. xD

  3. #3
    Account Upgraded | Title Enabled! kochon is offline
    MemberRank
    Nov 2006 Join Date
    MontrealLocation
    1,451Posts

    Re: What is FILELIST and RUNNABLE?

    Quote Originally Posted by Aimed View Post
    lol..
    Quit Gunz Developing is my advice.. xD
    Don't be such a bitch.

    filelist is a list of all the files on the gunz client and their CRC32 code, a CRC32 code is a unique code for every single file and it changes as soon as you change a file.

    Runnable is the main .exe that your game uses, usually it's theduel.exe. it can be Gunz.exe also.

  4. #4
    Apprentice h0i is offline
    MemberRank
    Jun 2009 Join Date
    21Posts

    Re: What is FILELIST and RUNNABLE?

    Quote Originally Posted by Aimed View Post
    lol..
    Quit Gunz Developing is my advice.. xD
    I'm just play with my friends..haha
    Quote Originally Posted by kochon View Post
    Don't be such a bitch.

    filelist is a list of all the files on the gunz client and their CRC32 code, a CRC32 code is a unique code for every single file and it changes as soon as you change a file.

    Runnable is the main .exe that your game uses, usually it's theduel.exe. it can be Gunz.exe also.
    Thank you very much

  5. #5
    2D > 3D Wucas is offline
    MemberRank
    Dec 2008 Join Date
    In your bed :3Location
    2,523Posts

    Re: What is FILELIST and RUNNABLE?

    Sorry, i had to give more information on the subject, yes you are right, but at the bare minimum

    Quote Originally Posted by kochon View Post
    Don't be such a bitch.

    filelist is a list of all the files on the gunz client and their CRC32 code, a CRC32 code is a unique code for every single file and it changes as soon as you change a file.
    Filelist is an XML in your system.mrs folder in which is created to list the CRC of the files. This is designed so modified files would not be loaded into the memory, usually resulting in game failure (crash) or inability to login. The enabling/ disabling of a Filelist runnable is done in Assembly (ollyDBG/ IdaPro) and can also be enabled by changing the 0 to 1 in the server.ini file in your server files. Filelist is near useless do to the fact, with tools such as BruteCRC, the CRC may be changed, making the game think the file is an un modified file. Although it is near useless you can make your own filelist by the process below.

    BruteCRC
    Filelist Maker


    Quote Originally Posted by kochon View Post
    Runnable is the main .exe that your game uses, usually it's theduel.exe. it can be Gunz.exe also.
    A runnable is actually the Gunz process in which the Launcher is not needed (Serial Key Start), this is highly useful for development, since the launcher can cause issues at times wasting more time o.o.
    Last edited by Wucas; 18-08-09 at 07:02 PM.

  6. #6
    Account Upgraded | Title Enabled! kochon is offline
    MemberRank
    Nov 2006 Join Date
    MontrealLocation
    1,451Posts

    Re: What is FILELIST and RUNNABLE?

    I know I gave him the strict minimum, and I knew all of the stuff you posted, but thanks for the addition. I just don't like to shovel up a shitload of information to beginners.

  7. #7
    2D > 3D Wucas is offline
    MemberRank
    Dec 2008 Join Date
    In your bed :3Location
    2,523Posts

    Re: What is FILELIST and RUNNABLE?

    Quote Originally Posted by kochon View Post
    I know I gave him the strict minimum, and I knew all of the stuff you posted, but thanks for the addition. I just don't like to shovel up a shitload of information to beginners.
    nah i understand, but giving him the option to choose is always a good option xD

  8. #8
    Account Upgraded | Title Enabled! kochon is offline
    MemberRank
    Nov 2006 Join Date
    MontrealLocation
    1,451Posts

    Re: What is FILELIST and RUNNABLE?

    True.

    This forum requires that you wait 30 seconds between posts. Please try again in 1 seconds.

    -lol.

  9. #9
    Apprentice h0i is offline
    MemberRank
    Jun 2009 Join Date
    21Posts

    Re: What is FILELIST and RUNNABLE?

    uh..someone can help me?
    My Apache server can't connect to MSSQL.."Call to undefined function mssql_connect()"

  10. #10
    Account Upgraded | Title Enabled! kochon is offline
    MemberRank
    Nov 2006 Join Date
    MontrealLocation
    1,451Posts

    Re: What is FILELIST and RUNNABLE?

    Hehehe, welcome to my world.

  11. #11
    2D > 3D Wucas is offline
    MemberRank
    Dec 2008 Join Date
    In your bed :3Location
    2,523Posts

    Re: What is FILELIST and RUNNABLE?

    use the search button or change the php pages to odbc

  12. #12
    Apprentice h0i is offline
    MemberRank
    Jun 2009 Join Date
    21Posts

    Re: What is FILELIST and RUNNABLE?

    I've delete the ";" ahead of extension=php_mssql.dll inside php.ini
    and put ntwdblib.dll and php_mssql.dll into system32..but not work.

  13. #13
    Account Upgraded | Title Enabled! kochon is offline
    MemberRank
    Nov 2006 Join Date
    MontrealLocation
    1,451Posts

    Re: What is FILELIST and RUNNABLE?

    Same here.

  14. #14
    Apprentice h0i is offline
    MemberRank
    Jun 2009 Join Date
    21Posts

    Re: What is FILELIST and RUNNABLE?

    Quote Originally Posted by kochon View Post
    Same here.
    Can't create a website is so trouble



Advertisement