starting the program

Posted by Sean on Tue 27 Mar 2001 10:20 PM — 11 posts, 33,817 views.

#0
Hey i need help i try and run the .exe for pennmush and it says " redirecting output to: log\game.log" i left it for like ten minutes and it didnt go anywhere and i tryed a few times..can u help me? i dont understand what its doing or if its supposed to do that..
thanks.
Australia Forum Administrator #1
Yes, it is supposed to do that. :)

The server window just sits there doing nothing.

If you edit the file log\game.log (ie. the file game.log in the "log" subdirectory) you will hopefully see all sorts of messages.

Now that the server is up, just use your client program to connect to the server.

You don't actually "play" in the server window, because it is designed to allow for lots of players, and they connect to it using TCP/IP to your PC, generally through port 4201, although you can change that in the configuration file.
#2
hmm ok thanks..
now im editing the game.log file and i put in
@emit Hello World! My name is %N and I have been connected [conn(me)] seconds.
and saved and ran the .exe again and it still just sat there..lol
am i supposed to put it in a ceratin place or does it matter?
and do i keep all that stuff already in there? or start off fresh and delete it all?
Australia Forum Administrator #3
The game.log file is only output from the server. I wouldn't bother putting things into it, because it doesn't read it in.

You need to telnet to the server (eg, using telnet) or your favourite client program. I recommend MUSHclient, available from this site.

Then connect to IP address 127.0.0.1 (ie. your own PC) and port 4201.

As the administrator you can then connect to the "god" character called "one" (because he is entry 1 in the database). No password.

Once connected, you can do your @emit.



#4
ok i got mushclient..i put in my ip and that port number and i named my world...and i put my name as one and i tryed god too lol..
it says error connecting to "blah", code =10061 (connection refused)
do you know why it does that?
Australia Forum Administrator #5
Sounds like you didn't rename the MUSH "database" file.

In the "data" directory, copy the file "minimal.db" as "indb".

In other words, type:



copy minimal.db indb

#6
i dont understand?
copy both of those files?
indb and minimal.db?...where do i paste them?
Australia Forum Administrator #7
No, I meant to type that into a DOS window.

In other words, make a copy of "minimal.db" and then rename it "indb".

Alternatively, just rename "minimal.db" to "indb".

Note the absence of the dot in the second name.
Amended on Wed 28 Mar 2001 02:29 AM by Nick Gammon
#8
ok i renamed it and it still wont work...i dont know whats wrong with it..lol..
Australia Forum Administrator #9
Better email me a copy of your game.log file so I can see what is happening.
#10
I figured this out by accident. to connect to the server on your computer, you have to have the Pennmush.exe running. I ran into the same problem as Sean, and the help you're giving nick isn't as exact as it should be.