#[Archived] [1.1.0] BetterEscape

1 messages · Page 1 of 1 (latest)

crude echo
pearl basalt
#

lol

glacial obsidian
pearl basalt
#

lol

crude echo
pearl basalt
#

than create multiple similar plugins

crude echo
#

I created it on NwApi, it's not my fault that these plugins are not on NwApi

rotund olive
crude echo
#

This plugin is ported from NwApi, so it may be easier for some people to use it

livid wigeon
#

@crude echo Is it possible to set more classes?

warm path
#

There's a invisible barrier at the escape area that lets SCPs camp and make the round go longer, pelase fix that if possible

#

basically can't shoot through it

blissful wyvern
glacial obsidian
#

I believe the plugin creates a primitive with a collider at the Gate B escape area
So the bullets must be blocked by the collider i assume

blissful wyvern
#

I wanna read the source code

#

Oh what the hell it does

#

That's really dumb

#

Why create a whole new collider instead of prescribing to LabAPI events or even just a harmony patch

#

The way I do it in my plugin is a harmony patch

#

The event is called for every player, it just doesn't actually "escape" the player if they're not a certain role or status

glacial obsidian
#

I think I might have done something similar to this in my plugin

#

Yeah I should probably update mine now

blissful wyvern
#

Depending on what you're going for, you do something like

public static bool Prefix(ReferenceHub hub, HumanRole role, ref Escape.EscapeScenarioType __result)
{
  if (!hub.inventory.IsDisarmed()) return true;
  switch (role.RoleTypeId.GetFaction())
  {
    case Faction.FoundationEnemy:
      __result = Escape.EscapeScenarioType.CuffedClassD;
      return false;
    case Faction.FoundationStaff:
      __result = Escape.EscapeScenarioType.CuffedScientist;
      return false;
  }
  return true;
}
glacial obsidian
#

Thanks.
I havent touched my Escape Plan plugin in ages

#

I really should update it.
Thanks again for the advice

blissful wyvern
#

Of course!

#

I love helping out

short turtle
blissful wyvern
short turtle
#

I’m interested

blissful wyvern
#

It's got custom roles, custom items, SCP abilities, bug fixes, balancing changes, UI elements, and other shit

short turtle
#

Can parts be disabled and enabled?

blissful wyvern
#

No

#

It's all for a specific server

short turtle
#

Ohh

#

Alr

#

Nvm then

cedar surge
#

You can now escape as uncuffed NTF and desert to CHAOS. Chaos can also just leave and respawn themselves for infinite mats. Might be new bug with update