tModLoader

tModLoader

57 个评价
Shell Phone
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
33.654 KB
2021 年 9 月 5 日 下午 7:39
2023 年 1 月 16 日 下午 1:32
4 项改动说明 ( 查看 )

订阅以下载
Shell Phone

描述
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
47 条留言
9 月 15 日 下午 1:46 
you used to call me on my shell phone...
Canard  [作者] 1 月 26 日 下午 7:41 
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 1 月 8 日 下午 3:56 
any chance this could get updated to the new version. its a must have to be honest. great work so far.
faolyn 2024 年 12 月 31 日 下午 2:30 
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 2024 年 4 月 3 日 上午 6:08 
still working on this?
AlanWang 2023 年 9 月 19 日 下午 8:00 
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  [作者] 2023 年 8 月 2 日 下午 9:06 
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 2023 年 7 月 24 日 下午 11:30 
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 2023 年 3 月 22 日 下午 9:40 
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 2023 年 1 月 21 日 下午 9:41 
tips:
Do this:

player.PotionOfReturnOriginalUsePosition = new Vector2?(player.Bottom);
this.Teleport(player);
player.PotionOfReturnHomePosition = new Vector2?(player.Bottom);