summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMysteries <mysteriousragnarok@hotmail.com>2013-05-19 21:17:12 -0400
committerMysteries <mysteriousragnarok@hotmail.com>2013-05-19 21:17:15 -0400
commitc1dbdcbe3edee8ecdf259ea77f26ae02338a0903 (patch)
treef4144fbe0220eb19dd2bf8f1aa3135275505ec95 /conf
parent2ff4db5f8a441f8c8b9f74dda010b605e6f50d67 (diff)
downloadhercules-c1dbdcbe3edee8ecdf259ea77f26ae02338a0903.tar.gz
hercules-c1dbdcbe3edee8ecdf259ea77f26ae02338a0903.tar.bz2
hercules-c1dbdcbe3edee8ecdf259ea77f26ae02338a0903.tar.xz
hercules-c1dbdcbe3edee8ecdf259ea77f26ae02338a0903.zip
Slight adjustments
Diffstat (limited to 'conf')
-rw-r--r--conf/channels.conf42
-rw-r--r--conf/map-server.conf2
-rw-r--r--conf/messages.conf16
-rw-r--r--conf/packet.conf10
4 files changed, 41 insertions, 29 deletions
diff --git a/conf/channels.conf b/conf/channels.conf
index 3584fc2ea..f17d2aed1 100644
--- a/conf/channels.conf
+++ b/conf/channels.conf
@@ -8,21 +8,23 @@
//=
//= http://hercules.ws/board/
//====================================================
-//= http://hercules.ws/board/topic/316-introducing-hercules-channel-system/
+//================= More Information =================
+// http://hercules.ws/board/topic/316-introducing-hercules-channel-system/
+//====================================================
chsys: (
{
- /* default channels (available on boot) */
+ /* Default Channels (available on boot) */
default_channels: {
/* channel_name : channel_messages_color */
- main: "Orange" /* available as #main */
- support: "Blue" /* available as #support */
- trade: "Red" /* available as #trade */
- offtopic: "Cyan" /* available as #offtopic */
- /* as many channels as you like */
+ main: "Orange" /* Available as #main */
+ support: "Blue" /* Available as #support */
+ trade: "Red" /* Available as #trade */
+ offtopic: "Cyan" /* Available as #offtopic */
+ /* You may add as many channels as you like */
}
- /* colors available */
+ /* Colors Available */
colors: {
- Default: "0xffffff" /* custom channels will use the first in the list unless a font is selected thru @channel */
+ Default: "0xffffff" /* Custom channels use the first color listed unless a font is selected through @channel. */
Red: "0xff0000"
Blue: "0x83cfe9"
Orange: "0xe57c00"
@@ -31,22 +33,25 @@ chsys: (
Green: "0x28bf00"
Light_Green: "0x3dff98"
Normal: "0x00ff00"
- /* as many colors as you like */
+ /* As many colors as you like */
}
- /* allow users to create their own (private) channels through @channels command? */
+ /* Allow users to create their own (private) channels through @channels command? */
/* (must also allow players to use @channels in groups.conf) */
allow_user_channel_creation: true
- /* "map_local_channel" is a instanced channel unique to each map */
+
+ /* "map_local_channel" is a instanced channel unique to each map. */
map_local_channel: true
- map_local_channel_name: "map" /* available as #map */
+ map_local_channel_name: "map" /* Available as #map */
map_local_channel_color: "Yellow"
- map_local_channel_autojoin: true /* can disable autojoin in specific maps through a mapflag or zone */
+ map_local_channel_autojoin: true /* You can disable autojoin in specific maps through a mapflag or zone. */
+
/* "ally_channel" is a channel shared by all your guild allies */
ally_channel_enabled: true
- ally_channel_name: "ally" /* available as #ally */
+ ally_channel_name: "ally" /* Available as #ally */
ally_channel_color: "Green"
- ally_channel_autojoin: true /* will members autojoin to their respective #ally chats when they log-in? */
- /* "irc_channel" is a special channel connected to a specific chat room in any irc network */
+ ally_channel_autojoin: true /* Will members autojoin to their respective #ally chats when they log-in? */
+
+ /* "irc_channel" is a special channel connected to a specific chat room in any irc network. */
irc_channel_enabled: false
irc_channel_name: "irc" /* available as #irc */
irc_channel_color: "Light_Green"
@@ -55,5 +60,4 @@ chsys: (
irc_channel_nick: "Hercules_chSysBot" /* nick the bot will use */
irc_channel_nick_pw: "" /* password to this nick (if any) to identify to nick server on the irc network */
}
-)
-
+) \ No newline at end of file
diff --git a/conf/map-server.conf b/conf/map-server.conf
index d15ef8fa5..446bb0d0e 100644
--- a/conf/map-server.conf
+++ b/conf/map-server.conf
@@ -1,5 +1,5 @@
//--------------------------------------------------------------
-//Hercules Map-Server Configuration File
+// Hercules Map-Server Configuration File
//--------------------------------------------------------------
// Note: "Comments" are all text on the right side of a double slash "//"
diff --git a/conf/messages.conf b/conf/messages.conf
index ac2be835a..e2886a57d 100644
--- a/conf/messages.conf
+++ b/conf/messages.conf
@@ -1,12 +1,18 @@
-// Hercules messages.conf
-// Message Configuration
-// For translation, just change msg here (second line), no need to modify source code,
-// or alternatively, use conf/import/msg_conf.txt
+//===== Hercules Message Configuration =======================
+//= Hercules messages.conf
+//===== Description: =========================================
+//= This file handles all messages set throughout the server.
+//============================================================
+// For translation, just change msg here (second line),
+// no need to modify source code or alternatively,
+// use conf/import/msg_conf.txt.
+//============================================================
// Format:
// // English message
// msg_number: translated message
+//============================================================
-// 0-410: reserved for GM commands
+// 0-410: reserved for GM commands
// 500-900 reserved for others
// 900-1300: @atcommand
diff --git a/conf/packet.conf b/conf/packet.conf
index 3528d73bb..85996f4e3 100644
--- a/conf/packet.conf
+++ b/conf/packet.conf
@@ -1,11 +1,13 @@
-// Hercules Sockets Configuration file
-// translated (davidsiaw)
-
+//===== Hercules Sockets Configuration =======================
+//= Hercules Sockets Configuration File
+//===== Translated by: =======================================
+// Davidsiaw
+//============================================================
// Display debug reports (When something goes wrong during the report, the report is saved.)
debug: no
-// How long can a socket stall before closing the connection (in seconds)
+// How long can a socket stall before closing the connection (in seconds)?
stall_time: 60
// Maximum allowed size for clients packets in bytes (default: 24576).