6 posts
Posted 16 September 2012 - 01:51 AM
Is it possible to do so? I really need more than 64 blocks of range.
288 posts
Location
The trashcan where all Undertale trash is
Posted 16 September 2012 - 01:58 AM
Go into the config file and change modem_range.
6 posts
Posted 16 September 2012 - 02:16 AM
Go into the config file and change modem_range.
Isn't there any better way to do it? Possibly legit?
504 posts
Location
Seattle, WA
Posted 16 September 2012 - 02:19 AM
Well, it depends on what you're writing.
You could try to write a script that would act as a repeater between computers, but then you have to start to incorporate tree networks (repeaters to repeaters) and that gets pretty messy if you don't know what you're doing.
6 posts
Posted 16 September 2012 - 02:22 AM
Well, it depends on what you're writing.
You could try to write a script that would act as a repeater between computers, but then you have to start to incorporate tree networks (repeaters to repeaters) and that gets pretty messy if you don't know what you're doing.
Yeah, I thought about that. I guess I'll try it out. There is one more question though….
I have a file browser, it is fully functional except that I can't find a way to go up one directory, only up to the root directory. Any ideas? Thanks!
44 posts
Location
Melbourne
Posted 16 September 2012 - 02:23 AM
You can try placing a server at a high altitude and have messages go through the server to the other computer
504 posts
Location
Seattle, WA
Posted 16 September 2012 - 02:39 AM
If your file browser switches directory through using the actual shell directory (I would recommend this), you can always use pre-written programs to your advantage.
If you need to go up one directory then you could try calling the "cd" program with an argument of ".." to move the shell back one directory.
shell.run("cd", "..")
6 posts
Posted 16 September 2012 - 02:40 AM
If your file browser switches directory through using the actual shell directory (I would recommend this), you can always use pre-written programs to your advantage.
If you need to go up one directory then you could try calling the "cd" program with an argument of ".." to move the shell back one directory.
shell.run("cd", "..")
Alright, I will try that. Thanks!
= THREAD CLOSED =