General Story:
I am an ICBM fanatic and recently have launched a minecraft 1.5 server and have hit a pretty thick brick wall.
My friend is a ComputerCraft expert and has some how managed to get the timing sequence correct for his wireless missiles. The problem is ICBM missiles have to be loaded atleast 7-8 ticks after a launch or else the missiles collide and explode above.
The problem i am facing is, my friend can fire a barrage of Nuclear Cluster missiles capable of dropping 3 nukes each. His system can fire about 8 missiles per two seconds, i have no idea what he did and how he is able to do so.
Now, to combat such a situation i built an Anti-Ballistic Missile System, or what i call PATRIOT (ABM) System.
These missiles have delays of launching 10 seconds after the other to kill any missiles within a 500 block vicinity.
Due to the fact that this requires lots of comparters, repeaters and rednet cabling, i wanted to condense it all so that it uses the least space possible, the only way to do that is with Computers and modems.
OverView of CC Problem:
- I need help creating a CC program that is capable of (1) wireless firing, (2) delayed launches.
- I have very little knowledge on how to use wireless modems and what not.
- No i cannot ask my friend as i am trying to keep my discovery that ICBM peripherals do indeed work, a secret.
Supposed Function Required:
=>Radar Detects missile, outputs RedStone signal to a computer a block apart.
=>Computer informs the ABM array consisting of (8 computers) that a incoming missile is arriving.
=>The ABM Array does timed launches of 15 second intervals at my friends base to stop any missiles.
[Notice] We require two things only, wireless help and some help with controlling delays.
[Notice] icbm = peripheral.wrap("back")
[Notice] icbm.launch()
^^ That is how we wish to launch missiles.
Could we please have some help with this, our server is very new and this array would help us keep players too!
It is a custom mod-pack and we do not have any peripheral mods at all. Just ComputerCraft and other technicals.
Screenshots of Current System:
This is the older system:
Thank you :)/>