Subject: Suggest a Contrivance/Contraption Part 2

Posted on: April 09 2012 @ 11:43 AM
By: Twosocks+Monkey

Content:

Forgive me if this isn't the time or place, but now that we've had Places for awhile, and people are getting used to doing more advanced programming...well, is it time to request new C&C's?

(winces in preparation for the firing squad)

(opens one eye, then the other. Firing is delayed but may still come. Ok suggest Rose Suggest!!!)


Just in case it's alright, here's some stuff I'd like to second from the first thread:

tehdave said:
1: a contraption to send a distraction, either to the dwelling owner or to the person that triggered the program. The text could be set in the options (something small, maybe)
This could be helpful for things like what I was talking about three posts back with a dwelling dispensing a memento, where the dwelling could let me know "This person just triggered the memento dispenser"

Even if it was just a little ping email that said something like, Memory 35: Distract Me has sent you a red flag, that'd be AWESOME. Say for instance you've programmed a huge dungeon crawl that's hard to get through, and someone made it through, finished your story and got the FIRST MEMENTO from the trophy memento dispenser. Well I for one would like to know that without obsessively checking that Memory or Room.

swede said:
Set Memory Part.
I'm now using an increment, but if I want to reset the memory part to 0, I'll have to reset the entire memory.

I voted for this recently in another thread without realizing swede had already called for it. Seconded!

Ilovemath224 said:
A contrivance that allows you to broadcast a preset message to various rooms in the same place, including different ones. For example, you could have the message "Everybody to the battle stations! This is not a drill!" appear throughout every room of your military base. Or, "Dance Music plays throughout the entire place" appear during a party.

Again useful for exactly what Teague suggests. Would use.



Newish suggestions:

Warp to room trigger?
I know we have programs stop when someone is warped to a room to prevent auto looping...but is there a possibility that we could have SOMETHING trigger when someone is warped to a room? Just something small maybe? It would be nice to show someone a bit of flavour text that is not just a room description for when they're deposited somewhere new (I know the workaround is simple. All I have to do is deposit the player in a special room with flavour text, then let them leave to the main room. I'm just requesting this anyway).

Description heavy movable Place Specific inventory items?
Simple version:
Essentially I suppose I'm asking for a place specific inventory item that allows access to rooms or pages or both from ANYWHERE in the dwelling...erm Place.

Long version:
I want my players to be able to find a book in an abandoned house. I've figured out the best way to deal with them reading the book is to add a hide door, then a show door in that room. It will be titled 'Read the Green Book'. So now they can go into that room, see something odd, find the book under the chair, activate the book by using a partial commentary, and sit and read the book.

(Currently it means they will 'no longer be in the room' when they 'read the book' but I'm alright with that).

It's easy for me to figure out how to make that book accessible later whenever they visit that room, but is there a clean way for something like my 'book' to be able to be 'carried around' and 'read' anywhere in my place? I think this is related to the 'map' idea someone mentioned earlier. Maps, books, etc. I can see this being useful. We have this with mementoes, and arguably I could just write a HUGE description for my memento, or even, gods forbid, just have my memento show a link to an outside website (I tried it once and it was weird and off-putting and I'm not doing it anymore now that we have 'pages'). Currently I can't think of any way to do this that is simple.

I COULD add a program to every room in my place that checks a memory or memento and shows a link back to 'read the green book', but I'd love a simpler way. Big Grin



(crosses fingers that it was alright to start a new version of this thread and hopes for more suggestions)

-Rose



Replies:

Re: Suggest a Contrivance/Contraption Part 2

Posted on: April 09 2012 @ 12:20 PM
By: Hairy+Mary

Content:

Rose: for the last idea. I mentioned before the idea of having a "Universal Program". One program that's hidden somewhere, and then a Run Program pointing to it in every room. If there's something that you want to happen everywhere, then write a program for it, and have a Run Program pointing to it in your Universal Program.

So for the above idea, have the book on a page rather than a room, and then have a program which checks the memory and shows a link to the page as appropriate.

I think that I mentioned this in the thread on 'Random Events' elsewhere, which would be another universally run program.

Another use; I've got a Master Room which the casual public will never see. Amongst other things it allows me to quickly move across my Place, there're hidden doors leading out to various parts of the Moonshine Mansions. I've put another program in which looks for a specific (rather short) commentary command and if it finds it, then it warps you to my Master Room. So I can get there from anywhere in the Mansions.

I'm playing with this idea a bit at the moment, but it's taking a while as the Mansions already has well over 100 rooms, and probably more like 200. That's a lot of Run Programs - I'm fast becoming a well known character up at the scrapyard.

