Rogue Mode Addon (V1.0.2)

Rogue Mode Addon (V1.0.2)

By DannySab Published 4 Nov 2020 · Updated 22 Nov 2020
4.7

This add-on tries to simulate the stealth mechanics seen in other games, allowing you to become a stealthy rogue hiding from other mobs by being in the shadows and taking advantage of stealth to ambush them!

Select version for changelog:

Changelog
  • Change in stealth: Now you can have equipped tools or weapons while being invisible.
  • Change in spotted: Now you get spotted when you make an attack and you get slowness when you get hit.
  • Added new items: Daggers can now be made separately, and wood, stone and iron versions were added.
  • Added new items: Poisons. The player can make poison attacks with daggers using these items.
  • Added new items: Maces. These weapons can immobilize and disarm an opponent. Can be used in stealth without being spotted.

Installation

Supported Minecraft versions

Installation Guides

1
Look man. This has not had any updates in over 2 years. We can't hide in tall grass. Your fans are counting on you to improve the one and only stealth mod available for bedrock. I hope you didn't die of covid.

If you feel like its too much weight on your shoulders. Im a content creator here too. If you want i could take it over for you.
1
Please make an update because it doesn't work on 1.19 please fix it
1
Pls add structures,new armor etc, this addon is awesome
1
Chinchilla Overlord January 08, 2021 at 2:24 pm
Happy New Year: what about an update?
1
Chinchilla Overlord November 26, 2020 at 5:15 pm
Nice. Can you please add more traps/decoys in the future?
1
Does is use player.json i mean i would like to use it few other addons
1
i would like to know as well. I imagine it used .json but id still like to know.
1
Hi! Yes, the addon uses player.json to make it work.
1
This addon is great! I would like to know, however, if it is possible to limit the stealth mechanics to a single player? I'm making an RPG style map and this would be great to have as a class specific trait.
1
Hi, Thanks! It's possible. I don't know how the player should access the class, but once they do they can be given a tag or a certain condition that they must have to use the stealth mechanics. Something like that.
1
Hey I'm interested in your map and I wonder when you're going to get it
1
Dear ALL ADD-ON MOD DEVELOPERS:

Please stop running functions EVERY SINGLE TICK. These awesome mods you are using are being used on SERVERS as well as single-player clients. That means when your function does this:

effect @s invisibility 2 1 false

It is running that 20 TIMES PER SECOND, for EVERY PLAYER that is sneaking. Welcome to lag city!

Use a variable in the transition, like this:

variable.delay_tick = variable.delay_tick + 1; return variable.delay_tick > 60;

That will cause the transition to delay exactly 3 seconds. Then the on_entry section can reset the variable:

variable.delay_tick = 0;

Very simple, and your BDS (Bedrock Dedicated Server) players will thank you for removing 99% of the lag on their server.
1
Hi! Thanks for letting me know and for explaining how to fix it. I will try as soon as possible!
1
I litteraly just worked out how to use LinkVersite a few weeks ago
1
Hi! Yeah, it is a bit tricky at first to download. I forgot to put a guide for the new update, but I will do it later!
1
Chinchilla Overlord November 19, 2020 at 4:52 pm
You didn't stop the work on this addon, did you?
1
Hey! Don't worry, I have no plans to stop at the moment and I have many more ideas to add. In the next few days, I will post a new update that I have been working on. New items and mechanics are coming!
1
Chinchilla Overlord November 19, 2020 at 8:20 pm
Cool! Thank you
1
Phenomenal! I love it. I've always liked the idea of stealth addons but I'm not advanced enough to code them. Also I am guessing this isn't multiplayer friendy. Is it?
1
Thank you! I am glad you like it! I didn't have multiplayer in mind, but if you find bugs or have any suggestions that could improve the multiplayer aspect, you can let me know and I can try to fix it.
1
I can’t get the Addon cuz it’s linkvertise
1
Hello! In linkvertise you have to click 'Free Access with Ads' > 'Discover articles' > Click on any article and leave the article page open for a few seconds > Click on the 'X' > 'Continue'. I'm sorry if it's a bit annoying but this way you support me!
1
Wow, I've always dreamed of a stealth addon
1
Hey, Thanks! I love stealth games and I thought it would be great to add something like that to the game!
1
I was sceptical to get this Add-On at first, since 1.0.X versions tend to be fairly buggy, but this works really well. I’ve used in with a few other mods (including Wastelands), and it ups the fun of gameplay loads. The mechanic is well-thought out, and it’s far more balanced than I expected. If I had any recommendation (and I understand this would be difficult to implement), it would be to make you take double damage in stealth mode, when you do gatekeeper damage, and/or have weakness after you are hit out of stealth mode.
1
Hello, Thank you! I am glad you like it! My goals are to keep it balanced so that the player is not overpowered with these mechanics and to make stealth a skill based thing. I like that idea and I am going to try to add something like that, some games make the player more vulnerable in stealth and encourage you to be careful.