Savvy ? 🐒
[INTERNATIONAL] [Jack] DoorsPlugin

Display ground symbol & map shape for Doors, Breakable Doors and Bridges.

Note : this is a work in progress, report any wrong behavior if you want it fixed ; )
Unzip into /plugins/ Zip from GitHub
Customization : (Default theme customization 101)
I like the minimap icons but prefer to disable the ones on the screen. Is it possible to customize and if so how?
PHP Code:
Hud.RunOnPlugin<Jack.Actors.DoorsPlugin>(plugin =>
{
plugin.BridgesDecorators.ToggleDecorators<GroundLabelDecorator>(false);
plugin.DoorsDecorators.ToggleDecorators<GroundLabelDecorator>(false);
plugin.BreakablesDoorsDecorators.ToggleDecorators<GroundLabelDecorator>(false);
});
History :
Code:
- change labels to UTF-8 symbol
- removed hardcoded string -> international
- HashSet<uint> on biggest arrays
- changed the color of Doors to yellow
- changed back to MapShape instead of symbol
- added a breakable door id
- added 3 bridges ids (thanks MrOne )
- fixed breakable doors decorators (thanks MrOne x2)
- fixed cemetary doors (thanks noobz )
How to help :
When you find a wrong door, hit 'End' key, this will turn the plugin in debug mode and give more information :
Last edited by JackCeparou; 02-14-2019 at 07:37 AM.
Reason: version tag
These ads disappear when you log in.
Post Thanks / Like - 19 Thanks
d3gigi,
RealGsus,
DaLeberkasPepi,
sn4rk,
icewaere,
kebabisgood,
cherouvim13,
Dandello,
bm206,
johnbl,
Razzko,
rambo99jose,
(Sarge),
Razorfish,
RNN,
BeeAntOS,
mois,
HoaryWitch,
Skeeh (19 members gave Thanks to JackCeparou for this useful post)
Post Thanks / Like - 1 Thanks
LovesTurboHud (1 members gave Thanks to JackCeparou for this useful post)
Post Thanks / Like - 1 Thanks
LovesTurboHud (1 members gave Thanks to JackCeparou for this useful post)
Post Thanks / Like - 1 Thanks
Sharkihann (1 members gave Thanks to JackCeparou for this useful post)