4 posts
Posted 27 January 2013 - 07:24 PM
I've written a pretty simple script for remotely controlling ICBM launch stations. For the server, place a computer with a modem next to a launch panel and install the server program. For the client, just place a computer with a modem and install the client program.
Command list:
Launch
Get target
Set target
Get frequency
Set frequency
Get ID
Set ID
Alive check (checks to see if the server responds)
Exit
Pretty simple program. If you have any questions/suggestions/problems, please post it in this thread.
Links:
ServerClient
24 posts
Location
The End, shooting the ender dragon because fantasy sucks.
Posted 07 March 2013 - 02:40 PM
I'm trying to make one of these right now for my nuclear submarine. What is the peripheral that you wrap called (what would you put in this blank: _____ = peripheral.wrap(side))? I can't access the links.
24 posts
Location
The End, shooting the ender dragon because fantasy sucks.
Posted 08 March 2013 - 11:41 AM
I'm trying to make one of these right now for my nuclear submarine. What is the peripheral that you wrap called (what would you put in this blank: _____ = peripheral.wrap(side))? I can't access the links.
never mind, I figured it out.
4 posts
Posted 11 March 2013 - 11:06 AM
Anybody have any suggestions for this?
24 posts
Location
The End, shooting the ender dragon because fantasy sucks.
Posted 12 March 2013 - 08:19 AM
Anybody have any suggestions for this?
Add this command to the original post:
icbm = peripheral.wrap("side")
2 posts
Posted 27 June 2013 - 04:25 AM
Quick question! So i just installed this and it all seems to be working ( still just checking things out) BUT how come it only asks me for X and Y Coords but not Z ? did i mess something up when I installed it possibly?
1583 posts
Location
Germany
Posted 27 June 2013 - 04:39 AM
Quick question! So i just installed this and it all seems to be working ( still just checking things out) BUT how come it only asks me for X and Y Coords but not Z ? did i mess something up when I installed it possibly?
The missile launch thing only wants X and Y coords.
2 posts
Posted 27 June 2013 - 04:45 AM
Quick question! So i just installed this and it all seems to be working ( still just checking things out) BUT how come it only asks me for X and Y Coords but not Z ? did i mess something up when I installed it possibly?
The missile launch thing only wants X and Y coords.
But how come when i open the actual launcher control panel for the rocket it asks for X-Coord and Z-coord? Y is just the level were on isnt it?