|
We are trying to build a custom mudlib. We have MudOS 22.8 compiled on our server(it won't run without a mudlib), and we are looking for a place to begin coding our lib. The first thing we would like to do is set in place the nessesary files to test the driver, and then we would start on the admin functions etc...
So we need some help with the first thing:
The driver is requiring a 'debug.log', and I have no idea how to make one. Then I need to know what other files are required to run the driver(and how to make them).
(If I posted this in an inappropriate forum, please redirect me)
Consider yourself redirected to the coders forum, or the beginners admin.
I suggest you download a copy of the latest version of MudOS, v22.2b13, from www.mudos.org, and use the provided 'testsuite' as a barebones mudlib on which to base your own mudlib (as its name suggests, it is provided to test the basic lib and driver functions).
I suspect the driver isn't 'requiring a debug log', it's requiring a valid path in which to make one, which should probably be specified in your runtime config file.
|