Share

Jamud- Java MUD Server

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Connecting?

You are viewing a single message from this topic. View all messages.

  1. 2002-10-20 02:08:16 UTC
    First off... what version are you working with? Alpha 6? If so, then if you're using all the plugins and the default configuration I think I posted to CVS, you should be listening on port 8000 with a BshConsole. This has some nifty custom commands (look in the .bsh files to see what I mean) for OLC and quick administration. They treat the MudObject tree as a file system, essentially.

    Now, if you'd like to log in as a player, that's a different matter. There's currently no player-generator (not entirely true... the PlayerManager supports the creation of a new player. However, please realize that a new player account Does Not Imply a new CHARACTER for that player.) If you do a listing of plugins (listPlugins(); will do that, I think, from the bsh console), you can then get the index number for the one entitled "fucked up" (sorry for the name, it's still a little in-development). do a start( getPlugin( x ) ); where x is the number for that plugin, and it'll listen for a single player to log in on a particular port (8888, I *think*). This is mostly to test the command interpreter (via the echo and quit commands).

    See, this is why it's still called an "alpha" ;)
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.