|
1. (CircleMUD) I need a few pointers.
|
|
Sun Dec 14, 2003 [5:06 PM]
|
_Donathin_
don_mitchell@shaw.ca
member since: Dec 11, 2003
|
Reply
|
|
Its been awhile since i have setup a code base. I want to run a circlemud cose base. I have shell and everything all set up, but forget how to properly set it up. The runnin.doc does not help much, becuase i have a modified version of circlemud, not the original. If someone could help me that would be awsome.
*Also staff positions are available* ========================================== Email : don_mitchell@shaw.ca MSN : bluntmaster_the_don@hotmail.com Web_site: www.spunge.org/~don ==========================================
|
|
|
|
|
2. RE: (CircleMUD) I need a few pointers.
|
|
Sun Dec 14, 2003 [5:25 PM]
|
Tyche
Email not supplied
member since: Apr 4, 2000
|
In Reply To
Reply
|
|
The positions or staff forum is where one advertises for staff.
What's your setup question?
|
|
|
|
|
3. RE: (CircleMUD) I need a few pointers.
|
|
Sun Dec 14, 2003 [6:14 PM]
|
mayhem420
mikeypryan@yahoo.com
member since: Nov 10, 2003
|
In Reply To
Reply
|
|
alrighty this is how it works...
inflate the circlemud....
tar xfv circle30bpl12.tar
when all inflates type: cd circle30bpl12
now your in circle's top directory
type ./configure & <---- remeber the '&' sign because if you don't use it the shell doesn't know how to interpreter your command...
now type cd src and compile type 'Make' this should bring you to the circlemud license, when you are finished reading the licence press return. Then your mud will compile, spitting out object files.
after you are finished, type pico config.c or find out witch editor you are using, emac config.c or vi config.c then search for port... use control-W to search then type in port
change the port number to one you can use...
then type '..' this should bring you back to the top circle directory..
edit the 'autorun' file 'pico autorun'
change the port to the same port number you have idenified in config.c
after that exit and save...
then type ./autorun &
and your mud should be working....................
questions comments or if you need help just email me
mikeypryan@yahoo.com
your welcome, no prob...
Mayhem
(Comment added by mayhem420 on Sun Dec 14 20:15:35 2003)
remeber to use the commands in the ' ' without the ' '
okay!
|
|
|
|
|
4. RE: (CircleMUD) I need a few pointers.
|
|
Mon Dec 15, 2003 [5:59 PM]
|
_Donathin_
don_mitchell@shaw.ca
member since: Dec 11, 2003
|
In Reply To
Reply
|
|
[dharkmud@ericlinux circle30bpl17]$ ./configure & [1] 5207 : bad interpreter: No such file or directory [dharkmud@ericlinux circle30bpl17]$
I did exactly what you suggested.
|
|
|
|
|
5. RE: CHAR_DATA*, QUEST_DATA*
|
|
Mon Dec 15, 2003 [7:55 PM]
|
muir
tmc-mailMIAUelvendesignsMIAUcom
member since: Sep 14, 2003
|
In Reply To
Reply
|
|
Looks like the setup script is trying to use an interpreter that you don't have. Open up the configure file and look at the first line, something like #!/bin/*sh. If you don't have the shell it needs (bash, sh, csh, tcsh, zsh etc.) you can install it.
And the & after the command has nothing to do with interpretation. It just makes the process run in the background.
.
|
|
|
|
|
6. RE: (CircleMUD) I need a few pointers.
|
|
Mon Dec 15, 2003 [8:12 PM]
|
Tyche
Email not supplied
member since: Apr 4, 2000
|
In Reply To
Reply
|
|
I'm a bit confused as your modified Circle mud you've advertised only a few days ago (dec 11th) RenshaiMud appears to be still up and running just fine. So if it's running why in the heck would you be rerunning configure anyways!?
|
|
|
|
|