Server Help

ASSS Questions - Setup

Dr Brain - Sun Feb 23, 2003 11:53 pm
Post subject: Setup
Ok, how do I set up the chat server on ASSS? Im gonna write a Java app as a proof of concept for the tcp part of my biller. Anyone know off the top of thier head how to start the chat stuff up on a freshly compiled win32 asss?
Mine GO BOOM - Mon Feb 24, 2003 12:08 am
Post subject:
Same way as you setup any other module. First you get the dll/so name (in this case Funky.dll), then the MM_* name of the module you want to run (in this case, MM_chatnet), combind the two without the excess stuff (.dll/.so removed, and the MM_ removed) to get funky:chatnet. Now either add that line to the module.conf file if you want it to always startup with server, or ingame do ?insmod funky:chatnet to start it up when needed.
Dr Brain - Mon Feb 24, 2003 8:58 am
Post subject:
Ty
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group