Welcome to the Builder Academy

Question Changing Port

More
11 Jun 2012 03:17 - 11 Jun 2012 03:18 #28 by Rumble
Changing Port was created by Rumble
The question came up today so wanted to post it here for future reference.

First if you use autorun you need to change it in the appropriate autorun file:

i.e. the majority of MUD's will have to edit the autorun file line 37.

autorun:37:PORT=4000
autorun.cmd:21:PORT=4000
autorun.pl:25:$port = 4000;
autorun.sh:36:PORT=4000

Then go to the src folder and change config.c:
config.c:199:ush_int DFLT_PORT = 4000;

Make clean and then reboot the game and connect.

Rumble
The Builder Academy
tbamud.com 9091
rumble@tbamud.com
Last edit: 11 Jun 2012 03:18 by Rumble.

Please Log in or Create an account to join the conversation.

Time to create page: 0.153 seconds