Mercutio's blog

SceneSys: Progress
Submitted by Mercutio on Sun, 2010-01-10 18:35Keeping a nice list of progress on SceneSys, and what still needs to be done.

SceneSys: Ideas
Submitted by Mercutio on Thu, 2010-01-07 12:31Recently, Javelin graciously let me have a look at the Storyboard system which used to be on Rio: Manhã de Carnaval, to let me get an idea of a similar system. It does what I planned for the web-side of SceneSys, and then some more. So I wanna note down some ideas that have spawned from this little look at it.

SceneSys: A roleplaying log system for MySQL
Submitted by Mercutio on Tue, 2010-01-05 15:27Over time, PennMUSH has been seeing more and more connectivity with MySQL and other such server software. Forums, bboards - even rumors of the Anomaly Jobs system stepping onto MySQL.
Ever since I started touching MySQL on my sandbox, ideas have begun to grow. SceneSys is one such idea. In this post, I will lay out this system for you. If you have any questions, leave me a comment! I'd love to answer any questions you may have.

Universitas Magis - MUSH in development (Process)
Submitted by Mercutio on Sun, 2009-05-17 22:33Some process has been made. I've been getting people to log in and just the game by its theme and rules. So far, I've gotten good responses, and somewhat surprisingly to me, quite some /interest/ as well as questions on when it will start.

Universitas Magis - MUSH in development
Submitted by Mercutio on Thu, 2009-05-07 21:18Some may have noticed on M*U*S*H over time, that I have been working on the development of a middle-verse typed MUSH for... well... quite some time now. Getting some unique code from people like Mike (Talvo) as well as regexp magic from Walker. Over time, I've learned quite some new ways of coding, and even toppled the way I used to do some of my code. Making it more modular... customizable.
But this is not about M*U*S*H and the awesome help it's provided me. Instead, it is about the game I am developing.

GUIDE: Part 2 --> Visual Studio 2005 meets Penn with SQL support!
Submitted by Mercutio on Mon, 2007-02-26 16:36You wanna go to the following section:
[Configuration Properties] / [Linker] / [Input]
There is an area in here called 'Additional Dependencies'
In there should be: "user32.lib winmm.lib wsock32.lib"
Now we are going to add one more thing.
[mysqlclient.lib] it is called.
So select the area with the previously mentioned text, and click on the button on the right.
This should open a window called 'Additional Dependencies' Add the following line:
mysqlclient.lib
Now it should be:
user32.lib
winmm.lib
wsock32.lib
mysqlclient.lib
Okay?
Now.... press [OK].

GUIDE: Visual Studio 2005 meets Penn with SQL support!
Submitted by Mercutio on Mon, 2007-02-26 16:31Okay, so today I finally stepped over to Windows XP to install PennMUSH. I tried this twice before, trying to get my hands on Cygwin... let's not go into that, shall we? I got into programming school a while back, so I now finally had a Compiler I could use. Visual Studio 2005.
I had the greatest trouble getting this thing to work. So here a guide on how to get it to work:
Let's prepare our food!

Click 
