MudBot - Wtf Is That?

Discussion on the future MegaMUD replacement software, MudBot.
Post Reply
apathy
Posts: 20
Joined: Tue Feb 23, 2016 12:39 pm

MudBot - Wtf Is That?

Post by apathy »

MudBot is a project that is just barely starting (as of February 2016). Currently the GitHub is at https://github.com/RJCo/MudBot and we have an email address at majormudbot@gmail.com

Other than that, there's nothing but hopes and dreams. Hopefully this page will be changed soon with more information!


User avatar
lucid2310
Posts: 25
Joined: Thu Mar 17, 2016 3:31 am
Location: Palm Bay, FL

Re: MudBot - Wtf Is That?

Post by lucid2310 »

Maybe we can get some collaboration going with the ReMud Server.


User avatar
BearFather
Posts: 652
Joined: Sun Feb 09, 2014 6:27 pm
Location: Portland, OR
Contact:

Re: MudBot - Wtf Is That?

Post by BearFather »

What lang do you plan to write this in?


User avatar
lucid2310
Posts: 25
Joined: Thu Mar 17, 2016 3:31 am
Location: Palm Bay, FL

Re: MudBot - Wtf Is That?

Post by lucid2310 »

Looking at the source listed, it's in C#. It looks like MudBot is using an COTS for the terminal display, which may or may not be good, I just curious how the pure text is extracted to make decisions.


User avatar
syntax
Site Admin
Posts: 517
Joined: Tue Jun 02, 2009 10:02 am

Re: MudBot - Wtf Is That?

Post by syntax »

Pretty sure he was still experimenting with the different console options. Apathy just started a new job like a week ago so he's a little distracted from this at the moment.


User avatar
lucid2310
Posts: 25
Joined: Thu Mar 17, 2016 3:31 am
Location: Palm Bay, FL

Re: MudBot - Wtf Is That?

Post by lucid2310 »

This one looked pretty good for integrating VT100 / Ansi protocol, it could use some optimization but might be viable. https://sourceforge.net/projects/ackterm/


apathy
Posts: 20
Joined: Tue Feb 23, 2016 12:39 pm

Re: MudBot - Wtf Is That?

Post by apathy »

The project used for the terminal piece was just a stand-in for now, like Syntax said. It surprisingly didn't take much to get it to work, and it even manages the ANSI stripping to give the rest of the code plaintext. So, so far it's working fine, but a better/less annoying codebase would be great improvement :) Next time I get around to toying with the term side of the project, I'll definitely take a look at ackterm!


User avatar
rhipcity
Posts: 26
Joined: Sun Dec 22, 2013 11:24 pm

Re: MudBot - Wtf Is That?

Post by rhipcity »

Did anything ever happen with MUDBOT? any updates? abandoned?


User avatar
kracker
Posts: 10
Joined: Sat Sep 29, 2012 5:31 pm
Location: Chicago, IL USA

Re: MudBot - Wtf Is That?

Post by kracker »

I have an old Perl Script somewhere that I used for my MudBot back in the day, I may even still have the source code. I just could not remember what applications i needed to make it function after a system crash.


User avatar
BearFather
Posts: 652
Joined: Sun Feb 09, 2014 6:27 pm
Location: Portland, OR
Contact:

Re: MudBot - Wtf Is That?

Post by BearFather »

So curious whatever happen with this project? I have been checking out dotnet core/c# recently looking to learn a new language. And really need a project to learn it so was poking around at ideas, and remembered about this project and their was talk of c#.

I did find the github project but dotnet core 3 can't compile it.


Post Reply