Moulberry / NotEnoughUpdates

http://moulberry.github.io/projects
GNU Lesser General Public License v3.0
469 stars 58 forks source link

Automatically mark which souls have been collected based on the particles they emit #196

Open R3Ked opened 3 years ago

R3Ked commented 3 years ago

It gets annoying to have to revisit every soul you've already collected before you installed this mod, so this feature would be nice. If it can't be done for some reason, just tell me and close this.

dxxxxy commented 3 years ago

It gets annoying to have to revisit every soul you've already collected before you installed this mod, so this feature would be nice. If it can't be done for some reason, just tell me and close this.

I'm not sure, but I'm guessing he made it with each coordinate of each fairy soul because of how chunks work. You wouldn't be able to detect particles or even blocks if you're not within a certain distance of the fairy soul. So there's really no point in doing that.

jani270 commented 3 years ago

It gets annoying to have to revisit every soul you've already collected before you installed this mod, so this feature would be nice. If it can't be done for some reason, just tell me and close this.

DxxxxY was right all souls are saved with cords here: https://github.com/Moulberry/NotEnoughUpdates-REPO/blob/master/constants/fairy_souls.json Scanning the World for the particles would be a ESP and that is against the Hypixel Rules.

R3Ked commented 3 years ago

Ok, but there's a Blaze Puzzle solver that might count as an ESP, and it's not banned.

On Wed, Jul 14, 2021 at 8:49 AM jani270 @.***> wrote:

It gets annoying to have to revisit every soul you've already collected before you installed this mod, so this feature would be nice. If it can't be done for some reason, just tell me and close this.

DxxxxY was right all souls are saved with cords here: #196 (comment) https://github.com/Moulberry/NotEnoughUpdates/issues/196#issue-921857843 Scanning the World for the particles would be a ESP and that is against the Hypixel Rules.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Moulberry/NotEnoughUpdates/issues/196#issuecomment-880006897, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE3GMQBQ3K5EMGRBV46IQR3TXWWY7ANCNFSM46YFF5NA .

jani270 commented 3 years ago

Ok, but there's a Blaze Puzzle solver that might count as an ESP, and it's not banned. On Wed, Jul 14, 2021 at 8:49 AM jani270 @.***> wrote: It gets annoying to have to revisit every soul you've already collected before you installed this mod, so this feature would be nice. If it can't be done for some reason, just tell me and close this. DxxxxY was right all souls are saved with cords here: #196 (comment) <#196 (comment)> Scanning the World for the particles would be a ESP and that is against the Hypixel Rules. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#196 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE3GMQBQ3K5EMGRBV46IQR3TXWWY7ANCNFSM46YFF5NA .

There are no Dungeon Solvers in NEU

R3Ked commented 3 years ago

I mean in a different mod.

On Wed, Jul 14, 2021 at 10:22 AM jani270 @.***> wrote:

Ok, but there's a Blaze Puzzle solver that might count as an ESP, and it's not banned. … <#m8077619367742462573> On Wed, Jul 14, 2021 at 8:49 AM jani270 @.***> wrote: It gets annoying to have to revisit every soul you've already collected before you installed this mod, so this feature would be nice. If it can't be done for some reason, just tell me and close this. DxxxxY was right all souls are saved with cords here: #196 https://github.com/Moulberry/NotEnoughUpdates/issues/196 (comment) <#196 (comment) https://github.com/Moulberry/NotEnoughUpdates/issues/196#issue-921857843> Scanning the World for the particles would be a ESP and that is against the Hypixel Rules. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#196 (comment) https://github.com/Moulberry/NotEnoughUpdates/issues/196#issuecomment-880006897>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE3GMQBQ3K5EMGRBV46IQR3TXWWY7ANCNFSM46YFF5NA .

There are no Dungeon Solvers in NEU

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Moulberry/NotEnoughUpdates/issues/196#issuecomment-880072263, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE3GMQHBRS32GR2J6T7V4WDTXXBTXANCNFSM46YFF5NA .

realRobotix commented 3 years ago

Ok, but there's a Blaze Puzzle solver that might count as an ESP, and it's not banned. On Wed, Jul 14, 2021 at 8:49 AM jani270 @.***> wrote: It gets annoying to have to revisit every soul you've already collected before you installed this mod, so this feature would be nice. If it can't be done for some reason, just tell me and close this. DxxxxY was right all souls are saved with cords here: #196 (comment) <#196 (comment)> Scanning the World for the particles would be a ESP and that is against the Hypixel Rules. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#196 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE3GMQBQ3K5EMGRBV46IQR3TXWWY7ANCNFSM46YFF5NA .

  1. Hypixel can't detect ESP.
  2. "all use of modifications on our server is at your own risk"
dxxxxy commented 3 years ago

Ok, but there's a Blaze Puzzle solver that might count as an ESP, and it's not banned.

On Wed, Jul 14, 2021 at 8:49 AM jani270 @.***> wrote:

It gets annoying to have to revisit every soul you've already collected before you installed this mod, so this feature would be nice. If it can't be done for some reason, just tell me and close this.

DxxxxY was right all souls are saved with cords here: #196 (comment) https://github.com/Moulberry/NotEnoughUpdates/issues/196#issue-921857843 Scanning the World for the particles would be a ESP and that is against the Hypixel Rules.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Moulberry/NotEnoughUpdates/issues/196#issuecomment-880006897, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE3GMQBQ3K5EMGRBV46IQR3TXWWY7ANCNFSM46YFF5NA .

Yes, but the ESP itself won't work. Because of what I said earlier.