Register to post in forums, or Log in to your existing account
 
:
Search found 18 matches for:
Page 1 of 1
Author Message
  Topic: Need help with Automapper - classifying/ignoring text by ansi color
Amorelia

Replies: 18
Views: 28381

PostForum: CMUD General Discussion   Posted: Fri Oct 26, 2012 7:52 pm   Subject: Need help with Automapper - classifying/ignoring text by ansi color
Well... I give up... :(

Spent about 8 hours trying to get various things to work. Matching cyan lines would get odd things into rooms sometimes (mob emotes/says, etc) even if I had higher priority ...
  Topic: Need help with Automapper - classifying/ignoring text by ansi color
Amorelia

Replies: 18
Views: 28381

PostForum: CMUD General Discussion   Posted: Fri Oct 26, 2012 7:43 pm   Subject: Need help with Automapper - classifying/ignoring text by ansi color
That's another thing I was having a terrible time trying to figure out. :)

When I hit a door, I get a "The xyz appears to be closed." where xyz could be anything. Door, gate, portcullis, portal, et ...
  Topic: Need help with Automapper - classifying/ignoring text by ansi color
Amorelia

Replies: 18
Views: 28381

PostForum: CMUD General Discussion   Posted: Thu Oct 25, 2012 8:18 pm   Subject: Need help with Automapper - classifying/ignoring text by ansi color
The trigger would would only fire when the line begins with magenta (as depicted by the ^ character) and ends with ANSI-normal (as depicted by the $ character). You should verify with the debugger if ...
  Topic: Need help with Automapper - classifying/ignoring text by ansi color
Amorelia

Replies: 18
Views: 28381

PostForum: CMUD General Discussion   Posted: Thu Oct 25, 2012 5:05 pm   Subject: Need help with Automapper - classifying/ignoring text by ansi color
I use the debug window and a combination of #TRIGGERs (with the ANSI “color” option enabled), variables, and use of the %stripansi function.

The debug window shows the ANSI codes for the input. ...
  Topic: Queue?
Amorelia

Replies: 6
Views: 8866

PostForum: CMUD General Discussion   Posted: Mon Oct 22, 2012 10:09 pm   Subject: Queue?
Depends on the volume of data. If a few items, you could use boolean variables. For more, some sort of #CASE or #SWITCH functions. For a lot, parse a database or text file (although this could get ...
  Topic: CMUD Development Dead
Amorelia

Replies: 40
Views: 110627

PostForum: CMUD General Discussion   Posted: Fri Oct 19, 2012 12:06 pm   Subject: CMUD Development Dead
Regular bug fixes are (or should be) part of what we paid for as well, and we haven't gotten any in more than a year.


I've got 2 years of free updates. What I haven't got is anything saying th ...
  Topic: Status of CMUD v4 and next bug fix version
Amorelia

Replies: 27
Views: 68594

PostForum: CMUD General Discussion   Posted: Thu Oct 18, 2012 3:40 pm   Subject: Status of CMUD v4 and next bug fix version

What issues did you encounter?
See other thread about SQL errors.

However, given that there's a workaround and there is support here, I decided to buy. It seems a quality product that generally ...
  Topic: Automapper - occasional SQL Primary Key error
Amorelia

Replies: 4
Views: 7333

PostForum: CMUD General Discussion   Posted: Tue Oct 16, 2012 11:44 pm   Subject: Automapper - occasional SQL Primary Key error
Now that I know the possible cause, can probably work around it.

(Also apparently explains why I kept getting a pile of "empty" rooms in the middle of my map).

Thanks!
  Topic: Status of CMUD v4 and next bug fix version
Amorelia

Replies: 27
Views: 68594

PostForum: CMUD General Discussion   Posted: Tue Oct 16, 2012 5:12 pm   Subject: Status of CMUD v4 and next bug fix version

v3.35 is still planned. Hopefully I'll get to it this month. Just bug fixes though.


This was written over a year ago, so I'm going to conclude that CMUD is as-is, for better or worse. I do l ...
  Topic: Automapper - occasional SQL Primary Key error
Amorelia

Replies: 4
Views: 7333

PostForum: CMUD General Discussion   Posted: Tue Oct 16, 2012 4:53 pm   Subject: Automapper - occasional SQL Primary Key error
Yes, I've been making extensive use of bulk-changes, e.g. making all rooms in a forest appear as green. Doing them singly would take an age, and restarting CMUD would throw me back to the start.

F ...
  Topic: Automapper - occasional SQL Primary Key error
Amorelia

Replies: 4
Views: 7333

PostForum: CMUD General Discussion   Posted: Tue Oct 16, 2012 4:31 pm   Subject: Automapper - occasional SQL Primary Key error
Hi,

I think I got my Automapper working, set up triggers to handle the odd #NODIR situation, even figured out how to fix it for #SLOW Speedwalking to work (although "#SAFE" speedwalk seems far from ...
  Topic: Automapper Parser
Amorelia

Replies: 12
Views: 22539

PostForum: CMUD General Discussion   Posted: Fri Oct 12, 2012 5:56 am   Subject: Automapper Parser

5. Do the same for the description. I used RoomDesc for my variable. Now in my case the description was on several !word wrap lines, so I devised a trigger to concatenate these into a variable. Then ...
  Topic: Automapping in modified FotE code....
Amorelia

Replies: 11
Views: 19678

PostForum: CMUD General Discussion   Posted: Thu Oct 11, 2012 8:41 pm   Subject: Automapping in modified FotE code....
#TR {^~*$} {#NOMAP;#TAG prompt} "" "prompt"

should do it... unless you get single asterisks on a line by themself for others reasons, there is no reason to match the color.


I tend to map the n ...
  Topic: Automapping in modified FotE code....
Amorelia

Replies: 11
Views: 19678

PostForum: CMUD General Discussion   Posted: Thu Oct 11, 2012 7:38 pm   Subject: Automapping in modified FotE code....
Man, with it this complex, no wonder us newbies have trouble!

I spent a few hours just figuring out how to tag my prompt. Had to use the Trigger editor for it, and run some tests (replaced "#TAG p ...
  Topic: Automapper Parser
Amorelia

Replies: 12
Views: 22539

PostForum: CMUD General Discussion   Posted: Wed Oct 10, 2012 6:45 pm   Subject: Automapper Parser
Thanks for all the input. I will have another go tonight - seems that #TAG is a big deal, and I created none of those.

Yes, I can see me investing in a wig - I already crashed the database a coupl ...
  Topic: Automapper Parser
Amorelia

Replies: 12
Views: 22539

PostForum: CMUD General Discussion   Posted: Wed Oct 10, 2012 5:32 pm   Subject: Automapper Parser
Hmm. Maybe the Reconfigure is where I'm going wrong. Does this mean to rerun the Automapper Setup Wizard (which says "go to a safe place where you are able to go South")? I run this just once, beca ...
  Topic: Automapper Parser
Amorelia

Replies: 12
Views: 22539

PostForum: CMUD General Discussion   Posted: Wed Oct 10, 2012 2:32 pm   Subject: Automapper Parser
Hi,

I'm a new user of CMud, and am trying the Automapper. I'm having difficulty getting it to recognise new rooms, but can't work out why - some it recognises, others not. I played around with th ...
  Topic: CMUD Development Dead
Amorelia

Replies: 40
Views: 110627

PostForum: CMUD General Discussion   Posted: Tue Oct 09, 2012 4:26 pm   Subject: CMUD Development Dead
I said many years ago that open-source software would eventually kill-off small companies like Zuggsoft. There just isn't much I can do as a single developer compared to a whole world of open-source. ...
 
Page 1 of 1
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net