It's a bit of a pain to set up, but once you have I suspect that it will be really useful. You have a new idea for something that you'd like everywhere and you can easily do it.


Also, that particular set of C&Cs would be rather useful. The Set Memory Place in particular I would very much like. As for the 'Message Everywhere' idea, well that's a combination of the "affect the Place for everybody" thing as talked about on a different thread, together with the "Universal Program" above really, isn't it?


Re: Suggest a Contrivance/Contraption Part 2

Posted on: April 09 2012 @ 12:28 PM
By: Twosocks+Monkey

Content:

Quote by: Hairy+Mary

Rose: for the last idea. I mentioned before the idea of having a "Universal Program". One program that's hidden somewhere, and then a Run Program pointing to it in every room. If there's something that you want to happen everywhere, then write a program for it, and have a Run Program pointing to it in your Universal Program.


I think I didn't really parse what you were saying the first time. Now that I look at what you're saying, it makes genius sense. I...you're so darned smart HM it kills me.

If I wasn't already married I might have to marry you.

-Rose


Re: Suggest a Contrivance/Contraption Part 2

Posted on: April 09 2012 @ 05:26 PM
By: Ilovemath224

Content:

Here's a couple of ideas I have:

Show Animation/Image
Basically, allows you to show an animation or image in your place. The uses for this one are pretty obvious.

Show/Load Minigame
Not sure of how this would work exactly, but here's the premise of the idea:

This contraption/contrivance/special gadget will display one of several minigames that have been preprogrammed with variables already preprogrammed into the minigames. It will allow you to pick which minigame, and configure the various settings for that particular minigame. (For example, for a target practice minigame, these would include the gun's accuracy, the rate of fire, recoil, number of targets, distance away from targets, number of shots required to win, etc.) Each minigame would be different, whether it's matching, card game, joker game, etc, in part due to the categories, and in part due to how they're configured. Once the minigame concludes, data will be sent (Not sure whether it'd be to a program or a memory) allowing the minigame to actually affect the normal text-based version of Improbable Island. Custom Programs can be uploaded (for those programming savvy enough to actually program one of these) after they've been tested, for a set amount of supporter points. There will probably be a data cap on how big the program can be, to prevent server load. In additionally, there can be an option to forgo time restrictions and winning conditions, for "practice" minigames.

Why is this useful? Well, if done well, this could easily increase the immersion places have. If you have a shooting range at your place somewhere, now you can actually shoot targets! If you have a card game being played, you can actually play through that card game! If you have a slot machine, you can actually use that slot machine! And what's even better is that the minigames could affect the normal text-based Improbable Island.

For example: Let's say you challenge a sniper to a shootout. The page (or room) where it takes place at, you simply give the sniper some flavor text on his performance, showing how well he did, and then you can click on Play to start the shootout minigame whenever (Properly configured, of course) and see if you can beat the sniper! Naturally, this can be more exciting and dramatic than a text-based version, if done well, and provokes a lot more conversation--and requires a lot less work on the builder's part--about what happened there. And you'll be able to configure various responses to the player's actual performance that just make the competition seem a lot more real.

For example, if you were to get no hits at all, you might be linked to a page where the Sniper tells you that sniping is just not your thing. If you tied, or almost tied, the Sniper might comment about how you were so close, and tell you that it was still a pretty good job you did. If you won, then you could be shown a page where the Sniper is amazed at how well you did. And if you manage to make every shot, you could be brought to a page showing the sniper being completely shocked and confused at how you could get every one of those shots.

Okay, that just gave me a funny idea. Challenging the Moose to a sniping competition.

But anyways, that's just the tip of the iceberg. Spending supporter points to get it might be a good idea, but I can see this adding a bunch of interactivity to Improbable Island, providing the minigames can be programmed. And I'm sure others could come up with other uses for this idea too.


Re: Suggest a Contrivance/Contraption Part 2

Posted on: April 09 2012 @ 11:26 PM
By: LydiaDefountain

Content:

The ability to subtract a positive thought from a memory.

Why?

well I have a program that I want to show a positive number to the player for the value of a thought... but at the same time I want to have a memory subtract that thought and show the adjusted value as well

Right now I have the thought as negative numbers, it looks odd but it works.. it would be awesome if I could have it be positive and still subtract it from the memory.. unless a smart programer can think up a different work around?


Re: Suggest a Contrivance/Contraption Part 2

Posted on: April 10 2012 @ 02:43 AM
By: Full+Metal+Lion

Content:

Quote by: Twosocks Monkey
Description heavy movable Place Specific inventory items?
Simple version:
Essentially I suppose I'm asking for a place specific inventory item that allows access to rooms or pages or both from ANYWHERE in the dwelling...erm Place.

