• 4

    posted a message on [1.4.6] ComputerCraft Program/Coding for I.C.B.M Mod
    [1.4.7] ComputerCraft Program/Coding for I.C.B.M Mod



    -NB! Read the Readme before asking questions!
    -NB! If you have problems - follow the Instructions in the readme or your post will be ignored.
    -NB! YES, you can install only one or more mods with it - read the readme (installation i--- instructions in particular).
    -NB YOU NEED COMPUTERCRAFT&ICBM MOD FOR THIS TO WORK
    -NB YOU MUST CONNECT EVERYTHING IN ORDER FOR THIS TO WORK(redwire)


    List of singleplayer commands in menu(terminal program) for current release:(will be upgraded soon)
    • [1]Authorize All Missiles
    • [2]Test System
      [3]Anti-Ballistic Missile Launch
      [4]Lock Users
      [5]Power On
      [6]Launch Nuclear Missile
    Pictures:

    Spoiler:


    Spoiler:


    Spoiler:




    Failure to read the readme will get you in trouble and I wont waste my time with you. Read it! Readme contains:
    • Installation instructions - how to get one or multiple mods from this modpack installed.
    • Troubleshooting - things YOU must do before posting in this thread if you get in trouble.
    • FAQ - questions you want to avoid to not look like an illiterate dork.
    • Version history - list of changes and downloads for previous versions.
    Current v1.0 for MC 1.4.7: Download link.

    Note: all the updating work was done by Sufistics - so, give him a hug or whatever else one deems appropriate :D

    Mods you will need:
    • Minecraft 1.4.7 or higher
    • ComputerCraft 1.4.6 or higher
    • ICBM 1.4.6
    • Redpower(Optional)
    • Buildcraft(Optional)
    Changes in this release:
    • compatibility: updated for Minecraft 1.4.7.
    • compatibility: updated for Minecraft 1.4.3.
    • compatibility: updated for Minecraft 1.3.1.
    • compatibility: updated for Minecraft 1.2.5.
    Known issues:
    • None()if any please message me.
    Extras said:
    Forge compatibility patches:
    • Lastest Forge for current MC version here: LINK
    • MC1.3.1 / Modpack6.3 / Forge3.7.8: here
    • MC1.2.5 / Modpack6.2 / Forge3.0.1.75: here
    • MC1.2.4 / Modpack6.1 / Forge2.0.0.67: here
    • MC1.2.3 / Modpack6.0y / Forge1.4.0.46: here
    • MC1.1.0 / Modpack5.10 / Forge1.3.1: here
    • MC1.0.0 / Modpack5.8 / Forge1.2.2: here
    • MCb1.8.1 / Modpack4.37 / Forge1.1.2: here
    • MCb1.7.3 / Modpack4.33 / Forge1.0.6: here
    NB! Add the text file within the archive to minecraft/saves/computer/ after you have installed both Forge and the modpack.

    Current Code for Menu v1:

    Spoiler:

    print("Welcome User")
    sleep(3)
    print("----------------")
    print("loading..")
    print("----------------")
    sleep(3)
    print("Missile Bay is Occupied")
    sleep(2)
    print("--------Missile Bay Status--------")
    print("Status: Good")
    print("Type:Nuclear")
    print("Range:5250km")
    print("Module:I.C.B.M")
    sleep(2)
    print("----------------")
    print("loading..")
    print("----------------")
    sleep(3)
    print("-------- Authorized Personal Only --------")
    print("OS:Sufistics Ind.")
    print("Id:839")
    print("Patch v1.0.0")
    print("Computer status: Good")
    print("Code Written By Sufistics")
    sleep(2)
    print("----------------")
    print("loading..")
    print("----------------")
    sleep(6)

    print("--------Menu v1.0.0--------")
    sleep(1)

    print("[1]Authorize All Missiles")
    print("[2]Test System")
    print("[3]Anti-Ballistic Missile Lanch")
    print("[4]Lock Users")
    print("[5]Power On")
    print("[6]Lanch Nuclear Missile")
    input = read("*")
    if input == "1" then
    print("Starting..")
    sleep("3")
    print("%56")
    sleep(2)
    print("%100")
    sleep(1)
    print("All Missiles Authorized Successful!")
    end
    if input == "2" then
    print("System test initiated")
    sleep(2)
    print("loading program")
    sleep(2)
    print("Program loaded")
    sleep(2)
    print("Debugging")
    sleep(2)
    print("%25")
    sleep(1)
    print("%57")
    sleep(1)
    print("%89")
    sleep(2)
    print("%100")
    sleep(1)
    print("No Problems were present")
    sleep(1)
    print("All systems fully operational")
    sleep(1)
    print("System Status:Good")
    sleep(1)
    print("System Test Done")
    end
    if input == "3" then
    print("Anti-Ballistic Missile Lanch Initiated")
    sleep(3)
    print("Stage 1")
    print("Fuel Transfer Started")
    sleep(3)
    print("Stage 2")
    print("Initiated Core")
    sleep(3)
    print("Stage 3")
    print("Missile Lanch Successful!")
    sleep(1)
    print("logging out..")
    end
    if input == "4" then
    print("Locking Users..")
    print("Admin Overwrite")
    sleep(2)
    print("program loading")
    sleep(2)
    print("%2")
    sleep(2)
    print("%13")
    sleep(2)
    print("%22")
    sleep(2)
    print("%36")
    sleep(2)
    print("%48")
    sleep(2)
    print("%52")
    sleep(2)
    print("%67")
    sleep(2)
    print("%73")
    sleep(2)
    print("%82")
    sleep(2)
    print("%94")
    sleep(1)
    print("%96")
    sleep(1)
    print("%98")
    sleep(1)
    print("%99")
    sleep(1)
    print("%100")
    sleep(2)
    print("Program Loaded")
    sleep(2)
    print("system overwrite complete")
    print("User's Status: locked")
    print("Software Update v1.6.2")
    sleep(2)
    end
    if input == "5" then
    print("Power Status: On")
    print("Level:547kw ")
    print("Connecting to terminal...")
    sleep(2)
    print("Staus: Connected")
    sleep(2)
    print("Power Switch: *BLOCKED BY ADMIN*")
    end
    if input == "6" then
    print("Missile Lanching")
    print("Status:Good")
    print("Rockets Powered")
    print("SystemLinked")
    print("Connection Status:Good")
    sleep(2)
    print("Please Enter Lanch Key")
    input = read("*")
    if input == "astroreact" then
    redstone.setOutput("back", true)
    sleep(3)
    redstone.setOutput("back", false)
    end
    print("*20 second until auto log out*")
    sleep(2)
    print("Access Code overwritten")
    sleep(2)
    print("Access: granted")
    sleep(2)
    print("Connections: Shutting off")
    print("loading..")
    sleep(15)
    print("System Logged Out")

    end


    Supports MSP w/Server Mod
    Donate:
    As has been suggested by some of you - a donation button is a great way for people to say "Thank You!".
    NB! Please remember that the donation is just a way to say thanks for the work done so far without future entitlements attached to it - a simple, but appreciated "Thanks".





    Banner:

    Posted in: Content Packs
  • To post a comment, please .