<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.minegoboom.com/index.php?action=history&amp;feed=atom&amp;title=Modules.conf</id>
		<title>Modules.conf - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.minegoboom.com/index.php?action=history&amp;feed=atom&amp;title=Modules.conf"/>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Modules.conf&amp;action=history"/>
		<updated>2026-05-05T16:59:54Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.2</generator>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Modules.conf&amp;diff=5775&amp;oldid=prev</id>
		<title>CypherJF: introduction of this article to the wiki, needs to be further elaborated upon</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Modules.conf&amp;diff=5775&amp;oldid=prev"/>
				<updated>2007-10-06T23:16:17Z</updated>
		
		<summary type="html">&lt;p&gt;introduction of this article to the wiki, needs to be further elaborated upon&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;:''The title of this article should be '''modules.conf'''. The initial letter is capitalized due to technical restrictions.''&lt;br /&gt;
&lt;br /&gt;
The modules.conf file contains a list of [[modules]] and provides the load order for when the server starts up.&lt;br /&gt;
&lt;br /&gt;
== Default Configuration ==&lt;br /&gt;
The default configuration file from ASSS 1.4.4.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
;; this file contains the names of modules to load at startup. modules&lt;br /&gt;
;; are specified as 'modname' for internal modules, or&lt;br /&gt;
;; 'file:modulename'. file is the name of the .so file (without the&lt;br /&gt;
;; .so).&lt;br /&gt;
;;&lt;br /&gt;
;; the load order of some of these is very sensitive. don't move stuff&lt;br /&gt;
;; around without verifying that it's a valid load order.&lt;br /&gt;
&lt;br /&gt;
unixsignal&lt;br /&gt;
deadlock&lt;br /&gt;
&lt;br /&gt;
prng&lt;br /&gt;
logman&lt;br /&gt;
log_console&lt;br /&gt;
mainloop&lt;br /&gt;
config&lt;br /&gt;
log_file&lt;br /&gt;
playerdata&lt;br /&gt;
lagdata&lt;br /&gt;
&lt;br /&gt;
bw_default&lt;br /&gt;
net&lt;br /&gt;
chatnet&lt;br /&gt;
&lt;br /&gt;
arenaman&lt;br /&gt;
mapdata&lt;br /&gt;
capman&lt;br /&gt;
mapnewsdl&lt;br /&gt;
core&lt;br /&gt;
clientset&lt;br /&gt;
scoring:persist&lt;br /&gt;
idle&lt;br /&gt;
&lt;br /&gt;
cmdman&lt;br /&gt;
; obscene&lt;br /&gt;
chat&lt;br /&gt;
&lt;br /&gt;
scoring:stats&lt;br /&gt;
scoring:basicstats&lt;br /&gt;
&lt;br /&gt;
log_sysop&lt;br /&gt;
log_staff&lt;br /&gt;
&lt;br /&gt;
;; enable this for password security without a billing server:&lt;br /&gt;
auth_file&lt;br /&gt;
&lt;br /&gt;
security:security&lt;br /&gt;
; directory&lt;br /&gt;
; billing&lt;br /&gt;
;; if you're using a billing server, you'll probably want to use this:&lt;br /&gt;
; billing_ssc&lt;br /&gt;
&lt;br /&gt;
; funky:auth_prefix&lt;br /&gt;
;; enable this for ?kick:&lt;br /&gt;
auth_ban&lt;br /&gt;
&lt;br /&gt;
banners&lt;br /&gt;
game_timer&lt;br /&gt;
flagcore&lt;br /&gt;
balls&lt;br /&gt;
bricks&lt;br /&gt;
koth&lt;br /&gt;
fm_normal&lt;br /&gt;
game&lt;br /&gt;
&lt;br /&gt;
lagaction&lt;br /&gt;
&lt;br /&gt;
cfghelp&lt;br /&gt;
filetrans&lt;br /&gt;
quickfix&lt;br /&gt;
&lt;br /&gt;
; scoring:jackpot&lt;br /&gt;
; scoring:periodic&lt;br /&gt;
; scoring:points_kill&lt;br /&gt;
; scoring:points_flag&lt;br /&gt;
; scoring:points_goal&lt;br /&gt;
&lt;br /&gt;
; turf:turf_reward&lt;br /&gt;
; turf:turf_stats&lt;br /&gt;
; turf:points_turf_reward&lt;br /&gt;
&lt;br /&gt;
playercmd&lt;br /&gt;
admincmd&lt;br /&gt;
help&lt;br /&gt;
notify&lt;br /&gt;
sendfile&lt;br /&gt;
&lt;br /&gt;
funky:autowarp&lt;br /&gt;
funky:brickwriter&lt;br /&gt;
buy&lt;br /&gt;
&lt;br /&gt;
fake&lt;br /&gt;
funky:autoturret&lt;br /&gt;
funky:record&lt;br /&gt;
;; adds compatibility for a bunch of subgame commands:&lt;br /&gt;
; funky:sgcompat&lt;br /&gt;
&lt;br /&gt;
;; uncomment this for multiple pub arena support:&lt;br /&gt;
; ap_multipub&lt;br /&gt;
&lt;br /&gt;
;; important: enc_null cannot coexist with either of the other&lt;br /&gt;
;; encryption modules! comment it out to use them.&lt;br /&gt;
; enc_null&lt;br /&gt;
security:enc_cont&lt;br /&gt;
enc_vie&lt;br /&gt;
&lt;br /&gt;
;; alias database stuff:&lt;br /&gt;
; database:mysql&lt;br /&gt;
; database:aliasdb&lt;br /&gt;
&lt;br /&gt;
;; python modules:&lt;br /&gt;
;; pymod must be loaded before any &amp;quot;&amp;lt;py&amp;gt;&amp;quot; modules.&lt;br /&gt;
; pymod:pymod&lt;br /&gt;
; &amp;lt;py&amp;gt; fm_password&lt;br /&gt;
; &amp;lt;py&amp;gt; exec&lt;br /&gt;
; &amp;lt;py&amp;gt; fg_wz&lt;br /&gt;
; &amp;lt;py&amp;gt; fg_turf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category: ASSS]]&lt;/div&gt;</summary>
		<author><name>CypherJF</name></author>	</entry>

	</feed>