Version 1.75 of ProtoMUCK is released. If you're currently running a ProtoMUCK site, the upgrade kit can help you upgrade quickly. Make sure to check the...
*laugh* Whoops. Guess that'd help. :) http://protomuck.sourceforge.net/frames/ is the home page, there's links to the downloads from there. -Akari ... ...
Hello, Just curious... how well does WinProto work on Windows 2000 Professional? I have a friend who is trying to run it but she says that when she starts it...
Anthony Vespa
code_samurai@...
May 20, 2002 7:05 pm
96
... Oh, didn't you know? WinProto has built in virus scanning routines! Starts up, sees Win2K, and shuts down! *run/hide*...
Really? I thought that was for OSX. ;) __________________________________________________ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience ...
Anthony Vespa
code_samurai@...
May 20, 2002 7:26 pm
98
I'm no expert on WinProto. Never even tried running it, myself, since it isn't really my part of the project. But there's two things I'd look into that I've...
Thanks for the feedback =) In fact, the restart script echos that it is shutting down when it is actually not. By changed the bat file to have the tune port...
Anthony Vespa
code_samurai@...
May 21, 2002 4:55 pm
100
http://www.animaltracks.net/~alynna/protomuck/winproto175.zip Akari please put this on Sourceforge when you get a chance. -- Alynna...
Okay, WinProto 1.75 is posted on sourceforge now. Thanks! -Akari ... _________________________________________________________________ Chat with friends...
Greetings. I apologize if this has been answered somewhere already, but I cannot find any reference to it. My quandary is this: I wish to use a MUF 'look'...
Drake Wilson
premchai21@...
May 22, 2002 9:04 am
104
Yes: Make sure the action attached covers 'loo'. So the action 'loo' will override inserver look. -- Alynna ... From: "Drake Wilson" <premchai21@...> ...
It only needs to be W1 or higher, just so you know. My suggestion to people is to not use the highest level if it can be avoided. A W4 has very, very strong...
The complete answer is two-fold: #1 - Make sure the look action includes 'loo' as one of its aliases. #2 - Set the look action with any bit of W2 or higher. ...
... (scissor) Thank you, though, as Chris said, it only needed to be W1. 'loo' was already one of its aliases, so there was no problem there. And it did ...
Drake Wilson
premchai21@...
May 22, 2002 9:41 pm
109
It is a very old convention that has to do with a bug in both glowlook and the player/morph hammers that create cameras. I dont know details. -- Alynna ... ...
http://www.animaltracks.net/~alynna/protomuck/winproto175.zip Akari please put this version to Sourceforge, which has the proper cygwin1.dll included. --...
alynna@...
May 27, 2002 6:06 am
112
Never unsolicited... Ok, who signed the list up? ... From: returns@... [mailto:returns@...] Sent: Thursday, June 13, 2002 6:10 PM To:...
I'm running under XP after years of inactivity, after using Neon on ol' 98. And after shutting down for the night and starting up the next day, I was quite...
... Are you using the restart script that comes with WinProto? That is where proto.new is supposed to get copied over proto.db if proto.new exists. If you are...
... where ... have to ... will ... I must confess an ignorance about how to run shell scripts in Windows, I'm using a batch file that just calls the...
... Can you add some lines to the batch file to copy data/proto.new data/proto.db? I have to admit I'm not really sure how things are supposed to work in ...
Recommended 'restart.bat' (fixed, ignore the last one): del proto.db3 rename proto.db2 proto.db3 rename proto.db1 proto.db2 rename proto.db0 proto.db1 rename...
alynna@...
Jul 10, 2002 6:05 pm
119
I'm having a bit of a problem getting the @exits command to work, for the purpose of setting up automatic exit listings. The command wanted to $include two...
You're missing some macros, it appears. In the MUF editor, you can type: def pmatch \pmatch def tell me @ swap notify and that will solve those. There tends to...
Thank you. Of course, while following these fairly simple instructions I made a rather idiotic mistake. How would I remove 'def pmatch /pmatch'? Sorry to...
Az
azhdev@...
Jul 31, 2002 2:14 am
122
Macros are removed by typing the macro name followed by 'k'. So: pmatch k will clear the .pmatch macro. -Akari ... ...