Server Help

ASSS Custom Projects - <C> Multizone Module

Cheese - Tue Dec 13, 2011 4:52 pm
Post subject: <C> Multizone Module
This is a pack of modules designed for those who want to run multiple zones inside a single running ASSS executable.

So far, I have added the following, and recompiled them for 1.5.0:


Lines for modules.conf:
Code: Show/Hide

;mapnewsdl
;core
multizone:mndl
multizone:core
multizone:connectas


delete all references to ap_multipub, as it is now obsolete.
additionally, delete my Multipub module as well, if you have it, as it is also now obsolete.

Lines for global.conf:
Code: Show/Hide

[General]
NewsRefreshMinutes=60
NewsFile=news.txt
NewsFile-zone2=news2.txt
MultiPub=0
MultiPub-zone2=0

[Listen1]
Port=123

[Listen2]
Port=1234
ConnectAs=zone2

[Directory]
Name=zone 1
Description=zone 1 desc
Password=pw1

[Directory-zone2]
Name=zone 2
Description=zone 2 desc
Password=pw2



Those interested in this may also be interested in my Files module as well.
I may incorporate that into this sometime in the future.

Source included.
32bit Windows .DLL binaries available upon request.
64bit Linux .SO binaries included.
Compiled on ASSS version 1.5.0
Any comments/suggestions/ideas would be appreciated.
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group