The included Source files should be put into the pl15 source folder replacing the other files. These files contain the changes to compile CircleMud pl15 with no errors plus includes some additions that enhance the mac version. The changes were mostly moving some #if and #endif around, the isascii macro was only defined for CIRCLE_WINDOWS and needed to be defined for CIRCLE_MACINTOSH, actully it's more dependent on the compiler than the OS. changed conf.h.mac's file type to text and #include was missing. The enhancements made were to allow the mac to redirect to a file from stderr, add date and time to the name of syslog, boot the mud with options from a file, set some of SIOUX's options including naming the Console window, and when redirecting to a file send text to the console that it's done booting and entering the game loop. To learn more look at the comm.c thats where most of the work is done, with config.c containing the options. Questions or Comments you can send them here but don't expect me to provide support on any of this. Ronald Fenner Jr dormlock@hotmail.com Happy Coding!