Won't Things cover that? Whenever they get made, that is.
Things? Knick-knacks? Bric-a-brac? Trinkets? I can't decide what the best name would be.


Re: Suggest a Contrivance/Contraption Part 2

Posted on: April 12 2012 @ 07:19 PM
By: Hairy+Mary

Content:

Quote by: Twosocks+Monkey

Ooooh another Contraption suggestion:

The ability to run a universal program without actually doing what HM says we have to do which is put a run program in EVERY ROOM.

Maybe that's a lodge item actually?

-Rose



I don't say you have to do it, just that it's an idea which will have all sorts of uses.

Bear in mind that you will sometimes want to set a thought (or on occasion even a memory) before it gets run. An example being the old Random Events doodah where you can set a thought to give you different chances of a something strange happening.


Re: Suggest a Contrivance/Contraption Part 2

Posted on: April 12 2012 @ 11:43 PM
By: Ilovemath224

Content:

And a new idea:

Contraption: Start Newday Search
Contrivance: Check Newday Search

What do these contraptions do, you may ask? Well, they work together. The contraption of Start Newday Search basically tells the game, "Okay, from the time that this contraption has fired, check to see if a Newday has passed since then." The contrivance of Check Newday Search basically tells the game, "Okay, you know that time I told you to start checking to see if a Newday passed from it? Well, now I want to know if it has."

Naturally, you need to Start a Newday Search before you Check a Newday Search, or else the game will tell you, "What time you told me to check for a Newday? I don't remember you telling me that! What the heck are you even talking about anyways?"

And here's where this could be useful:
For making events that you want to progress with multiple visits.

Let me give an example: Say you have a medical instructor, and you want her to be able to show visitors how to do first aid. But you don't want to have them just progress through all the courses in one go. You can have a Start Newday Search contraption fire up when you reach the first page of her teaching you how to do First Aid, and have the room the page happens to be in check to see if a Newday has passed, and the current progress on the teaching quest. (IE: A memory check or memory part check contraption.) When the room detects that a newday has passed, and that you're on the appropriate part of the quest, you can move onto the next part. And so on and so forth until you get to the end.

Now here's where having a contraption and contrivance for this comes in handy: Let's say that there's a Check Newday Search and Has Momento contrivance in the first row of a program. You don't have the medical kit the medic asked you for (the momento) so you can't move on to the next part of the course. But if that contraption and contrivance didn't work together, right about now is when the check would be erased. (Or it'd be very unreliable. Take your pick.) But because they are separate, the Check Newday Search can check the time when the Start Newday Search contraption first activated, as many times as it needs to until it passes. When it does, the value of the search is now 0 again, exactly like it was at the start.

Also, on a related note: Enable Newday Menu. Does exactly what it says on the tin, allows you to access the Newday Menu in a place.

And for those situations where you don't need the contrivance and the contraption, (For example, having a mock-up version of the Failboat, where you'd want to allow contestants off it when a Newday is triggered) there should be a On Newday contrivance.

And then there's the Enable Newday contraption. Basically, lets the effects of a Newday take place in a certain room in your place.

I'd imagine somebody find a use for some of these.


Re: Suggest a Contrivance/Contraption Part 2

Posted on: April 11 2012 @ 11:27 AM
By: Twosocks+Monkey

Content:

FML: Won't Things cover that? Whenever they get made, that is.

Hopefully? Maybe? To be honest I'd forgotten about them.
Oops!

Ooooh another Contraption suggestion:

The ability to run a universal program without actually doing what HM says we have to do which is put a run program in EVERY ROOM.

Maybe that's a lodge item actually?

-Rose


Re: Suggest a Contrivance/Contraption Part 2

Posted on: April 18 2012 @ 06:10 PM
By: Hairy+Mary

Content:

Could we have a "Hide Page" (as opposed to hide room description) Contraption? Even better something so you can change which page your guest is on, so it finishes the page/room programs as per normal, but then switches your guest to the new page (and shows that instead.)


Re: Suggest a Contrivance/Contraption Part 2

Posted on: April 25 2012 @ 10:09 PM
By: Full+Metal+Lion

Content:

Quote by: Twosocks+Monkey

What if...

What if we could have things post into story?

The door creaks open ominously...

You know, that sorta thing? NIFTY CONTRIVANCE. erm...CONTRAPTION...dang I keep mixing them up. One of those.

-Rose


Wouldn't Global Memory and Pages do whatever you wanted to do with that?


Re: Suggest a Contrivance/Contraption Part 2

Posted on: April 25 2012 @ 10:33 PM
By: Buddleia

