Author Topic: Is there a Mod for BLID areas(read to understand)  (Read 2437 times)

In most cases, getting stuck isn't an issue. With JVS a player couldn't click on the door when they got stuck, but you can still click the door when you're stuck in a default door. And that could easily be made as an add-on if people really want it. Restricting IDs, as you can see, is a thing that's already made. Admin only is an awful idea. An admin should just be F8/F7ing into a restricted room. Having a restricted doors just risks having stupid people trying to barrel through it when they shouldn't even be able to. ID Blacklisting seems like a bad idea.

And the point isn't about what JVS has. Any features of note could be easily recreated for default doors.
The point is that JVS is inefficient and people only used them because that's all we had.
You can only still click the default doors and get unstuck because of the frames. There are other doors people have released without the frames that you can still get stuck in.

Which is what we have the modding community for. Someone could make a script that opens doors when people are stuck.

The point is that JVS is inefficient and people only used them because that's all we had.
I've never had an issue with JVs and still prefer them over default doors.

Which is what we have the modding community for. Someone could make a script that opens doors when people are stuck.
JVS doors already has this.

JVS doors already has this.
JVS doors is stuff. Why does it matter if it already had this? Seriously.

JVS doors is stuff. Why does it matter if it already had this? Seriously.
Well because JVs are good.

Figuring out VCE is not that hard honestly, if you just look in the script you can see all the things it includes.

http://pastebin.com/XEyNRXBJ

An example to make a health bar or something would be like

registerSpecialVar(Vehicle,"health","%this.getDatablock().maxDamage - %this.getDamageLevel()","setHealth");
                registerSpecialVar(Vehicle,"maxhealth","%this.getDatablock().maxDamage");


OnActivate > Client > Bottomprint > Health: <var:pl:health> / <var:pl:maxhealth>


There are a few ways. Like said, VCE and JVS. There also a way in VCE, to not only do BL_IDs. But add a player's client to "Group_Tigers" And if they have this group, they would be let into the room. In any case, I can help you with VCE.

Well because JVS doors are good.
ftfy

also jvs doors are immensly complex and annoying to use

It's not complicated at all. Just use VCE RetroCheck events. It's 3 lines.

Onactivate Self VCE RetroCheck ifplayerid = ID HERE
Onvariabletrue door toggle or whatever the events are for the door.

Use VCE instead of those door event addons, much more flexible and reliable.
This is very helpful I am doing this right now as I am installing VCE