|
Atrinik Client 2.5
|
00001 /************************************************************************ 00002 * Atrinik, a Multiplayer Online Role Playing Game * 00003 * * 00004 * Copyright (C) 2009-2011 Alex Tokar and Atrinik Development Team * 00005 * * 00006 * Fork from Daimonin (Massive Multiplayer Online Role Playing Game) * 00007 * and Crossfire (Multiplayer game for X-windows). * 00008 * * 00009 * This program is free software; you can redistribute it and/or modify * 00010 * it under the terms of the GNU General Public License as published by * 00011 * the Free Software Foundation; either version 2 of the License, or * 00012 * (at your option) any later version. * 00013 * * 00014 * This program is distributed in the hope that it will be useful, * 00015 * but WITHOUT ANY WARRANTY; without even the implied warranty of * 00016 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 00017 * GNU General Public License for more details. * 00018 * * 00019 * You should have received a copy of the GNU General Public License * 00020 * along with this program; if not, write to the Free Software * 00021 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * 00022 * * 00023 * The author can be reached at admin@atrinik.org * 00024 ************************************************************************/ 00025 00031 #define SOCKET_VERSION 1055 00032 00034 #define ARCHDEF_FILE "data/archdef.dat" 00035 00036 #define INTERFACE_FILE "settings/interface.gui" 00037 00038 #define SCRIPTS_AUTOLOAD "settings/scripts_autoload" 00039 00040 #define LOG_FILE "client.log" 00041 00042 #define CLIENT_ICON_NAME "icon.png" 00043 00044 #define FILE_SETTINGS_TXT "data/settings.txt" 00045 00046 #define FILE_SETTINGS_DAT "settings/settings.dat" 00047 00049 #define MAX_FACE_TILES 32767 00050 00052 #define MAP_MAX_SIZE 17 00053 00055 #define MAX_INPUT_STRING 256 00056 00057 #define MAX_HISTORY_LINES 20 00058 00063 #define DARK_LEVELS 7 00064 00065 #define DIRECTORY_BITMAPS "bitmaps" 00066 #define DIRECTORY_SFX "sfx" 00067 #define DIRECTORY_CACHE "cache" 00068 #define DIRECTORY_GFX_USER "gfx_user" 00069 #define DIRECTORY_MEDIA "media"
1.7.4