Jump to content

Help
Latest News Article

AtomicStryker's Magic Yarn

1.2.5 magic yarn always find home function ssp smp

86 replies to this topic

#1

  • Location: Teutonia!!

Posted 08 December 2011 - 01:12 AM



More videos
Spoiler






Introduces a new Item to Minecraft, the Ball of Magic Yarn.
It is crafted by surrounding a Compass with Wool (any kind).

NOTE:
In Multiplayer, you can't craft this Item. You use a button instead, by default "J". Button can be customized in auto-created file under mods/MagicYarn.txt


The Item serves as pathfinding Tool and to keep track of your movements. In other words, you should never again get lost exploring the Nether or some complex cave system, and without leaving a ridiculous amount of Torches to mark your trail.


Usage once crafted [button instead mouse in multiplayer]:

[Nothing set]
Rightclick: Specifies your current location as point of origin.

[Origin set, no path]
Rightclick: Sets your current location as waypoint. Computes the shortest (Manhattan) walkable path to the origin and displays it.

[Path visible]
Rightclick: Makes the path disappear. If you stand in a path while right clicking, any path after the point you stand in will be cut off and deleted (for circling around).

You can only see the Path at all times while holding the Magic Yarn.

[Path invisible]
Rightclick, short: Sets your current location as waypoint. Computes the shortest (Manhattan) walkable path to the LAST WAYPOINT and displays it.
Rightclick, >0.5s: Sets your current location as waypoint. Computes the shortest (Manhattan) walkable path to the ORIGIN and displays it. If that fails, it falls back to the LAST WAYPOINT.

[At any point]
Rightclick, >2.5s: Resets the Magic Yarn to the [Nothing set] status.




Technical Information for the interested:

Features implementation of A* pathing Algorithm.
A* is heuristic (that means its very efficient in open spaces) and my implementation has a binary heap sorting method aswell, which apparently is the best method for this task.

Pathfinding is done in a seperate java Thread, so this uses Multicore CPUs and should never lock up your Minecraft.




Installation:

Spoiler


Problem fixes:

Spoiler


Downloads moved to:
http://www.atomicstryker.net



My other mods:

Public service announcement to improve forum culture: Dumb questions require dumb answers.

My website with all Minecraft related stuff


Register or log in to remove.

#2

Posted 08 December 2011 - 01:25 AM

SECOND! This mod looks really cool, I'll try it out. Also, does the path back emit light?
Posted Image

#3

  • Location: Teutonia!!

Posted 08 December 2011 - 01:31 AM

No, it's just particles. Anything else would really pressure the engine.

Public service announcement to improve forum culture: Dumb questions require dumb answers.

My website with all Minecraft related stuff


#4

    DanCraft

    Lapis Lazuli Collector

  • Members
  • 1010 posts

Posted 08 December 2011 - 01:32 AM

Wow this is a very amazing mod. Best mod to help you find where you are at that i've seen.

Posted Image


#5

  • Location: In Your Home,Under Your Bed

Posted 08 December 2011 - 01:51 AM

I like the part of the skeleton... also great mod!!!!!!
EDIT: Is SMP compat. ?

Posted Image


#6

Posted 08 December 2011 - 01:52 AM

Cool :D

#7

    Lanane

    Tree Puncher

  • Members
  • 34 posts

Posted 08 December 2011 - 04:15 AM

You sir make very interesting mods. :)

If you make multiple magic yarns, can you set a different origin point for each yarn, or would there be one origin point shared between all of them? And does the yarn path save after closing out of Minecraft?

Even if the answer is "no" to both of these questions, I can see myself getting a lot of use out of this mod.
I am female. Yeah, I know that's kind of hard to believe, considering how manly my avatar is.

#8

    MC_Josh

    Zombie Killer

  • Members
  • 226 posts

Posted 08 December 2011 - 04:20 AM

7th! looks nice. Kind of like the greek myth when perseus kills the minotaur. With the help of the yarn and princess. Very creative and love it :D :Diamond: :Diamond: :Diamond: :Diamond: :Diamond: YOU DESERVE THE DIAMOND

