- ComputerCraft | Programmable Computers for Minecraft
- → Dirkus7's Content
Dirkus7's Content
There have been 49 items by Dirkus7 (Search limited from 10-February 22)
#85161 [DISCONTINUED] [CC 1.481 | MC 1.4.7] Advanced Modems - 0.1
Posted by
Dirkus7
on 08 February 2013 - 11:21 AM
in
Peripherals and Turtle Upgrades
#39424 Computercraft(PC) + Iphone control = god ._.
Posted by
Dirkus7
on 12 October 2012 - 02:29 PM
in
Suggestions
- A turtle remote control program (you can make this yourself or try mine
- iPhone remote joystick app (for controlling the pc)
- A keymapper if needed (set it that you have the WASD keys, or any key you configured in the turtle program)
#29054 Remote-Controlled Turtle
#28193 What other mods do you use?
Posted by
Dirkus7
on 28 August 2012 - 03:55 PM
in
General
IC2 and BC for all the machines you can build,
Equalavent exchange also for some machines,
Railcraft and Steve's carts for epic huge rollercoasters,
optifine, just because
and the Laser mod for huge color screens.
#28178 [MC 1.2.5 / CC 1.4.1] CCPortable - And not even overpowerd
Posted by
Dirkus7
on 28 August 2012 - 02:09 PM
in
Peripherals and Turtle Upgrades
#22212 1.4 black screen
Posted by
Dirkus7
on 28 July 2012 - 06:35 PM
in
Bugs
zwap1233, on 28 July 2012 - 03:24 PM, said:
http://dl.dropbox.co...orge/Latest.txt
http://minecraftforg.../topic,5.0.html
#22211 [1.4] ID conflict?
Posted by
Dirkus7
on 28 July 2012 - 06:32 PM
in
Bugs
xuma202, on 28 July 2012 - 05:53 PM, said:
Exception in thread "Minecraft main thread" java.lang.NoSuchMethodError: forge.M inecraftForge.registerEntityLivingHandler(Lforge/IEntityLivingHandler;)V at dan200.turtle.shared.CCTurtle.registerForgeHandlers(CCTurtle.java:303 ) at dan200.turtle.shared.CCTurtle.init(CCTurtle.java:32) at mod_CCTurtle.load(mod_CCTurtle.java:35) at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderMod Container.java:324) at cpw.mods.fml.common.Loader.modInit(Loader.java:263) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:604) at cpw.mods.fml.client.FMLClientHandler.onLoadComplete(FMLClientHandler. java:203) at net.minecraft.client.Minecraft.a(Minecraft.java:426) at net.minecraft.client.Minecraft.run(Minecraft.java:735) at java.lang.Thread.run(Unknown Source)
Looks like you're using an unsupported version of Forge try updating to 3.3.8
Quote
#21593 [SMP] [MC 1.2.5 | CC 1.33 / 1.41] Touch Pen v 1.11 - Touch your Monitors
Posted by
Dirkus7
on 26 July 2012 - 02:04 PM
in
Peripherals and Turtle Upgrades
#19802 Automatic program editing?
Posted by
Dirkus7
on 16 July 2012 - 11:02 PM
in
Ask a Pro
awsumben13, on 16 July 2012 - 03:48 PM, said:
if fs.exists("startup") then
fs.delete("startup")
fs.copy("programname", "startup")
else
fs.copy("programname", "startup")
end
if fs.exists("startup") then
fs.delete("startup")
end
fs.copy("disk/file", "startup")
#18045 [1.32] CCGPU - A GPU addon for ComputerCraft
Posted by
Dirkus7
on 06 July 2012 - 04:18 PM
in
Peripherals and Turtle Upgrades
#17003 Redstone Detect and Situational toggle
Posted by
Dirkus7
on 27 June 2012 - 09:01 PM
in
Ask a Pro
TheWoWClown, on 27 June 2012 - 07:14 PM, said:
print("Redstone output status list.")
for _,side in ipairs(rs.getSides()) do
print(side, " = ", rs.getOutput(side))
end
I want it to project onto a screen, and will probably install it on it's own computer so that I can use my main computer for other things. If you could please help me again it would be amazing. And I am sorry for wasting your time at first Dirkus.#16980 Redstone Detect and Situational toggle
Posted by
Dirkus7
on 27 June 2012 - 06:14 PM
in
Ask a Pro
print ("Redstone output status list.")
print("Left=", rs.getOutput("left"))
left = rs.getOutput("left")
if left == false then -- this will work, comparing left with false
rs.setOutput("left", true)
else
rs.setOutput("left", false)
end
print ("Right=", rs.getOutput("right"))
right = rs.getOutput("right")
if not right then -- this will also work, comparing not right with true
rs.setOutput("right", true)
else
rs.setOutput("right", false)
end
print ("Bottom=", rs.getOutput("bottom"))
bottom = rs.getOutput("bottom")
if not bottom == true then -- same as above
rs.setOutput("bottom", true)
else
rs.setOutput("bottom", false)
end
print ("Top=", rs.getOutput("top"))
top = rs.getOutput("top")
if top == true then -- you can also compare it with true, but don't forget to change the things below:
rs.setOutput("top", false) -- will give the same result, don't worry
else
rs.setOutput("top", true)
end
print ("Back=", rs.getOutput("back"))
back = rs.getOutput("back") -- or do this, don't check it, just change it
rs.setOutput("back", not back)
#16974 Someone Please Update CCGPU
Posted by
Dirkus7
on 27 June 2012 - 05:27 PM
in
Peripheral Help and Discussion
#16201 Bundled cables
- ComputerCraft | Programmable Computers for Minecraft
- → Dirkus7's Content


