This is a read-only snapshot of the ComputerCraft forums,
taken in April 2020.
cards and external memory?
Started by ironwiccan, 23 April 2013 - 09:41 AMPosted 23 April 2013 - 11:41 AM
Ok. First topic is security cards. write a code for a door with a card reader, swipe ur blank card to set the code, boom! U have better security.and the external memory idea is self explanitory, have like a seperate drive indstead of a chest full of disks to make a super computer with multiple places for wires and modems. Maybe?
Posted 23 April 2013 - 12:02 PM
For the first idea, look to Immibis' Peripherals.
Posted 23 April 2013 - 12:19 PM
The second idea either makes no sense or is already possible.
Posted 23 April 2013 - 12:24 PM
ok, scratch the first oneFor the first idea, look to Immibis' Peripherals.
Posted 23 April 2013 - 01:07 PM
For the first suggestion, you can do that now. For the second suggestion, how much portable memory do you need, man?
Posted 23 April 2013 - 04:00 PM
not portable, let me rephrase it. A central CPU to act as a central hub for like a nuclear base in ICBM to control everything instead of having dozens of computers linked together. Or to run multiple drives and/or modems. I'm thinking a 4x4 cpu that will give 4 places per side for addons. Cause I don't know about u guys, but I don't want to nuke the nearest village when I try to open a door.For the first suggestion, you can do that now. For the second suggestion, how much portable memory do you need, man?
Posted 23 April 2013 - 04:07 PM
already possible using a single program
if you really need to run different programs at once use coroutines or the parallel API
and by addons you mean peripherals, just use a lan cable to use multiple peripherals on one side
no redstone controlling though, its been suggested and denied, use computers
if you really need to run different programs at once use coroutines or the parallel API
and by addons you mean peripherals, just use a lan cable to use multiple peripherals on one side
no redstone controlling though, its been suggested and denied, use computers
Posted 23 April 2013 - 04:49 PM
wired modems / peripheral will allow one computer to run as many different devices as you need.not portable, let me rephrase it. A central CPU to act as a central hub for like a nuclear base in ICBM to control everything instead of having dozens of computers linked together. Or to run multiple drives and/or modems. I'm thinking a 4x4 cpu that will give 4 places per side for addons. Cause I don't know about u guys, but I don't want to nuke the nearest village when I try to open a door.For the first suggestion, you can do that now. For the second suggestion, how much portable memory do you need, man?
http://www.computercraft.info/forums2/index.php?/topic/11244-151-using-network-cables-for-dummies/
http://www.computercraft.info/wiki/Wired_Modem
Posted 23 April 2013 - 05:31 PM
for "external memory" you will probably need something like a disk drive connected to the wired modem
Posted 22 June 2013 - 01:05 AM
What's the point of this? There are peripherals? and the external memory is called disk drives. :)/>Ok. First topic is security cards. write a code for a door with a card reader, swipe ur blank card to set the code, boom! U have better security.and the external memory idea is self explanitory, have like a seperate drive indstead of a chest full of disks to make a super computer with multiple places for wires and modems. Maybe?
Posted 22 June 2013 - 01:24 AM
please, please, please stop reviving 2 and 3 month old topics.-snip-
Posted 22 June 2013 - 08:55 AM
Or at least only revive ones that you actually find interesting.
Posted 22 June 2013 - 09:00 AM
and have something valid to input that is worth saying. not just "i like it"
Posted 23 June 2013 - 06:50 PM
Just create a directory that lasts on the computer :D/>
mkdir <name>
Then
cd <name>
DO NOT WRITE THAT IN A PROGRAM!
Posted 23 June 2013 - 09:56 PM
I'm gonna lock this.