MXP on Lambdamoo guide & some notes

Posted by Hawgpadre on Mon 30 Jan 2012 07:28 PM — 5 posts, 25,748 views.

#0
I've been working on a MOO project (dwarf fortress in space) for a while, and implemented MXP so that players could navigate, take actions, and manipulate via the mouse. While doing so I found some problems with the $mxp utility I had.

So I posted a short guide to fixing the $mxp util that may be floating around, as well as some general notes on implementing MXP:

http://bit.ly/zmxBtw

As well as the object verbs/props for the $mxp util I am using (originally written on hellmoo, as far as I know):

http://bit.ly/zOYSJK

I have a few screens of the result although it's still very rough. I'd love to hear about other people's usage/experience with MXP as well as suggestions/comments on the code or guide. I want to note up front this is not a very good/correct implementation of MXP - it doesn't care what the client sends back and it may well only work for Mushclient. I found that MXP is implemented differently on different clients and am only interested in mushclient.

Screenshots:

Right click menu in tactical view: http://bit.ly/xKoHrR

Rough menu for taking actions from a room:
http://bit.ly/xtuJ0C

Right click from inventory for various items: http://bit.ly/xzD6Js

-hawgpadre
wayfar1444.com
Amended on Fri 03 Feb 2012 11:12 PM by Hawgpadre
#1
If anybody knows how to make these links appear as clickable, please let me know, otherwise I'll substitute some bit.ly links.

So far the best to come out of my MXP efforts is a clickable online creation system for various objects. After a year of hand entering data (there is a lot of data in a procedurally generated scheme too), I built in some shortcuts using mxp:

http://i.imgur.com/4ni2a.png
Australia Forum Administrator #2
Clickable links are only (automatic) within this site. Otherwise for admins only, to prevent abuse.

Your MXP stuff looks nice, MXP has its useful places.
#3
I modularized my moocodes as I'd like to post it to the google code after a few more tweaks and tests and thought I'd post a screenshot now that it installs itself and allows simple editing of all properties/verbs with an option to override for more complex menus:

http://i.imgur.com/pJFDx.png
#4
Hawgpadre said:

If anybody knows how to make these links appear as clickable, please let me know, otherwise I'll substitute some bit.ly links.

So far the best to come out of my MXP efforts is a clickable online creation system for various objects. After a year of hand entering data (there is a lot of data in a procedurally generated scheme too), I built in some shortcuts using mxp:

http://i.imgur.com/4ni2a.png


It's relatively easy to just select the text of the link and
use the right click menu to get there if you are using either mozilla firefox or google chrome.

Firefox:
-right click menu-
"Open Link"
"Open Link in New Tab"
"Open Link in New Window"

or

Chrome:
-right click menu-
"Go To <link text>"

So, I wouldn't worry about that.