How many verbs are perfect?

Never knew that! :open_mouth:

1 Like

Imagine you would have instead of “fix” the verbs “strip” and “twist”.

It would make for some interesting other uses too. Or set you off on the wrong foot.

1 Like

I don’t think you can have a SCUMM interface without “use”. How would you , say, play the trumpet in monkey2? (Of course you can add a “blow” or “play” verb, but then you’d also need to add a lot more verbs: dig, fish, and so on [edit: WRONG. it does not follow. “dig”, “fish” can be expressed by combining two objects. “Blow” cannot.]). The number of “unary” verbs would explode.

The problem occurs because scumm is a verb-first, object-second interface. If OTOH you have an object-first, verb-second interface, you can do without the “use” verb, without exploding the number of verbs.

(An other way to remove “use” is, of course, switch to a verb-less interface, but then you lose puzzles which consist in push, pickup and open. )

1 Like

But don’t you “spoil” with this interface some of the puzzles? For example if you click on the trumpet and you show the verbs “look at”, “take” and “blow”, it’s clear, that you have to blow the trumpet.

If implemented that way, it gives away puzzles.
But not if you implement like this:

you click the trumpet, and the verb menu pops up, containing two sections: 1) the fixed verbs; 2) the context-sensitive verbs.

so you would see: play (context-sensitive) , and then the list of fixed verbs, those that are always the same: look, open, close, pickup, push, pull, give, talk, combine with.

This way I don’t think you would give away any monkey 2 puzzle, and yet you have implemented monkey2 without the use verb, keeping gameplay unchanged.

Also note that the puzzle in monkey2 is not to understand that you need to blow the trumpet, but where to blow the trumpet. So you wouldn’t lose anything. In general, the obvious usage of an object is never the puzzle.

Well, if we want to take the Checkhov’s gun approach, that’s the same for everything in the game. By adding an item in the game you’re basically telling the player “you might want to use this to solve a puzzle in the future”.

The only way to reduce this feeling is to add “red herrings”, just like all the objects you find in TWP. And so goes for verbs:

By adding play to a trumpet, I’m not spoiling anything. It’s just the most basic use of an object. In fact, playing a trumpet in my game might be useless for the puzzles, because maybe you have to trade it instead of playing it, but if you have the obvious verb for every object in the game, you’re not spoiling anything.

1 Like

The only red herring objects in TWP (besides the trash on the highway) are the backer created objects we couldn’t find a use for. That’s something I will never do again in a Kickstarter.

1 Like

Btw. since you are likely eager to create another type of build:
Have you considered putting the Android version on Humble as APK? I’d buy it! (Hey, it might not even need a special build?)

You could also use an interface without text-verbs similar to the CMI or FT coin, having various body parts and you just put the trumpet to your mouth/lips.

In the future we will all have VR and motion controllers anyway! You’ll pick up the trumpet and move the controller to your actual mouth…

Yes but typically they don’t get that much praise. No wait, there are still a lot of Sierra fans out there! :slight_smile:

I was talking about this specific puzzle in Maniac Mansion:
Opening the envelope by putting it in the microwave with a glas of water, preferable non-toxic/non-radioactive water. :slight_smile:
They cannot be combined in the inventory, I’ve just tried it to be sure :slight_smile:

Of course you can put both in the microwave at the same time when you know what you are doing. But I was talking about the case when you forget it at first, the door is already closed and want to reopen it.
You shouldn’t need to go through a microwaving cycle to do this, it’s just not how anyone would operate in the real world.

1 Like

Right. But this way you would lose puzzles based on push-pickup-open.

Now, for open, you can argue that this verb either does not make sense on a given object, or is the obvious usage of that object. So it is not needed: “use” or “the hand” would replace it without losing puzzles. And that’s true. But for pickup and especially push, that’s a loss.

Was it not a fun challenge to try and incorporate them all? (“No.”)

image

Maybe we discussed this in the past but I don’t remember the conclusion.

My question is : why are 30 verbs overwhelming, but 30 objects in the inventory are not overwhelming? why is the first thing inacceptable but the second is?

Possible response: because the player assumes that the objects are used only once, but verbs are used frequently.

but that’s not true. If I have 30 verbs, most of them will only be used once: listen, climb, throw, hide behind, kiss, enter…

So I don’t see any difference between objects and verbs. I would actually put them in the same list.

more precisely, you could put the frequent verbs, like “pickup” and “look” and “talk”, pinned to the top, and then all other verbs merged together with the inventory objects: climb, push, pull, open, listen, kiss, hide behind, enter, knife, magazine, scissors …

they are used the same way after all. All of them are supposed to be used once or twice.

I think that would be confusing. You’d have to trawl through the verbs looking for inventory items, and vice versa.

Plus some could be confused with the other:

I think the difference is that with the verbs the player has to think about which one to use, so having 30 to wade through is a bit tedious.

ok but why is traveling through 40 inventory objects acceptable, but traveling through 20 verbs is not?
we are talking about verbs that you will be looking for only once or twice in the game. same for objects.

Because it doesn’t reflect real life. In everyday life you just “act”, you don’t explicitly think about what you want to do, while it is true that you have memory of what objects you carry with you or where you put them.

Same goes in games. I’d find acceptable to look in my inventory for the object I want to use, because it mimics something I actually do every day, while I’d be frustrated if I had to search for a verb to make my character “act”. From the interface point of view it’s the very same thing, but it’s not if you think about immersion. Verbs should be as immediate as possible.

interesting. but I don’t agree that scanning a list of objects reflects real life.
I think neither scanning a list of objects, nor scanning a list of verbs, in the hope to get an idea, is what you do in real life to solve a problem

in real life, first you need to solve the problem in your mind. you will only scan the room when you know what you are looking for.

this is not what happens in the game. we accept that the player will scan the objects in the hope to get the idea what to do next. this is unrealistic, but we accept it. but then, we can do the same concession for verbs.

Because nouns tend to be less ambiguous than verbs. Some verbs can be interpreted in different ways (such as put, activate, attach).

Hm… sorry, I don’t get the relevance. why is scanning a list of things that are somewhat ambiguous inacceptable?

moreover, the objects must be ambiguous too. they must have some secondary nonobvious usage. otherwise that wouldn’t be a puzzle. in adventure games, it is all about nonobvious/unusual actions.

The sense you use the most, are your eyes and the human brain (throuhgout the evolution) has been optimized for image recognition. Images for items only stand for an object. Verbs (are harder to read) and if they’re represented by an image, they still need to learned/well done in order to understand their meaning.

I suggest:
a) Imagine a small scene.
b) Populate it with some objects and people.
c) Test your theories within the scenario.
d) If you have a candidate which feels good after these tests, implement it and see how it feels.
e) Expand your scene and test if it still works.
f) Share it with other people and compare it to possible alternatives.
g) Iterate and find a good solution.

2 Likes