The Glorious Off Topic Channel of Destiny 5

Well, there could be other workarounds to that

2 Likes

if the detection is an object, put a switch saying: if the player is in the closet, it doesn’t work.
so put two messages on the closet to send to it telling when the player exits or enters

3 Likes

Hello everyone

The issue is that the player has a hitbox and you often have enemies moving through you as you’re in the closet.

2 Likes

You could disable the player using the Enabled block?

2 Likes

The player can still get caught if the monsters saw him enter.

2 Likes

There’s a few different ways you can do this.
You can have a switch that turns off when hiding, so you can’t get hit by normal enemies while hiding in a wardrobe.

Another method is to compare the player’s X value and the monsters X value and if they are equal or very close in value, then you die. You can do this if the player is enabled false, which would be a bit more beneficial if you are hiding and the monster (sorry, I forgot the name, the one that chases you even if you hide) happens to stumble past you, you don’t immediately die. So if you are hiding and this monster comes from out of the screen somehow, he doesn’t know you’re in there. Unless he’s supposed to know you’re there regardless.

Or you could use a similar technique I used in Algiophobia where the player is teleported below the map when hiding, so monsters just ignore you. But when the shadow monster finds you, it can force you to teleport back up and get caught. I don’t recommend this as it’s about the most complicated solution and takes a bit to perfect. I struggled with my system for a while and it’s still not the greatest.

2 Likes

The simplest one is probably using a switch to disable collisions with normal enemies. But I don’t know if the player is non-solid or not or how the system works, so I can’t give a definite answer.

3 Likes

M’Lady @BeesyBee, it is customary for a Duke to be married to a Duchess (either the lady shall become a Duchess through marrying the Duke, or she is already a Duchess). However, there is not really an official title for the children of Dukes and Duchesses (besides just plan old m’lord :wink:).
So, Lord Slime and I have suggested that an “official” title be formed for these unfortunate children with common, ordinary “Lord” titles.
Either Dukenson (or Dukendaughter), or dookies. Whichever suits, I suppose~

2 Likes

6 Likes

I woke up in my basement not knowing what happened yesterday night (Anyways how is everyone)

I found Infinite Craft and while i havent gotten any new discoveries I’ve found some pretty funny ones like “Sharknado Kabob”.

3 Likes

Lol I think I have like like 5 discoveries
Screenshot 2024-03-01 1.18.35 PM

Collisions are working just fine in the logic sense. My issue is I need the monsters to pass through the closet. The player is still there, just invincible and invisible. Currently enemies teleport through the player’s location which looks very wonky.

2 Likes

This has to be one of the dumbest things I’ve ever made

5 Likes

I died in my game.

8 Likes

Is there jumping at all in the game? Or the use of stairs, as in vertically ascending?

Cause if you just teleport and there’s no use of gravity, you could have the player non-solid, but enable collisions.

Then just update the players Y value based on what floor he’s at.

Since there is no gravity or friction to slow the player down, you’ll need a system to set the players X velocity to zero when A or D is up.

2 Likes

There are no stairs (except to move levels) but there are doors and walls. That’s an intriguing and out of the box proposal, I’ll look into its practicality.

2 Likes

When i got on today there were over 500 new posts.

4 Likes