This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Weasels's profile picture

Emailing servers

Started by Weasels, 06 April 2014 - 08:47 AM
Weasels #1
Posted 06 April 2014 - 10:47 AM
Hello, my name is Weasels, got a quick question that I've been needing to ask. I have an email program for my server which runs like the following: Client side and the email console (server).

As far as I've seen, the max distance computers can be from each other to receive emails is about 50 blocks. Is there any way I can increase this number? Or would I have to make a computer every 50 blocks to reach to the main server computer?
CometWolf #2
Posted 06 April 2014 - 10:11 PM
A computer's wireless range is dependent on it's current altitude. At sea level it's like 128 blocks i think. The higher up it's located, the longer the range. This can be configured in the mod's config file however.
Lyqyd #3
Posted 06 April 2014 - 10:20 PM
At or below y = 96, the default range is 64 blocks. From there, it increases in a linear fashion as one goes upward, to the default maximum of 384 blocks at sky limit.
CometWolf #4
Posted 06 April 2014 - 10:40 PM
96, really? The wiki could use some updating
If there is no thunderstorm, the range will always be higher than 64.
http://computercraft.info/wiki/Wireless_Modem
Bomb Bloke #5
Posted 06 April 2014 - 11:37 PM
It's worth noting that when determining whether two systems can send to / receive from each other, only the system with the best range is checked.
RoD #6
Posted 07 April 2014 - 12:48 AM
You can disable the wireless range limit or increase it to a lot, am i right?
dat_noob #7
Posted 07 April 2014 - 03:47 AM
i dont think you can disable the wifi limit but you can set it to something like 9999999999999 i think
CometWolf #8
Posted 07 April 2014 - 05:25 AM
This can be configured in the mod's config file however.
RoD #9
Posted 07 April 2014 - 11:53 AM
This can be configured in the mod's config file however.
Yes but what about the limits? If you type in 0, does it count as infinite
Himself12794 #10
Posted 09 April 2014 - 05:28 PM
If you are playing on a server where you cannot edit the wireless range, you can make several computers that will re-rout the signal if you wish. If you configure each one separately, then it shouldn't be too hard to do.