Content:

FML: no, that would change the room/page's description. Rose is asking for something that makes a comment in chat, as if it was a character typing in the text box, so that it appears in the story. Like if the owner was lurking there, watching that one room 24/7, ready to spend a Special into chat whenever somebody happens to hit the right link/command.

... come to think of it, if it's like Specials, then, should it be a Lodge gadget?



(Btw, ContrIVances are the IFs, ContrAPTIONS are the ACTIONS. That's how I remember it. Anyone got better mnemonics?)


Re: Suggest a Contrivance/Contraption Part 2

Posted on: April 26 2012 @ 12:16 AM
By: Full+Metal+Lion

Content:

Quote by: Buddleia

FML: no, that would change the room/page's description. Rose is asking for something that makes a comment in chat, as if it was a character typing in the text box, so that it appears in the story. Like if the owner was lurking there, watching that one room 24/7, ready to spend a Special into chat whenever somebody happens to hit the right link/command.

... come to think of it, if it's like Specials, then, should it be a Lodge gadget?



(Btw, ContrIVances are the IFs, ContrAPTIONS are the ACTIONS. That's how I remember it. Anyone got better mnemonics?)


What's the difference in application, if it's on the page?

(Contrivances derive, Contraptions spring the trap.)


Re: Suggest a Contrivance/Contraption Part 2

Posted on: April 25 2012 @ 11:37 AM
By: Twosocks+Monkey

Content:

What if...

What if we could have things post into story?

The door creaks open ominously...

You know, that sorta thing? NIFTY CONTRIVANCE. erm...CONTRAPTION...dang I keep mixing them up. One of those.

-Rose


Re: Suggest a Contrivance/Contraption Part 2

Posted on: April 26 2012 @ 12:22 AM
By: Hairy+Mary

Content:

Quote by: Full+Metal+Lion

Quote by: Buddleia

FML: no, that would change the room/page's description. Rose is asking for something that makes a comment in chat, as if it was a character typing in the text box, so that it appears in the story. Like if the owner was lurking there, watching that one room 24/7, ready to spend a Special into chat whenever somebody happens to hit the right link/command.

... come to think of it, if it's like Specials, then, should it be a Lodge gadget?



(Btw, ContrIVances are the IFs, ContrAPTIONS are the ACTIONS. That's how I remember it. Anyone got better mnemonics?)


What's the difference in application, if it's on the page?

(Contrivances derive, Contraptions spring the trap.)



The difference is, one appears (and disappears) as part of the flavour text, the other appears (and stays) in chat. So if somebody wanted to try programming ELIZA say*, then it would work a lot better if gave responses in chat. You could also use the same Contraption to put the player's input command into chat as well.


---

*Yes, but it's low down on my "Want to do list", due to the vast amount of work involved.


Re: Suggest a Contrivance/Contraption Part 2

Posted on: April 26 2012 @ 01:32 AM
By: Full+Metal+Lion

Content:

Quote by: Hairy+Mary


The difference is, one appears (and disappears) as part of the flavour text, the other appears (and stays) in chat. So if somebody wanted to try programming ELIZA say*, then it would work a lot better if gave responses in chat. You could also use the same Contraption to put the player's input command into chat as well.
---
*Yes, but it's low down on my "Want to do list", due to the vast amount of work involved.


Well, all right then. Would certainly make some things easier.It's not really that you made a convincing statement, it's that multiple people have spoken in the idea's defense.


Re: Suggest a Contrivance/Contraption Part 2

Posted on: April 28 2012 @ 01:11 AM
By: Mogar

Content:

How about a memory that affects multiples? Such as Show Multiple Page Links? So I could be able to say, with only one contraption, that with a memory at X these links will be shown, at Y these other links will be shown, and at Z this other set of links can be shown (And these page links would otherwise be hidden). And this could expand to hiding or showing door links and other whatnots, or perhaps unlocking multiple doors with one memory number and only one unlock contraption? Thoughts?


Re: Suggest a Contrivance/Contraption Part 2

Posted on: April 28 2012 @ 12:20 PM
By: Ilovemath224

Content:

I think it'd be useful, but to keep a demand for the single-show contraptions, I think there should probably be at least two pages that need to be shown for that. Or convert the single-show contraptions to be able to show multiple pages. Either way works.

Also, here's a contrivance idea: Check Custom Race.

Basically, what it does is check your race, and sees if it's custom or not, provided the input box for the race is left blank. This will allow you to check to see if that person that has the race of a Midget is really roleplaying as a midget. Alternatively, you can type a custom race into the input box, and look for either a partial or complete match. (Rather like the Partial Commentary Command and Complete Commentary Command Contraptions, with a choice.) This could be useful if you want to allow an RP alt access to places, (Just use a Cunning Disguise from the Hunter's Lodge and give them a very specific race that will likely not be copied,) or if you want to check if that person with a race of a Robot is really roleplaying as a human.

Naturally, this has its flaws, but it's interesting enough to where it may prove very useful. Also, if this is done, I'd like to see a code for displaying one's race be available for use in places.


Re: Suggest a Contrivance/Contraption Part 2

Posted on: May 01 2012 @ 05:08 AM
By: Mogar

Content:

'Nother idea. Perhaps a contraption to show alternative description? Or at least simply to "show a page description"?

It would give the ability for the following effect to work. When entering room A from B, the description of page A-B shows (with the normal room description under it), so that Room A says you just came from an area that can matches Room B's description. However, when entering Room A from C, the previous room = B contrivance would not fire, and "show page description" in the escape hatch could show page A-C's description above the Room A's text.

Page A-B and A-C would be pages off of Room A, and would have hidden links. The only way to see their descriptions would be to enter Room A from either room B or C. This way Room A could have its description below a short bit of Room entrance text. I was more interested in using it for Rooms that have a description much more based on which way a player is coming through it.

Or, am I missing a way to actually do this in a place?


Re: Suggest a Contrivance/Contraption Part 2

Posted on: May 01 2012 @ 05:42 AM
By: Mogar

Content:

Well, I lied. I figured out my problems. Show Page is show page description. Add Page Access does what I thought Show page did. This explains things, and helps!


Re: Suggest a Contrivance/Contraption Part 2

Posted on: May 02 2012 @ 09:56 PM
By: Mogar

Content:

Quote by: Twosocks+Monkey

Forgive me if this isn't the time or place, but now that we've had Places for awhile, and people are getting used to doing more advanced programming...well, is it time to request new C&C's?

swede said:
Set Memory Part.
I'm now using an increment, but if I want to reset the memory part to 0, I'll have to reset the entire memory.

I voted for this recently in another thread without realizing swede had already called for it. Seconded!



I'm going to third this contraption idea!
...I'll probably get around to it tomorrow


Re: Suggest a Contrivance/Contraption Part 2

Posted on: May 02 2012 @ 10:22 PM
By: Mogar

Content:

Also, it isn't a Contrivance/Contraption, but can we add an option to add a column or two to the escape hatch?


Re: Suggest a Contrivance/Contraption Part 2

Posted on: May 03 2012 @ 02:14 AM
By: Mogar

Content:

Aaaaand to add to the pile of ideas, A contrivance of Memory Not Equal and Memory Part Not Equal.
Contrivances pass if a memory (part) does not equal a specified number. As opposed to using a Memory (Part) Equal and switching the valve to Failure, this contrivance can now be combined with others.


Re: Suggest a Contrivance/Contraption Part 2

Posted on: May 03 2012 @ 02:44 AM
By: Full+Metal+Lion

Content:

Quote by: Mogar

Aaaaand to add to the pile of ideas, A contrivance of Memory Not Equal and Memory Part Not Equal.
Contrivances pass if a memory (part) does not equal a specified number. As opposed to using a Memory (Part) Equal and switching the valve to Failure, this contrivance can now be combined with others.

I think the failnozzle or whatever you call it was added to avoid needing "if X not" contrivances.


Re: Suggest a Contrivance/Contraption Part 2

Posted on: May 09 2012 @ 10:59 PM
By: Nekops

Content:

I believe I need a Contrivance to check for certain people. By name.

This one Contrivance would allow me to set Memory Values to individual people and treat them differently... not always more positively, or I would use a Momento to bestow my favor upon them. A negative momento, though, they can just drop.

This is unneccessary, of course, if there's some way to manually set Memory values to certain characters... but I don't know of one.


Re: Suggest a Contrivance/Contraption Part 2

Posted on: May 09 2012 @ 11:31 PM
By: Full+Metal+Lion

Content:

Quote by: Nekops

This is unneccessary, of course, if there's some way to manually set Memory values to certain characters... but I don't know of one.


It's in the pipeline, I believe. There was a thread on it, though I can't find it. Maybe others can?


Re: Suggest a Contrivance/Contraption Part 2

Posted on: June 03 2012 @ 12:29 PM
By: Ilovemath224

Content:

Check Status:
Basically, this checks if somebody is online, offline, somewhere else, AFK, or TTM.


Re: Suggest a Contrivance/Contraption Part 2

Posted on: June 05 2012 @ 03:43 AM
By: Buddleia

Content:

As well as adding a vote to the pile for a Set Memory Part, I'd like a Stop Specific Program contraption.

I'd also like the Hide Room Description contraption to be able to hide the room's description when it's in a Page in the room. Or even as a settable parameter for which room's description to hide.


Re: Suggest a Contrivance/Contraption Part 2

Posted on: June 05 2012 @ 04:06 AM
By: LydiaDefountain

Content:

Quote by: Mogar

Also, it isn't a Contrivance/Contraption, but can we add an option to add a column or two to the escape hatch?



Stick a run program in there (with a separate program running your escape plan either as a extra grid or on a hidden page off your control room)

Gives you a lot more space.


Re: Suggest a Contrivance/Contraption Part 2

Posted on: June 05 2012 @ 10:42 PM
By: Full+Metal+Lion

Content:

I don't know how Thoughts work on a first-hand experience, but a contraption of Set Thought (or Memory) to Commentary might be nice.


Re: Suggest a Contrivance/Contraption Part 2

Posted on: June 05 2012 @ 10:52 PM
By: Hairy+Mary

Content:

Quote by: Full+Metal+Lion

I don't know how Thoughts work on a first-hand experience, but a contraption of Set Thought (or Memory) to Commentary might be nice.



You can already insert the contents of a Thought into a room/page decoration. Or did you mean able to accept numbers input by your guest?


Re: Suggest a Contrivance/Contraption Part 2

Posted on: June 06 2012 @ 02:37 AM
By: Full+Metal+Lion

Content:

Quote by: Hairy+Mary
You can already insert the contents of a Thought into a room/page decoration. Or did you mean able to accept numbers input by your guest?

You can? Huh. That might be useful to me in the future.

... Anyhow, yeah, take numbers from your guest.


Re: Suggest a Contrivance/Contraption Part 2

Posted on: June 12 2012 @ 11:58 AM
By: Kew

Content:

Contrivance idea: If ___ door is locked/if ____ door is unlocked
You'd put the door ID# in the blank.

I would like this because I'd like to be able to change what a room description says based on whether the door is locked or not. I'm sure there's a way to do this through memories or thoughts, but I have noooo idea how and it would be so much simpler if this contrivance existed. (I'd just use pages to change the room description. I've figured that much out at least.)


Re: Suggest a Contrivance/Contraption Part 2

Posted on: June 12 2012 @ 10:28 PM
By: Full+Metal+Lion

Content:

Quote by: Kew

Contrivance idea: If ___ door is locked/if ____ door is unlocked
You'd put the door ID# in the blank.

I would like this because I'd like to be able to change what a room description says based on whether the door is locked or not. I'm sure there's a way to do this through memories or thoughts, but I have noooo idea how and it would be so much simpler if this contrivance existed. (I'd just use pages to change the room description. I've figured that much out at least.)

There is a way! Through coincidence! Every time you have an Unlock Door Contraption, include next to it a contraption to set a memory digit to one. Every time you have a Lock Door Contraption, include next to it a contraption to set that same digit to zero.

Also, if we had this contrivance about doors, I would use them as memory. It would be awesome, but maybe not-so-good for CMJ's wallet, eh? Then again, if you're willing to go to all that trouble for one binary digit, maybe you deserve it.

Hmm... thinking about it, I have my own contriv/trap question. Is there a way to use mostly-unused digits? For instance, if I were keeping track of a door like above, I'd only be using 2/10 of the potential of a digit. Is there a way to use the rest?


Re: Suggest a Contrivance/Contraption Part 2

Posted on: June 13 2012 @ 12:38 AM
By: Hairy+Mary

Content:

I'd use a Thought rather than a memory for this. Don't have to worry about faffing about setting digits (there is no Set Digit Contraption). You don't have to remember the digit over to the next page load, so use a Thought. In fact you want to reset to 0 for a new page load. Much easier all round.


Re: Suggest a Contrivance/Contraption Part 2

Posted on: June 13 2012 @ 12:59 AM
By: Buddleia

Content:

I had assumed that Kew meant if the door was manually locked/unlocked (which can be done by the owner in one click), rather than by a program. Is there anything which will detect if a door is set in Master Settings rather than by a program?


Re: Suggest a Contrivance/Contraption Part 2

Posted on: June 21 2012 @ 09:56 PM
By: Grey

Content:

No idea if this should go here or elsewhere but, hideable beds like you can hide a room.


Re: Suggest a Contrivance/Contraption Part 2

Posted on: June 22 2012 @ 02:46 PM
By: Trowa

Content:

Quote by: Grey

No idea if this should go here or elsewhere but, hideable beds like you can hide a room.


This! Big Grin A couple of us have asked for these "hide slot" contraptions. I suspect that slots behave differently than doors and pages, though, and no idea what would happen if the bed you're sleeping in were suddenly "hidden" when you woke up. Though, that would be pretty sweet to hide the teleport beacons, so it's not some massive time capsule in the middle of the room all the time. Imagine just zapping into the middle of a mansion's foyer, no idea how you got there besides mashing your OST button... You could even truly customize the landing pad to suit your tastes! Beacon hidden in the chandelier! Smile

(Although CMJ did just such an awesome bang-up job on the Teleport Beacon description, I don't know why I even thought about writing my own, much less actually spending the cigs at Cadfael's to do so!)


Re: Suggest a Contrivance/Contraption Part 2

Posted on: July 31 2012 @ 08:12 PM
By: Ilovemath224

Content:

Quote by: Full+Metal+Lion


Hmm... thinking about it, I have my own contriv/trap question. Is there a way to use mostly-unused digits? For instance, if I were keeping track of a door like above, I'd only be using 2/10 of the potential of a digit. Is there a way to use the rest?



There is. Use a binary system with the memory. You can cram 20 yes/no values into a memory if you do that correctly. I actually know how to do this.

On another note, I really need the ability to set a thought to a memory slot. I've got about 84 programs set up just to circumvent the lack of this feature, only to find out that I'll need 72 more Run Program contraptions. I'm not going out and getting those contraptions again... I've already used around 150 of them for this one program.

The programs themselves are rather simple. There's a single program that sets a thought to a memory, and then that program runs a "While" loop that keeps running until digit "6" of the thought is set to 0, decrementing digit 6 of the thought by one, while raising the value of the thought which represents that slot by one. Then there's a similar program to the latter one for digit "5", then one for digit "4", then one for digit "3", then one for digit "2", then one for digit "1". Perhaps I should bring up a picture rather than trying to explain this in text...


Re: Suggest a Contrivance/Contraption Part 2

Posted on: July 31 2012 @ 09:00 PM
By: Hairy+Mary

Content:

Quote by: Ilovemath224

Quote by: Full+Metal+Lion


Hmm... thinking about it, I have my own contriv/trap question. Is there a way to use mostly-unused digits? For instance, if I were keeping track of a door like above, I'd only be using 2/10 of the potential of a digit. Is there a way to use the rest?



There is. Use a binary system with the memory. You can cram 20 yes/no values into a memory if you do that correctly. I actually know how to do this.



You could even use a mixed base system depending on the exact nature of the information that you wish to remember. It would be a bugger to program though.

Quote by: Ilovemath224

On another note, I really need the ability to set a thought to a memory slot.



That's something which would have been useful to me on more than one occasion. As well as vice versa. The ability to add a thought to a specific memory slot.

Quote by: Ilovemath224

I've got about 84 programs set up just to circumvent the lack of this feature, only to find out that I'll need 72 more Run Program contraptions. I'm not going out and getting those contraptions again... I've already used around 150 of them for this one program. The programs themselves are rather simple. There's a single program that sets a thought to a memory, and then that program runs a "While" loop that keeps running until digit "6" of the thought is set to 0, decrementing digit 6 of the thought by one, while raising the value of the thought which represents that slot by one. Then there's a similar program to the latter one for digit "5", then one for digit "4", then one for digit "3", then one for digit "2", then one for digit "1". Perhaps I should bring up a picture rather than trying to explain this in text...



Um, you do know that any one program can't run more than two or three times on the same page load don't you? To prevent Infinite Loops.


Re: Suggest a Contrivance/Contraption Part 2

Posted on: August 01 2012 @ 01:31 AM
By: Ilovemath224

Content:

Oh... hmm... Well, it somewhat works right now.

I'll have to figure out another way to get it to work past that.


Re: Suggest a Contrivance/Contraption Part 2

Posted on: August 01 2012 @ 12:38 PM
By: Ilovemath224

Content:

Actually, I know how to get this to work. Have another initial program that increments and decrements the appropriate thoughts by 3, then have it run the first when it fails.

But that requires 72 more programs, 144 more run program contraption, 72 thought less and thought more contrivances (as a sum), and 144 more increment thought contraptions. That just isn't going to practically work out.

Also, with the binary base system idea, you need one (or more, but each additional one requires another Run Program contraption) main program and 20 additional ones, starting the main one with a contraption that sets a thought to the value of the memory storing your binary data, then adding a Run Program contraption for each of the additional ones. For each of the additional ones, you start with the Most Significant Bit, (524228,) checking if the thought is not less than that value, and if that passes, you subtract that value (524228) from the thought which represents the memory, while increasing the value of the thought that represents value 20 by 1. Then you go to the next Most Significant Bit (262144), and check if the number isn't less than that, before subtracting that value from the thought that represents the value of the memory and adding one to the thought that represents value 19. And so on and so forth.

If you want to do multiple bases within that, the only method I really see is using 2 bits to get a piece of data in Base 4, 3 bits of data to get a piece of data in Base 8, or 4 bits of data to get a piece of data in hexidecimal. And yes I know the total above can go over 999999. I also know the number is stored in binary, which means that it must have at least 20 bits of storage per memory, so the above should work without a problem.

However, with the above, you may have to have two or more programs interpret said data. I'll be willing to guess two of them will be enough for the 8 and 16 value ones, using a loop for at least one of those programs.

And yeah, sorry for bumping, but I couldn't edit my previous post.

Also, it can't be too hard to code the program I described earlier into a single compact feature that would save a lot of time, would it?


Re: Suggest a Contrivance/Contraption Part 2

Posted on: January 16 2013 @ 12:56 AM
By: quinn

Content:

Quote by: Trowa

Quote by: Grey

No idea if this should go here or elsewhere but, hideable beds like you can hide a room.


This! Big Grin A couple of us have asked for these "hide slot" contraptions. I suspect that slots behave differently than doors and pages, though, and no idea what would happen if the bed you're sleeping in were suddenly "hidden" when you woke up. Though, that would be pretty sweet to hide the teleport beacons, so it's not some massive time capsule in the middle of the room all the time. Imagine just zapping into the middle of a mansion's foyer, no idea how you got there besides mashing your OST button... You could even truly customize the landing pad to suit your tastes! Beacon hidden in the chandelier! Smile

(Although CMJ did just such an awesome bang-up job on the Teleport Beacon description, I don't know why I even thought about writing my own, much less actually spending the cigs at Cadfael's to do so!)



You can always customize it like you do furniture. Just the name, really, but mine's set up in CAKE as a Hollow Tree.


As for my suggestion, now that we have global and place banter... Has anyone thought of programs to allow people to change the type of chatspace they have? Like using a commentary command and a new SET CHAT TYPE to enter /GLOBAL to get Global Banter in a room instead of Local. (A lot of my rooms are offered as private rooms to Clan members, not to mention sometimes you just might want to check Global or Place Banters without leaving the room.... Or something like that.)


Re: Suggest a Contrivance/Contraption Part 2

Posted on: February 24 2013 @ 04:53 AM
By: kythia

Content:

Not sure if it exists - its not in the wiki if it does - but a contrivance to check charm (or a set: charm greater than, less than, equal to). I'm starting to design my place but I'm worried about ugly people getting in and grossing the place up.


Re: Suggest a Contrivance/Contraption Part 2

Posted on: June 30 2013 @ 04:49 PM
By: Hairy+Mary

Content:

I'm just starting to build a new Place, a BIG place. Something which would be really useful for what I want to do is a way to multiply thoughts together. I can write a program to do it for me, but it'll be a bit of a big bastard. It would be much nicer if I had a contrivance to do it for me.

Keeps fingers crossed.


Re: Suggest a Contrivance/Contraption Part 2

Posted on: June 30 2013 @ 06:16 PM
By: Buddleia

Content:

Quote by: many different people
Set Memory Part.

Pleeeeeeeeeeease? Smile


Quote by: Ilovemath224
On another note, I really need the ability to set a thought to a memory slot.

Oh gosh yes, this would make life so much simpler. We can already use the Set Thought contraption to set it to a whole Memory value, but say if you want to display the value of one digit of your Memory, then you need to do

PHP Formatted Code
If Memory Part equals 0, then Set Thought to number 0
If Memory Part equals 1, then Set Thought to number 1
If Memory Part equals 2, then Set Thought to number 2
If Memory Part equals 3, then Set Thought to number 3
If Memory Part equals 4, then Set Thought to number 4
If Memory Part equals 5, then Set Thought to number 5
If Memory Part equals 6, then Set Thought to number 6
If Memory Part equals 7, then Set Thought to number 7
If Memory Part equals 8, then Set Thought to number 8
If Memory Part equals 9, then Set Thought to number 9


A ten-row program just to set up one digit of your Thought!
This is a right pain for Scrapyarding, and surely a much bigger server load than making a fix so we can just do
PHP Formatted Code
Set Thought to memory part


Re: Suggest a Contrivance/Contraption Part 2

Posted on: June 30 2013 @ 07:01 PM
By: Hairy+Mary

Content:

Seconding everything that Buddleia's just said.


The Improbable Island Enquirer - Forum
http://enquirer.improbableisland.com/forum/viewtopic.php?showtopic=27484