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

ComputerCraft Config, Can You Make Modem Range Infinite?

Started by augustas656, 27 April 2014 - 01:38 PM
augustas656 #1
Posted 27 April 2014 - 03:38 PM
Regards
Augustas
KingofGamesYami #2
Posted 27 April 2014 - 04:41 PM
It may be possible, but I would just change the range to be nearly infinate. Here's what I copied out of my config:

    # The range of Wireless Modems at maximum altitude in clear weather, in meters
    I:modem_highAltitudeRange=384

    # The range of Wireless Modems at maximum altitude in stormy weather, in meters
    I:modem_highAltitudeRangeDuringStorm=64

    # The range of Wireless Modems at low altitude in clear weather, in meters
    I:modem_range=64

    # The range of Wireless Modems at low altitude in stormy weather, in meters
    I:modem_rangeDuringStorm=16
    I:terminal_height=19
    I:terminal_width=51
Just change the numbers to something like 10000000000000 and you will almost never run out.
HometownPotato #3
Posted 27 April 2014 - 06:32 PM
I would do something more fun, like if you want it to go more range setup computers to handle any rednet and see if it's closer to its destination.
So like:

A B C D E (If A can't reach E, send to D, if not D, C, etc.)