Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the created doors have flaws and bugs #90

Open
Tamago4a opened this issue Oct 24, 2023 · 3 comments
Open

the created doors have flaws and bugs #90

Tamago4a opened this issue Oct 24, 2023 · 3 comments

Comments

@Tamago4a
Copy link

I need to protect the door from grenades, so I bet 100,000 HP. I could set the "ignored_damage_sources" setting to "Grenade", but then the door can be broken down with small arms. The problem is that this parameter is not an array. I would like to indicate several types of damage from which the door should not break.
image
image
image

Moreover, I would like to limit access to the door not only by the rights of access cards, but also to give access to players who have certain roles. It would also be cool to make the KeycardPermissions parameter an array.

Also created doors have a bug with the "Destroy" button. The fact is that if you select all the doors and press this button, the doors do not explode. But if the same button is pressed again, the remaining doors explode. This does not happen with other types of actions on doors.
Video: https://github.com/Michal78900/MapEditorReborn/assets/47304666/abfdb495-3881-4016-a3be-406152434e9c

@Tamago4a Tamago4a changed the title the created doors have flaws the created doors have flaws and bugs Oct 24, 2023
@blademane
Copy link

with the ignored damage sources you add the numbers together so like
3 is ignore grenades and 5 is ignore playerdamage
so you just add the together
3+5=8 so 8 ignores playerdamage and grenade damage
although i don't remember exactly what number is what so replace with right numbers

@Tamago4a
Copy link
Author

with the ignored damage sources you add the numbers together so like 3 is ignore grenades and 5 is ignore playerdamage so you just add the together 3+5=8 so 8 ignores playerdamage and grenade damage although i don't remember exactly what number is what so replace with right numbers

I think I understand what you mean. But do you understand that this plugin is used by ordinary people who don’t know or understand all this? Moreover, there is no normal documentation for configuration. There is a website, but there is no information there other than installing the plugin.

@BenFRC5147
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants