tModLoader

tModLoader

57 ratings
Shell Phone
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
33.654 KB
5 Sep, 2021 @ 7:39pm
16 Jan, 2023 @ 1:32pm
4 Change Notes ( view )

Subscribe to download
Shell Phone

Description
Adds a recipe for combining all the various teleport items into one, consolidated, Shell Phone.

Bugs:
- Fix instant teleportation (or add it to a configuration option)

Future Intentions (in no particular order):
- Add custom conches
* Prison Shell - Dungeon
* Nautilus Shell - Desert
- Add ability to modularly add items without initially requiring every teleportation item in crafting recipe.
- Add inventory right-click menu to choose the teleportation type.
- Add wormhole support.
- Add random teleport support.
- Add pylon support.
- Other modded biome support
46 Comments
Canard  [author] 26 Jan @ 7:41pm 
Sorry for the hiatus. I do still intend on updating, but I've been inundated with work. I do cherish the appreciation however and will seek to provide a new version as soon as I can.
PBL 8 Jan @ 3:56pm 
any chance this could get updated to the new version. its a must have to be honest. great work so far.
faolyn 31 Dec, 2024 @ 2:30pm 
If you're still working on this, I've noticed what might be an annoying bug: When I use the wormhole potion, I get the actual wormhole floating over my head wherever I go. While that's OK and all, it *never goes away.* I have no ability to turn it off and it constantly gets in the way. I have to completely quit my game in order to get rid of it.
Joe 3 Apr, 2024 @ 6:08am 
still working on this?
AlanWang 19 Sep, 2023 @ 8:00pm 
It's September 20th. I'm really looking forward to getting a more wonderful phone which includes more transport support like transporting to the wormhole and dungeon. lol
Canard  [author] 2 Aug, 2023 @ 9:06pm 
Hey all that still watch this mod,

I'm still here. And with 1.4.4 I do still intend to add some additional functionality to this mod, expanding upon the now in-game Shell Phone. I'm not yet sure when I'll have a minute to tackle that as I am both a dad and a full-time developer but I'm hoping to work on these new features in the very near future. i.e. less than a month
professional clown 24 Jul, 2023 @ 11:30pm 
this mod predicted the shellphone from terraria 1.4.4, since this mod was uploaded more than a year before 1.4.4 came out
Hicak_024 22 Mar, 2023 @ 9:40pm 
the "Add ability to modularly add items without initially requiring every teleportation item in crafting recipe." will require adding every possible combination to recipes or some clever code I do not understand
Aleftal-null 21 Jan, 2023 @ 9:41pm 
tips:
Do this:

player.PotionOfReturnOriginalUsePosition = new Vector2?(player.Bottom);
this.Teleport(player);
player.PotionOfReturnHomePosition = new Vector2?(player.Bottom);
Canard  [author] 21 Jan, 2023 @ 5:42pm 
Excellent idea. I'd been working on support for the other types of teleport potions and admittedly forgot about potions of return. I will definitely add that functionality at some point.