diff --git a/computers/muds/general.md b/computers/muds/general.md new file mode 100644 index 0000000..8786412 --- /dev/null +++ b/computers/muds/general.md @@ -0,0 +1,54 @@ +--- +title: Muds General +description: +published: 1 +date: 2021-11-18T15:34:34.241Z +tags: +editor: markdown +dateCreated: 2021-11-18T15:34:34.241Z +--- + +# General +- server IP: 192.168.86.27 +- if servers not running after login to dan account and run ./starup + +**tt.conf** +``` +#split on +#alias {1} {#ses Smaug 192.168.86.27 4020} +#alias {2} {#ses Evennia 192.168.86.27 4000} +#alias {3} {#ses DarkSouls 192.168.86.27 6666} +#alias {.quit} {#end} +#alias {:q} {#end} +#alias {ls} {look} +#alias {muds} +{ + #echo { }; + #echo { }; + #echo {1 - smaug}; + #echo {2 - evennia}; + #echo {3 - Dark Souls}; + #echo { }; +} +muds +``` + +## smaug +- port 4020 +``` +username: dan +password: ICYN30blah +``` +## Evenia +- port 4000 +- web port 4001 +``` +username: dan +password: ICYN30blah +``` +## DarkSouls +- port 6666 +``` +username: dan +password: ICYN30blah +``` \ No newline at end of file