00001 #include "config.h"
00002
00003 #ifndef BTCONFIG_H
00004 #define BTCONFIG_H
00005
00006
00007
00008
00009
00010
00011 #define BT_CALCULATE_BV
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 #define BT_ADVANCED_ECON_INIT
00024
00025
00026 #define BT_USE_VRT
00027
00028
00029 #define BT_PART_WEIGHTS
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046 #define WEIGHTVARIABLE_STATUS
00047
00048
00049
00050
00051
00052 #define OBSERVATORIC_OL_RADIO
00053
00054
00055
00056
00057
00058
00059 #define ADDSTORES_MAX 50000
00060
00061 #define RS_MECH_IDLE 86400
00062 #define SIM_MECH_IDLE 3600
00063
00064
00065 #define ATMO_Z 100
00066
00067
00068 #define ORBIT_Z 300
00069
00070
00071 #define ACCEL_MOD 5
00072
00073
00074
00075 #define AERO_SECS_THRUST 30
00076
00077 #define PIL_XP_EVERY_N_STEPS 10
00078
00079
00080 #define AFTERLIFE_DBREF mudconf.afterlife_dbref
00081 #define AFTERSCEN_DBREF mudconf.afterscen_dbref
00082
00083
00084 #define USED_MW_STORE mudconf.btech_usedmechstore
00085
00086 #define MINE_NEXT_MODIFIER 2/3
00087 #define MINE_MIN 5
00088 #define MINE_TABLE 2
00089
00090
00091 #define ODDJUMP
00092
00093
00094 #define BT_PARTIAL
00095
00096
00097
00098 #define ECON_ALLOW_MULTIPLE_LOAD_UNLOAD
00099
00100
00101 #define CLAN_SUPPORT
00102
00103
00104 #define C3_SUPPORT
00105
00106
00107 #define BTH_DEBUG
00108
00109
00110 #define XP_DEBUG
00111
00112
00113 #undef TEMPLATE_DEBUG
00114
00115
00116 #undef JUMPDEBUG
00117
00118
00119 #undef SENSOR_BTH_DEBUG
00120
00121
00122 #undef SENSOR_DEBUG
00123
00124
00125 #define TEMPLATE_VERBOSE_ERRORS
00126
00127
00128 #undef VERBOSE_MAP_STUFF
00129
00130
00131 #define BUILDINGS_REPAIR_THEMSELVES
00132 #define BUILDINGS_REBUILD_FROM_DESTRUCTION
00133
00134 #define BUILDING_REPAIR_AMOUNT 1
00135 #define BUILDING_REPAIR_DELAY 120
00136
00137
00138 #define BUILDING_DREBUILD_DELAY 7200
00139
00140
00141
00142 #define ECM_ON_CONTACTS
00143
00144 #define LATERAL_TICK 6
00145 #define HEAT_TICK 2
00146 #define JUMP_TICK 1
00147 #define MOVE_TICK 1
00148 #define MOVE_MOD .5
00149 #define WEAPON_TICK 2
00150
00151 #define ARTY_SPEED 5
00152 #define ARTILLERY_MAPSHEET_SIZE 20
00153 #define ARTILLERY_MINIMUM_FLIGHT 10
00154
00155 #define DROP_TO_STAND_RECYCLE (MOVE_TICK * 12)
00156 #define JUMP_TO_HIT_RECYCLE (JUMP_TICK * 12 / (MechType(mech) == CLASS_BSUIT ? 4 : 1))
00157
00158 #define INITIAL_PLOS_TICK 1
00159 #define LOS_TICK 1
00160 #define HIDE_TICK 10
00161 #define PLOS_TICK 1
00162 #define SCHANGE_TICK 10
00163 #define SPOT_TICK 10
00164
00165 #define PHYSICAL_RECYCLE_TIME 30*WEAPON_TICK
00166 #define STARTUP_TIME 30
00167 #define UNCONSCIOUS_TIME 30
00168 #define WEAPON_RECYCLE_TIME 30
00169 #define FALL_TICK 3
00170 #define FALL_ACCEL 1
00171 #define OOD_SPEED 2
00172 #define OOD_TICK 1
00173 #define DUMP_TICK 30
00174 #define DUMP_GRAD_TICK 1
00175 #define DUMP_SPEED (DUMP_TICK/DUMP_GRAD_TICK)
00176 #define MASC_TICK 60
00177 #define SCHARGE_TICK 60
00178 #define RANDOM_TICK 6
00179
00180 #define DS_SPAM_TIME 10
00181
00182
00183 #define MAX_BOOM_TIME 30
00184
00185 #define BOOM_BTH 9
00186 #define MAX_C3_SLAVES 3
00187
00188 #define CHARGE_TIMER_LIMIT 60
00189 #define CHARGE_DIST_TRIGGER 0.6
00190
00191
00192 #define DEFAULT_GUNNERY 6
00193 #define DEFAULT_PILOTING 6
00194 #define DEFAULT_SPOTTING 8
00195 #define DEFAULT_ARTILLERY 8
00196 #define DEFAULT_COMM 6
00197
00198
00199 #define DEFAULT_TACRANGE 20
00200 #define DEFAULT_LRSRANGE 40
00201 #define DEFAULT_RADIORANGE 80
00202 #define DEFAULT_SCANRANGE 20
00203 #define DEFAULT_HEATSINKS 10
00204
00205
00206 #define DEFAULT_COMPUTER 2
00207 #define DEFAULT_RADIO 3
00208 #define DEFAULT_PART_LEVEL 3
00209
00210
00211 #define DEFAULT_CLCOMPUTER 5
00212 #define DEFAULT_CLRADIO 5
00213 #define DEFAULT_CLPART_LEVEL 5
00214
00215
00216 #define LRS_DISPLAY_WIDTH 70
00217 #define LRS_DISPLAY_WIDTH2 35
00218 #define LRS_DISPLAY_HEIGHT 11
00219 #define LRS_DISPLAY_HEIGHT2 5
00220
00221
00222 #define ADVANCED_LOS
00223 #define LOCK_TICK 8
00224
00225 #define ECM_RANGE 6
00226
00227
00228
00229 #define FIRE_DURATION ((Number(60,180)))
00230
00231
00232
00233 #define SMOKE_DURATION ((Number(90,150)))
00234
00235
00236 #undef DFM_AFFECT_BTH
00237
00238 #define LITE_RANGE 30
00239
00240 typedef unsigned char byte;
00241
00242
00243 #define MECHSTUN_TICK 10
00244
00245 #endif