Posted Image
Click the creeping up skeleton for my skin request shop!


#9

Posted 08 December 2011 - 09:56 AM

this is very, very, very.. (did i say VERY!) nice mod! ..thank you very much! =)

I would like to ask, is it posable to get a SMP version? I tried this on SMP and couldn't get the server to allow me to craft the item. I figured thre has to be a matching mod for the server, or I was doing something wrong. anyways, thanks again!

#10

  • Location: ಠ_ಠ McF ಠ_ಠ
  • Minecraft: pwnedgod

Posted 08 December 2011 - 10:01 AM

Nice new mod you got here. I'll try it.
Private Signature

#11

  • Location: Hobart, TAS, Australia
  • Minecraft: piedudeaus

Posted 08 December 2011 - 10:16 AM

The Magic Yarn mod is Episode 86 in my mod Review Collection.

Thanks AtomicStryker for yet another awesome mod. :)

Enjoy.


I make Minecraft Mod videos. So, if you want help promoting your mods through videos, check out MY YOUTUBE PAGE to see my work and then send me a PM to discuss it. Also, follow me on Twitter: @piedudeaus

#12

  • Location: Teutonia!!

Posted 08 December 2011 - 10:30 AM

Hm. I might consider giving another Item this function, for SMP. It has to be an existing Item, thought, and best something that does not have a right click function already.

Public service announcement to improve forum culture: Dumb questions require dumb answers.

My website with all Minecraft related stuff


#13

Posted 08 December 2011 - 10:34 AM

Nice mod ill try it.

#14

  • Minecraft: SpAcE_mOnKeY126

Posted 08 December 2011 - 09:23 PM

geniusPosted Image

Posted Image

check out my youtube --> http://www.youtube.c...eature=mhee#p/u


#15

    xSoul

    Gold Miner

  • Members
  • 428 posts
  • Location: Right behind you

Posted 08 December 2011 - 09:25 PM

Lol did something happen to my first post :o?
Edit: Cause i was the first post (rofl) and now it's not there ):
Posted Image

#16

Posted 09 December 2011 - 01:57 AM

View PostAtomicStryker, on 08 December 2011 - 10:30 AM, said:

Hm. I might consider giving another Item this function, for SMP. It has to be an existing Item, thought, and best something that does not have a right click function already.

um, 2 ideas on this comment...

1. I'm not sure how, but couldn't we add the ITEMID as a SMP server mod to allow for the item to be created? not sure if you now how, but other mods have done that.

2. could there be a config file created, that the users can go into the config file, and change a "ITEM_ID_VALUE= __" .. the blank the user can specify the Item_ID to use, so that the server admins can specify which ITEM to use.

just first 2 ideas i came up with, I just don't know how to implement either, sorry =/

#17

  • Location: Dirt Shack

Posted 09 December 2011 - 02:45 AM

i love your mods...haha i like how you took the idea from the labyrinth myth(in it, a man used a ball of yarn to get out of a maze in which there was a monster) will probs download..

Posted Image


#18

  • Location: Brazil
  • Minecraft: megarlin00

Posted 09 December 2011 - 02:59 AM

suddenly i cant play minecraft without this mod anymore, you spoiled me!
Posted Image

#19

Posted 09 December 2011 - 04:55 PM

Really nice mod. Doesn't ruin the feel of the game for me, since it makes sense in this somewhat magical world of minecraft. And it takes user interaction to use rather then just being automatic. Thanks!

A lot of the mods you mentioned in the video are ones I use as well, including the texture pack, found that kinda interesting :)

#20

  • Location: Cuba, MO

Posted 09 December 2011 - 08:32 PM

View PostAtomicStryker, on 08 December 2011 - 10:30 AM, said:

Hm. I might consider giving another Item this function, for SMP. It has to be an existing Item, thought, and best something that does not have a right click function already.

I would suggest be a slime ball... just hard to get one w/o some slime chunk searching...
Else Lapis dye...glow dust too (but takes a bit to get legit)
Posted Image