2
|
1 /*--------------------------------------------------------------------------
|
|
2 NETREK II -- Paradise
|
|
3
|
|
4 Permission to use, copy, modify, and distribute this software and its
|
|
5 documentation, or any derivative works thereof, for any NON-COMMERCIAL
|
|
6 purpose and without fee is hereby granted, provided that this copyright
|
|
7 notice appear in all copies. No representations are made about the
|
|
8 suitability of this software for any purpose. This software is provided
|
|
9 "as is" without express or implied warranty.
|
|
10
|
|
11 Xtrek Copyright 1986 Chris Guthrie
|
|
12 Netrek (Xtrek II) Copyright 1989 Kevin P. Smith
|
|
13 Scott Silvey
|
|
14 Paradise II (Netrek II) Copyright 1993 Larry Denys
|
|
15 Kurt Olsen
|
|
16 Brandon Gillespie
|
|
17 --------------------------------------------------------------------------*/
|
|
18
|
|
19 #ifndef _config_h_
|
|
20 #define _config_h_
|
|
21
|
|
22 /*
|
|
23 * // This file is used to define various different options in the server, //
|
|
24 * which are not included in the sysdefs (.sysdef/sysdefaults.c), for //
|
|
25 * optimization purposes. // // Simply adjust the comments for options you
|
|
26 * wish/dont wish to use.
|
|
27 */
|
|
28
|
|
29 /*
|
|
30 * // SHORT_PACKETS
|
|
31 */
|
|
32
|
|
33 #define SHORT_PACKETS /* */
|
|
34
|
|
35
|
|
36 /*
|
|
37 * // give the loosing team an advantage on army supplies
|
|
38 */
|
|
39
|
|
40 /* #define LOOSING_ADVANTAGE 2.0 /* */
|
|
41
|
|
42
|
|
43 /*
|
|
44 * // Give JS real statistics credit for assists.
|
|
45 */
|
|
46
|
|
47 #define JS_TPLANET_CREDIT /* */
|
|
48
|
|
49
|
|
50 /*
|
|
51 * // Give WB double stats for bombing.
|
|
52 */
|
|
53
|
|
54 #define WB_BOMBING_CREDIT /* */
|
|
55
|
|
56
|
|
57 /*
|
|
58 * // Change those annoying control characters to spaces // untested!
|
|
59 */
|
|
60
|
|
61 /* #define REMOVE_CTL /* */
|
|
62
|
|
63
|
|
64 /*
|
|
65 * // the robots accumulate stats
|
|
66 */
|
|
67
|
|
68 #define ROBOTSTATS /* */
|
|
69
|
|
70
|
|
71 /*
|
|
72 * // If you wish your daemon to support league-style play, uncomment this.
|
|
73 */
|
|
74
|
|
75 /* #define LEAGUE_SUPPORT /* */
|
|
76
|
|
77
|
|
78 /*
|
|
79 * // Do you wish to have god controls in message.o?
|
|
80 */
|
|
81
|
|
82 #define GOD_CONTROLS /* */
|
|
83
|
|
84 /*
|
|
85 * // Cluechecking. // // Cluechecker #1 is Robs // ** supports clue
|
|
86 * checking with words from the MOTD with MOTD_SUPPORT // Cluechecker #2 is
|
|
87 * Brandon's (hacked from Robs) // ** will mail a form letter to people with
|
|
88 * MAIL_CLUELETTER
|
|
89 */
|
|
90
|
|
91 /* #define CLUECHECK1 /* */
|
|
92 /* #define MOTD_SUPPORT /* */
|
|
93 /* #define CLUECHECK2 /* */
|
|
94 /* #define MAIL_CLUELETTER /* */
|
|
95
|
|
96 /*
|
|
97 * // Long ranged Scanners. This boosts each ship's scanrange up to 1000 //
|
|
98 * with the exception of the scout (8000) and SB (10000).
|
|
99 */
|
|
100
|
|
101 /* #define LONG_SCANRANGE /* */
|
|
102
|
|
103 /*
|
|
104 * // Beefy Bases boosts their heaftyness a touch. // // Default set to on
|
|
105 * Sat Nov 5 15:50:52 MST 1994 by PLC vote
|
|
106 */
|
|
107
|
|
108 #define BEEFY_BASES /* */
|
|
109
|
|
110 /*
|
|
111 * // RANKS2 defines a pippin structure to the ranks and royalty // // see
|
|
112 * data.c for the actual listing
|
|
113 */
|
|
114
|
|
115 /* #define RANKS2 *//* */
|
|
116
|
|
117 /* CASSIUS_ROYALTY defines the structure to use cassius's royalty */
|
|
118
|
|
119 /* #define CASSIUS_ROYALTY */
|
|
120
|
|
121 /*
|
|
122 * // Allow Iggy during TMODE
|
|
123 */
|
|
124
|
|
125 /* #define IGGY_IN_T /* */
|
|
126
|
|
127 /*
|
|
128 * // Repair while in warp
|
|
129 */
|
|
130
|
|
131 #define REPAIR_IN_WARP /* */
|
|
132
|
|
133 /*
|
|
134 * // bombing resources takes more time // // Default set to on Sat Nov 5
|
|
135 * 15:50:52 MST 1994 by PLC vote
|
|
136 */
|
|
137
|
|
138 #define SLOW_BOMB /* */
|
|
139
|
|
140 /*
|
|
141 * // If we are using RSA exemption, // where does the file live?
|
|
142 */
|
|
143 /* #define RSA_EXEMPTION_FILE "etc/rsa-exemption" /* */
|
|
144
|
|
145 /*
|
|
146 * // For the old, unbalanced ship values // // Default set to off Mon June 5
|
|
147 * 20:00 MDT 1995 by PLC vote
|
|
148 */
|
|
149 /* #define OLDSHIPVALS */
|
|
150
|
|
151 /*
|
|
152 * // For the new det distance //
|
|
153 */
|
|
154 #define SHIPDET /* */
|
|
155
|
|
156 /*
|
|
157 * // For FEATURE_PACKETS to determine client capabilities
|
|
158 */
|
|
159
|
|
160 #define FEATURE /**/
|
|
161
|
|
162 /* #define BUTTORP_PENALTY */
|
|
163
|
|
164 /*
|
|
165 * more detail into logfiles
|
|
166 */
|
|
167 #define LOG_LONG_INFO
|
|
168
|
|
169 /*
|
|
170 * RC_DISTRESS stuff
|
|
171 */
|
|
172 #define RC_DISTRESS
|
|
173
|
|
174 #endif /* _config_h_ */
|