Top Mud Sites Forum Return to TopMudSites.com
Go Back   Top Mud Sites Forum > Mud Development and Administration > MUD Coding
Click here to Register


This is a discussion on "How do you make new help files?" in the Top Mud Sites MUD Coding forum :

My mud has none of the normal races. So I need to write help files for people to learn a bit more about them. Also just some help files on skills and new clans and stuff. I have looked everywhere I could but no one else seems to need help with it so I am asking yalls...



You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our MUD community today!

If you have any problems with the registration process or your account login, please contact us.

If you are a registered member of the old TMS forums, please click here
Reply
 
LinkBack Thread Tools
Old 08-18-2002, 08:02 PM   #1
Danlor
Member
 
Join Date: Aug 2002
Posts: 41
Danlor is on a distinguished road
My mud has none of the normal races. So I need to write help files for people to learn a bit more about them. Also just some help files on skills and new clans and stuff.

I have looked everywhere I could but no one else seems to need help with it so I am asking yalls
Danlor is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-18-2002, 08:42 PM   #2
sabia
New Member
 
Join Date: Apr 2002
Location: New Hampshire
Posts: 15
sabia is on a distinguished road
Send a message via ICQ to sabia Send a message via AIM to sabia Send a message via MSN to sabia Send a message via Yahoo to sabia
Depending on the building code that you use in your game, you might have a helpfile editor built in(try typing 'hedit' and see if anything comes up). If you don't, the only other way to create and/or edit helpfiles is by logging onto your shell account, accessing and editing the files that way.

If your coders are particularly adept, and have some spare time, you might ask them to create an online editor in the game if you don't feel comfortable using the shell.

Happy Editing
sabia is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-18-2002, 11:55 PM   #3
Crystal
Member
 
Crystal's Avatar
 
Join Date: Aug 2002
Location: Maryland
Posts: 114
Crystal is on a distinguished road
Send a message via AIM to Crystal
Another way to edit your helpfiles, which I've seen done before, is to FTP into your shell, download the file, edit it in wordpad, and upload.

Decent enough for people who don't have an online helpfile editor and aren't familiar with logging into the shell in other ways.
Crystal is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-19-2002, 11:07 PM   #4
Danlor
Member
 
Join Date: Aug 2002
Posts: 41
Danlor is on a distinguished road
Ok. I am stupid but what is the shell and how do I get to it?
Danlor is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-20-2002, 12:18 AM   #5
Crystal
Member
 
Crystal's Avatar
 
Join Date: Aug 2002
Location: Maryland
Posts: 114
Crystal is on a distinguished road
Send a message via AIM to Crystal
The shell is where all of your stuff is, kinda like the host of the MUD. Depending on where you're creating it, and if it's hosted you should have a username and password. You should also have been sent a shell address. You could telnet into the address or FTP into the address and do whatever it is you need to do to the helpfiles file.
Crystal is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-20-2002, 02:16 AM   #6
Sitral
New Member
 
Join Date: Apr 2002
Posts: 11
Sitral is on a distinguished road
Or are you playing around with a mud on your home computer? If that's the case, you don't have a shell in the standard sense, and simply need to crack open your help file and write up the reports.

As for the details on that, jump over to google and enter: "writing helpfiles" +<Your codebase here>
Sitral is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-20-2002, 02:23 AM   #7
Terloch
Member
 
Join Date: Apr 2002
Location: Chicago, Illinois
Posts: 152
Terloch is on a distinguished road
You can either continue to add to current files, or you can make completely new files. If you add in completely new ones, you need to make sure you edit in the code where it actually loads the files at or they will just sit and do nothing, as well as add them to your area loading list with the rest of them...

Personally, I hand-edit in help files using textpad ( the greatest damn text editor I've found for winblows http://www.textpad.com ) and then port them to my shell account...
Terloch is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-21-2002, 05:12 AM   #8
Dre
Member
 
Join Date: Jun 2002
Location: the Netherlands
Posts: 65
Dre is on a distinguished road
Heya,

It would have been handy to tell what codebase you are using.
Most diku deratives and smaug too have their help file in an area file. It's under the directory area and is called help.are. Also it would be good to check out the docs directory.

If you use another codebase then check out their documentation about it.

Greetings Dre
Dre is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-27-2002, 12:51 AM   #9
Danlor
Member
 
Join Date: Aug 2002
Posts: 41
Danlor is on a distinguished road
Thank guys I finaly figured out that all I hade to do was type in hedit.
Danlor is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-05-2002, 06:40 AM   #10
Moridian
New Member
 
Join Date: Sep 2002
Posts: 17
Moridian is on a distinguished road
Post

In smaug 'hedit' will allow you to edit help files online.
'hset' will let you set the level and save the help.are file.

-Moridian
Moridian is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools


How do you make new help files? - Similar Threads
Thread Thread Starter Forum Replies Last Post
So, I'm going to make a MUD... Drealoth Advanced MUD Concepts 1 01-23-2006 08:33 PM
Writer for Help Files Needed... fatemud Advertising for Staff 0 04-08-2005 12:11 AM
I want to make a mud, Can anyone help me with tips Tjnet88 MUD Builders and Areas 31 02-03-2004 08:23 AM
Help files? Jaenelle Tavern of the Blue Hand 7 10-16-2003 11:57 PM
The clothes make the mob? Adelai MUD Builders and Areas 21 09-22-2003 09:33 AM

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

All times are GMT -4. The time now is 11:07 AM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0
Style based on a design by Essilor
Copyright Top Mud Sites.com 2007