The source files aren't highly organized. Things having to do with movement are in act_move.c, things having to do with objects (get, drop, buy, sell) are in act_obj.c, immortal commands in act_wiz, etc... db.c and db2.c are mostly area file loading and unloading and organizing the mud's data. comm.c is networking stuff (and also has character creation and some mud initialization stuff crammed in there). spells in magic.c, fight stuff in fight.c. There are some things out of place, but for the most part it makes some sense.
The welcome/login screens are saved as help files. Look for the "greeting" and "motd" help files. On 1/4/06, tyler <[EMAIL PROTECTED]> wrote: > I got it to work.. Thanks, but I do have a question, there are some > examples, and I got one of these, but, there are so many files, I am > experienced in c, but, is there some standard of organization? > Also, can someone explain where I would change the welcome and login screen > and etc? > Thanks, > Tyler Littlefield. > Check out our website: > http://tysplace.the-leetest.net > check out my blog: > livejournal.com/~tylerrl > [my programs don't have bugs, just randomly added features] > [failure is not an option, it comes bundled with windows!] > ----- Original Message ----- > From: "Michael Barton" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Tuesday, January 03, 2006 9:51 PM > Subject: Re: help with rom compilation error > > > What sort of system are you compiling this on? And with which code base? > > Most likely you can just comment out that function declaration for > getpeername at line 176, since it's already in the header file. > > --Mike. > > On 1/3/06, tyler <[EMAIL PROTECTED]> wrote: > > Hello list, > > I am rather new to rom programming. > > I have had some C experience, but am lost here. > > When I do > > cd /Rom24/src > > make > > I get the normal compile messages, everything runs cool, then, > > comm.c:176: error: conflicting types for `getpeername' > > graphic 768 /usr/include/sys/socket.h:129: error: previous declaration of > > `getpeername' > > comm.c:177: error: conflicting types for `getsockname' > > ious declaration of `getsockname' graphic 128 > > /usr/include/sys/socket.h:115: error: prev > > make: *** [comm.o] Error 1 > > Thanks, > > Tyler Littlefield. > > Check out our website: > > http://tysplace.the-leetest.net > > check out my blog: > > livejournal.com/~tylerrl > > [my programs don't have bugs, just randomly added features] > > [failure is not an option, it comes bundled with windows!] > > > > -- > > ROM mailing list > > [email protected] > > Unsubscribe here ->>> http://www.rom.org/cgi-bin/mailman/listinfo/rom > > > -- > ROM mailing list > [email protected] > Unsubscribe here ->>> http://www.rom.org/cgi-bin/mailman/listinfo/rom > > -- ROM mailing list [email protected] Unsubscribe here ->>> http://www.rom.org/cgi-bin/mailman/listinfo/rom

