Michal78900 / MapEditorReborn

A map editor plugin for SCP: Secret Laboratory
56 stars 38 forks source link

the created doors have flaws and bugs #90

Open Tamago4a opened 10 months ago

Tamago4a commented 10 months ago

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

blademane commented 10 months ago

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 commented 10 months ago

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 commented 10 months ago

https://discord.com/channels/947849283514814486/947857954655322133/1140849738686681099 goober, it's pinned in #general