Author |
Message |
Topic: CMUD and Linux |
cypren
Replies: 23
Views: 52572
|
Forum: CMUD Beta Forum Posted: Tue Feb 13, 2007 10:15 pm Subject: CMUD and Linux |
VMware's free products also offer a good way of getting "cranky" apps like zMUD running under Linux. It's not as nice as the full desktop integration Wine provides, but it tends to work better with ol ... |
Topic: Separating variables from the package that creates them |
cypren
Replies: 17
Views: 33814
|
Forum: CMUD General Discussion Posted: Tue Feb 13, 2007 10:09 pm Subject: Separating variables from the package that creates them |
I understand that the easiest reponse to this is "Well, don't open the program more than once" and I agree that it was probably never intended to be opened more than once. But what you're suggesting w ... |
Topic: Separating variables from the package that creates them |
cypren
Replies: 17
Views: 33814
|
Forum: CMUD General Discussion Posted: Tue Feb 13, 2007 2:10 am Subject: Separating variables from the package that creates them |
The software does dump the entire package from memory to disk, by the way. You can test this yourself: open CMUD twice, change two different things in the same package, one in each copy, then save bot ... |
Topic: Separating variables from the package that creates them |
cypren
Replies: 17
Views: 33814
|
Forum: CMUD General Discussion Posted: Sun Feb 11, 2007 7:17 pm Subject: Separating variables from the package that creates them |
There are two primary problems with that, from my perspective. The first is that I want this package to be usable in two concurrent CMUD sessions -- I multiplay frequently, and so do many other people ... |
Topic: Lost command bar |
cypren
Replies: 13
Views: 23074
|
Forum: CMUD General Discussion Posted: Sun Feb 11, 2007 5:21 pm Subject: Lost command bar |
I've seen this same bug as well, usually following a crash when closing/exiting. Looks like something is corrupting layout files.
I'm running Vista as well, by the way, so we may have a common thre ... |
Topic: [1.24] #T+ |
cypren
Replies: 6
Views: 8952
|
Forum: CMUD Beta Forum Posted: Sun Feb 11, 2007 6:58 am Subject: [1.24] #T+ |
Confirmed.
It would be really helpful if we could use explicit path specifiers (i.e. the //Package/Class/Var format) to explicitly specify what it is we want to target with this command and many ot ... |
Topic: Feature request: "reload package from disk" option |
cypren
Replies: 3
Views: 6741
|
Forum: CMUD Beta Forum Posted: Sun Feb 11, 2007 4:17 am Subject: Feature request: "reload package from disk" option |
You can set read only mode on the package properties page, it's in the bottom right.
As for the reload from disk option, is this not what the refresh button does? It's on the toolbar next to the "p ... |
Topic: Separating variables from the package that creates them |
cypren
Replies: 17
Views: 33814
|
Forum: CMUD General Discussion Posted: Sun Feb 11, 2007 4:12 am Subject: Separating variables from the package that creates them |
One thing I've noticed, though, is that if you try to define a variable like this:
#var test 1 _nodef //untitled/test
from a window that isn't the "untitled" window (I'm using the untitled sessi ... |
Topic: Feature request: "reload package from disk" option |
cypren
Replies: 3
Views: 6741
|
Forum: CMUD Beta Forum Posted: Sun Feb 11, 2007 2:54 am Subject: Feature request: "reload package from disk" option |
I'm working on creating a generic library package that will be shared by all of my characters on a single MUD, with utilities, common triggers, etc, but completely untouched by character-specific data ... |
Topic: [1.24] Special variables unusable in :<window>:#cmd |
cypren
Replies: 2
Views: 6604
|
Forum: CMUD Beta Forum Posted: Sun Feb 11, 2007 12:49 am Subject: [1.24] Special variables unusable in :<window>:#cmd |
Addendum: variables referenced by explicit package context cannot be used in this example either, such as:
:@//myOtherPackage/myClass/myVar:#SHOW Hi
Edit: Addendum to the addendum: This appe ... |
Topic: [1.24] Local variables cannot be direct params to %query |
cypren
Replies: 1
Views: 4912
|
Forum: CMUD Beta Forum Posted: Sat Feb 10, 2007 7:17 pm Subject: [1.24] Local variables cannot be direct params to %query |
The topic pretty much says it all.
%query((&id=$myLocalVar),MyDB)
will return blank, but
#VAR @myRealVar $myLocalVar
%query((&id=@myRealVar),MyDB)
works ... |
Topic: Idea: Date / time of last modification added to help files |
cypren
Replies: 7
Views: 9763
|
Forum: CMUD Beta Forum Posted: Sat Feb 10, 2007 5:29 pm Subject: Idea: Date / time of last modification added to help files |
I'll second this. The regular documentation updates are fantastic, and would be even more so with a "what's new" feature so we can quickly review the changes. |
Topic: Separating variables from the package that creates them |
cypren
Replies: 17
Views: 33814
|
Forum: CMUD General Discussion Posted: Sat Feb 10, 2007 5:22 pm Subject: Separating variables from the package that creates them |
#VAR myVarName "myValue" _nodef {//myPackageName/myClassName}
I redid all the variables in my triggers and scripts (regex replace, I love you!) and it works like a charm now. Not ... |
Topic: Separating variables from the package that creates them |
cypren
Replies: 17
Views: 33814
|
Forum: CMUD General Discussion Posted: Sat Feb 10, 2007 5:01 pm Subject: Separating variables from the package that creates them |
The @// syntax was exactly what I needed. It doesn't work for "varname = value" assignments, but it does work as the class parameter to the #VAR command. My package is now pushing all of its character ... |
Topic: Separating variables from the package that creates them |
cypren
Replies: 17
Views: 33814
|
Forum: CMUD General Discussion Posted: Sat Feb 10, 2007 4:25 pm Subject: Separating variables from the package that creates them |
I'm trying to create a package which can function as an independent "library" module shared between multiple characters with their own unique settings. I don't want to clone the package, because I wan ... |
Topic: [1.24] Nested %exec functions do not return output |
cypren
Replies: 0
Views: 4104
|
Forum: CMUD Beta Forum Posted: Sat Feb 10, 2007 1:42 pm Subject: [1.24] Nested %exec functions do not return output |
If a user-defined function which operates off of an %exec() calls a sub-function which also uses %exec(), the final results are returned and executed as commands rather than simply returned as a strin ... |
Topic: Automapper rewrite feature request: verbose debug |
cypren
Replies: 7
Views: 12423
|
Forum: CMUD Beta Forum Posted: Sat Feb 10, 2007 12:00 pm Subject: Automapper rewrite feature request: verbose debug |
My question would be: Can you reliably cause zMUD to fail by refeeding the dumped data back through? If so, then I'm sure Zugg would want to know the conditions surrounding this abberant behavior so h ... |
Topic: Constraining triggers to a given window |
cypren
Replies: 2
Views: 8668
|
Forum: CMUD General Discussion Posted: Fri Feb 09, 2007 11:26 pm Subject: Constraining triggers to a given window |
Now, see, that would be simple, elegant, and make perfect sense. I couldn't possibly do that.
In all seriousness, thank you once again. My anal-retentive nature had me categorizing and filing all t ... |
Topic: Automapper rewrite feature request: verbose debug |
cypren
Replies: 7
Views: 12423
|
Forum: CMUD Beta Forum Posted: Fri Feb 09, 2007 1:04 am Subject: Automapper rewrite feature request: verbose debug |
Using #debug test.txt trace.txt do you notice any differences in text placement (ie, plain text that shouldn't be where it is or even extra tags that ZMud properly handles, thereby ensuring you no vis ... |
Topic: Automapper rewrite feature request: verbose debug |
cypren
Replies: 7
Views: 12423
|
Forum: CMUD Beta Forum Posted: Thu Feb 08, 2007 9:01 pm Subject: Automapper rewrite feature request: verbose debug |
The zMUD automapper works pretty well on an MXP-enabled MUD with proper line tagging, but every now and again it will spontaneously decide to create a new room instead of moving to an existing known o ... |
Topic: Constraining triggers to a given window |
cypren
Replies: 2
Views: 8668
|
Forum: CMUD General Discussion Posted: Thu Feb 08, 2007 7:03 pm Subject: Constraining triggers to a given window |
In zMUD, each window on screen had its own unique settings file, and triggers, aliases, etc were constrained to individual windows.
In CMUD, theoretically, at least, each window should be able to d ... |
Topic: [1.24] Window issues with multiple packages |
cypren
Replies: 2
Views: 6333
|
Forum: CMUD Beta Forum Posted: Wed Feb 07, 2007 7:05 pm Subject: Re: [1.24] Window issues with multiple packages |
Only windows that have a network connection will be able to send commands to the MUD. Have all your windows got network connections?
Yes, I did double-check that the window had a network connection a ... |
Topic: [1.24] Special variables unusable in :<window>:#cmd |
cypren
Replies: 2
Views: 6604
|
Forum: CMUD Beta Forum Posted: Wed Feb 07, 2007 10:21 am Subject: [1.24] Special variables unusable in :<window>:#cmd |
Local and MXP variables seem to be unusable in the multiplaying ":<windowname>:<command>" construct as the window name. I understand that they are unusable in the command context (since it ... |
Topic: [1.24] Window issues with multiple packages |
cypren
Replies: 2
Views: 6333
|
Forum: CMUD Beta Forum Posted: Wed Feb 07, 2007 9:28 am Subject: [1.24] Window issues with multiple packages |
I'm working with an MXP feed that creates and uses a lot of windows via line tagging. I have a number of triggers that need to be selectively applied to one window or another, so I have them separated ... |
Topic: %mxp.<attribute> in MXP triggers |
cypren
Replies: 0
Views: 3823
|
Forum: zMUD General Discussion Posted: Tue Feb 06, 2007 3:24 am Subject: %mxp.<attribute> in MXP triggers |
So I have an MXP tag defined as:
<!ELEMENT clearStream EMPTY>
<!ATTLIST clearStream id>
I'm receiving a tag in the form of:
<clearStream id="inv">
from the MUD and I h ... |
|