tModLoader

tModLoader

Cellphone & Pylons
32 条留言
Webmilio  [作者] 2 月 3 日 上午 12:51 
I hadn't considered this, I should probably test it out!
The_furf_of_July 2 月 2 日 上午 11:20 
If I am not near a pylon, and I try to teleport to a valid pylon with the requirements met, the error message is “there are not enough villagers near the current pylon!” As in the one I am teleporting *from*.

I should probably do more testing. Perhaps the mod is just using the nearest pylon as the “source” pylon, and having an improperly setup pylon in the world prevents the mod from working?
But, according to the mod’s intended function, the only requirement for teleporting this way should be having a cell phone, so the fact it’s giving an error relating to villagers is confusing.
Webmilio  [作者] 1 月 24 日 上午 7:56 
You're trying to teleport to another cellphone? If not, what do you mean by "the current pylon in this context is the cellphone"?
The_furf_of_July 1 月 24 日 上午 3:36 
Yes, but the "current" pylon in this context is the cellphone, and shouldn't require any villagers. The pylon I was trying to teleport to was fully up and running.
Webmilio  [作者] 1 月 13 日 上午 11:06 
The mod only allows you to teleport to pylons under normal pylon circumstances except distance, so you still need villagers.
The_furf_of_July 1 月 13 日 上午 2:55 
I am having an issue where it's telling me "there are not enough villagers near the current pylon!"
Yulia11 2024 年 5 月 24 日 上午 7:53 
Yes, sorry for the late reply.
Webmilio  [作者] 2024 年 5 月 2 日 下午 5:32 
You mean make Wishing Glass able to teleport to Pylons ?
Yulia11 2024 年 5 月 2 日 上午 10:27 
Can you make this work with Wishing Glass from Thorium?
EliasLevi226 2023 年 11 月 20 日 下午 4:07 
Epik
redandblue101 2023 年 9 月 25 日 上午 11:11 
awesome! thanks
Webmilio  [作者] 2023 年 9 月 22 日 下午 5:50 
Yeet
redandblue101 2023 年 9 月 22 日 下午 2:24 
The shellphone is supposed to work from the void bag but with this mod the pylon functionality does not. Would it be possible to update this? Would make this mod 1000x more awesome
libero2711 2023 年 9 月 8 日 上午 7:47 
ah, nice
Webmilio  [作者] 2023 年 9 月 8 日 上午 7:29 
It's already done
libero2711 2023 年 9 月 8 日 上午 5:06 
amogus makes a fair point
raine 2023 年 8 月 1 日 下午 4:47 
any plans to add the same ability to the shellphone?
Zachgaming345 2023 年 8 月 1 日 下午 2:05 
Thank you!
Zachgaming345 2023 年 7 月 31 日 下午 8:22 
so are you gonna port this mod to 1.4.4?
Webmilio  [作者] 2023 年 4 月 10 日 下午 6:28 
📲🗼🧙‍♂️
SPAGHETO 2023 年 4 月 7 日 下午 7:08 
time to call up a pylon
Webmilio  [作者] 2022 年 7 月 10 日 下午 12:38 
I'll check it out.
Oreo 2022 年 7 月 10 日 上午 10:05 
If you want to add support for ExtraPylons, you can swap out comparing just the ID of the regular pylon with comparing against a list of IDs, which you can pull from other mods with something like this:
[code]
void AddPylons(string modName, List<string> pylonNames)
{
foreach (var pylonName in pylonNames)
if (ModContent.TryFind($"{modName}/{pylonName}", out ModTile tile))
PylonTypes.Add(tile.Type);
}
[/code]
You would then call the function with the following:
[code]
AddPylons("ExtraPylons", new()
{
"CavernPylon",
"CloudPylon",
"DesertPylon",
"DungeonPylon",
"ForestPylon",
"GranitePylon",
"HallowPylon",
"JunglePylon",
"MarblePylon",
"ModPylon",
"MushroomPylon",
"OceanPylon",
"SnowPylon",
"SpacePylon",
"SpiderPylon",
"TemplePylon",
"UnderworldPylon",
"UniversalPylon",
"WetCloudPylon"
});
[/code]
Solarus 2022 年 6 月 28 日 下午 6:55 
An excellent mod, though about a weekl into my multiplayer server it seems to have broken, cant teleport anywhere without an error of 'not enough npcs at this pylon'
Webmilio  [作者] 2022 年 6 月 21 日 下午 2:05 
Damn
dr. dumpy 2022 年 6 月 21 日 下午 12:17 
Yeah sorry that was my bad, The mod extra pylons makes the vanilla pylons act differently. It seems to mess with most pylon change mods.
dr. dumpy 2022 年 6 月 21 日 下午 12:11 
Not sure what im doing wrong. I probably is an issue with another mod messing with it.
dr. dumpy 2022 年 6 月 21 日 上午 11:52 
yeah i had it enabled with the cellphone. i will try to reinstall it
Webmilio  [作者] 2022 年 6 月 19 日 下午 6:43 
The mod works fine over here, are you sure the mod is enabled and you have a cellphone ?
Webmilio  [作者] 2022 年 6 月 19 日 下午 6:35 
There might've been an update, I'll check it soon.
dr. dumpy 2022 年 6 月 19 日 下午 12:56 
i cannot seem to get this to work. i just says i need to stand near a pylon as normal.
Digi62 2022 年 6 月 4 日 下午 12:12 
Great:steamhappy: