Cloak of Darkness, Ring of Darkness

I think if you don’t support classic IF Cloak of Darkness out of the box, your new IF system doesn’t work. It’s artificial and contrived for a good reason, You have to start here.

If you have a new one, that doesn’t support Cloak of Darkness, it’s useless and it’s trash. I am saying that affirmatively.

Rob

It’s great and new and can skip the old Roger Firth Cloak of Darkness. Why are you here, then?

Everyone knew it at the time. Roger put his finger on it. You have to start here.

Rob

I am waiting to talk to the guy with the Unreal 4 editor, hey I have an IF story. I just did Cloak of Darkness in Unreal 4+.

Well, ok, let’s take you seriously.

I’m afraid i have to disagree with this. What exactly is the “good reason”?

It seems to me a pointless requirement for a game engine to support “out of the box” an “artificial and contrived” design.

The “good reason” was to demonstrate that the parser and world model could be customized at several levels:

  • Customizing standard library actions
  • Customizing movement actions and “can’t go that way” messages
  • Customizing the light-dark system, or (alternatively) being able to implement darkness in a way that affects all library actions

It’s not a complete example by any means, but that’s what your IF system has to support.

1 Like

The “light-dark” system is being able to customise the interactive scope. can you do that in inform?

Andrew l read your reply. Thank you for posting.

I am talking like a guy out of time, stiffly. That’s to be expected l know.

Remember Rob when the time c

1 Like

I just mean that Cloak of Darkness can be added to, if you are actually working on an IF language or system that needs more. But you can’t fool yourself if it doesn’t have the basics. I got a lot of what I thought was the basic, start from scratch, that I could define a Room, and I could with certainty define which Room an Object was in. That’s when I had started over with Scott Adams.

Once I defined an Object, and which Room it was in, and I brutally defined Inventory as a Room, I was writing IF in Swift. Then I made absolutely sure, that my function moved Object from Room to Room, I started writing interactive fiction with my own code. Then when I tried my successful code with Cloak of Darkness, I understood why Closk of Darkness is the standard, and I still stand by it.

I’ve always thought that “darkness”, however you want it to be, should be definable in your IF language and therefore not have to be a built-in system primitive. So, yes, your IF system needs to be able to do it, but there should be no requirement that it exists a priori.

If you can customise scope, which i think you can in Inform, is it not possible to build “darkness” yourself. A first approximation of darkness is to set the scope to the player (and within) as opposed to the standard definition of the current location (and within). You then need to take account of lights etc.

Ring of Darkness proved that I was not successful, I was still moving empty copies around, my IF code wasn’t healthy, it would not work.

I was overwhelmed when I got this far.

Cloak of Darkness. The whole point is, let IF have a light or dark. Baseline.

Yes, it is.

so we agree :slight_smile: