I am newbie,i just make a gunz server..thank you to answer!![]()
I am newbie,i just make a gunz server..thank you to answer!![]()
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.
Sorry, i had to give more information on the subject, yes you are right, but at the bare minimum
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
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.
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.
True.
This forum requires that you wait 30 seconds between posts. Please try again in 1 seconds.
-lol.
uh..someone can help me?
My Apache server can't connect to MSSQL.."Call to undefined function mssql_connect()"
Hehehe, welcome to my world.
use the search button or change the php pages to odbc
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.
Same here.