tModLoader

tModLoader

Cellphone & Pylons
32 Comments
Webmilio  [author] 3 Feb @ 12:51am 
I hadn't considered this, I should probably test it out!
The_furf_of_July 2 Feb @ 11:20am 
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  [author] 24 Jan @ 7:56am 
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 24 Jan @ 3:36am 
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  [author] 13 Jan @ 11:06am 
The mod only allows you to teleport to pylons under normal pylon circumstances except distance, so you still need villagers.
The_furf_of_July 13 Jan @ 2:55am 
I am having an issue where it's telling me "there are not enough villagers near the current pylon!"
Yulia11 24 May, 2024 @ 7:53am 
Yes, sorry for the late reply.
Webmilio  [author] 2 May, 2024 @ 5:32pm 
You mean make Wishing Glass able to teleport to Pylons ?
Yulia11 2 May, 2024 @ 10:27am 
Can you make this work with Wishing Glass from Thorium?
EliasLevi226 20 Nov, 2023 @ 4:07pm 
Epik
redandblue101 25 Sep, 2023 @ 11:11am 
awesome! thanks
Webmilio  [author] 22 Sep, 2023 @ 5:50pm 
Yeet
redandblue101 22 Sep, 2023 @ 2:24pm 
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 8 Sep, 2023 @ 7:47am 
ah, nice
Webmilio  [author] 8 Sep, 2023 @ 7:29am 
It's already done
libero2711 8 Sep, 2023 @ 5:06am 
amogus makes a fair point
raine 1 Aug, 2023 @ 4:47pm 
any plans to add the same ability to the shellphone?
Zachgaming345 1 Aug, 2023 @ 2:05pm 
Thank you!
Zachgaming345 31 Jul, 2023 @ 8:22pm 
so are you gonna port this mod to 1.4.4?
Webmilio  [author] 10 Apr, 2023 @ 6:28pm 
📲🗼🧙‍♂️
SPAGHETO 7 Apr, 2023 @ 7:08pm 
time to call up a pylon
Webmilio  [author] 10 Jul, 2022 @ 12:38pm 
I'll check it out.
Oreo 10 Jul, 2022 @ 10:05am 
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 28 Jun, 2022 @ 6:55pm 
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  [author] 21 Jun, 2022 @ 2:05pm 
Damn
dr. dumpy 21 Jun, 2022 @ 12:17pm 
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 21 Jun, 2022 @ 12:11pm 
Not sure what im doing wrong. I probably is an issue with another mod messing with it.
dr. dumpy 21 Jun, 2022 @ 11:52am 
yeah i had it enabled with the cellphone. i will try to reinstall it
Webmilio  [author] 19 Jun, 2022 @ 6:43pm 
The mod works fine over here, are you sure the mod is enabled and you have a cellphone ?
Webmilio  [author] 19 Jun, 2022 @ 6:35pm 
There might've been an update, I'll check it soon.
dr. dumpy 19 Jun, 2022 @ 12:56pm 
i cannot seem to get this to work. i just says i need to stand near a pylon as normal.
Digi62 4 Jun, 2022 @ 12:12pm 
Great:steamhappy: