Jump to content


Dirkus7's Content

There have been 49 items by Dirkus7 (Search limited from 29-March 23)


By content type

See this member's


Sort by                Order  

#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

This is now in the new ComputerCraft beta, the whole channel idea!



#39424 Computercraft(PC) + Iphone control = god ._.

Posted by Dirkus7 on 12 October 2012 - 02:29 PM in Suggestions

You can try this:
- 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

Posted by Dirkus7 on 01 September 2012 - 05:20 PM in Programs

View Postvikingx9, on 31 August 2012 - 09:01 AM, said:

View PostDirkus7, on 24 February 2012 - 06:24 PM, said:

View PostVegBerg, on 24 February 2012 - 06:18 PM, said:

Nice work!
How did you resize the console window, btw?
In the .minecraftconfigmod_ComputerCraft.cfg file edit the terminal_width and the terminal_height
I'm playing technic in technicpack. Where do I find the folder now?
AppData/roaming/.techniclauncher/technicssp/config



#28193 What other mods do you use?

Posted by Dirkus7 on 28 August 2012 - 03:55 PM in General

RP2 for the cabling and logic,
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.



#28191 How to print this on a a monitor

Posted by Dirkus7 on 28 August 2012 - 03:48 PM in Ask a Pro

Shouldn't it be mon.setCursorPos(x,y) instead of term.setCursorPos(x,y)?



#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

My configuration file is empty, how do i change the ID now?



#22788 Floppy Disk

Posted by Dirkus7 on 30 July 2012 - 08:15 PM in Ask a Pro

Put the disk in, then type in the terminal: "copy disk/program1 program2"



#22714 Floppy Disk

Posted by Dirkus7 on 30 July 2012 - 12:43 PM in Ask a Pro

put this in "disk/startup"
fs.copy("program1", "program2")



#22212 1.4 black screen

Posted by Dirkus7 on 28 July 2012 - 06:35 PM in Bugs

View Postzwap1233, on 28 July 2012 - 03:24 PM, said:

View PostCloudy, on 28 July 2012 - 02:59 PM, said:

Update your forge version.

i have 3.3.7 the most uptodate version!
nope, 3.3.8 is the newest, you have to update
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

View Postxuma202, on 28 July 2012 - 05:53 PM, said:

This is no id conflict. The messages CONFLICT @ -47 ... get also printed if everything works well. The reason for the crash is here:



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

2012-07-28 17:38:21 [INFO] MinecraftForge v3.3.7.139 Initialized
yup, confirmed, you have to update forge to 3.3.8



#22192 Multicolor screen

Posted by Dirkus7 on 28 July 2012 - 04:50 PM in Media

Damn that's cool. I was trying to build it now, but i fail. Nice work!



#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

Got an ID conflict, where can i change the ID's?



#19804 bad argument: int expected, got boolean - help!

Posted by Dirkus7 on 16 July 2012 - 11:12 PM in Ask a Pro

rs.testBundledInput("strSide", numColor) returns true if the given color is on, and false if not. You need your variables to be "color.red" or whatever color you need. Try reading the wiki page.



#19802 Automatic program editing?

Posted by Dirkus7 on 16 July 2012 - 11:02 PM in Ask a Pro

View Postawsumben13, on 16 July 2012 - 03:48 PM, said:

for the install try using this code as the startup code on the disk (its quite easy tbh)
Spoiler
the only problem with this is that i have found fs.delete sometimes says action not allowed or something
shorter:
Spoiler
Does the same, just shortened it up



#19801 How to get text from above line

Posted by Dirkus7 on 16 July 2012 - 10:57 PM in Ask a Pro

Store the input into a variable, print it, then do whatever you want to do with it



#19453 How to made this?

Posted by Dirkus7 on 14 July 2012 - 07:12 PM in Ask a Pro

You can't check what block it is, but you can compare it with a block in the turtle's iventory, using turtle.compare(), check the turtle API on the wiki.



#18045 [1.32] CCGPU - A GPU addon for ComputerCraft

Posted by Dirkus7 on 06 July 2012 - 04:18 PM in Peripherals and Turtle Upgrades

Thanks, cloudy!



#17003 Redstone Detect and Situational toggle

Posted by Dirkus7 on 27 June 2012 - 09:01 PM in Ask a Pro

View PostTheWoWClown, on 27 June 2012 - 07:14 PM, said:

Okay I am sorry to waste your time again, but I split it into two programs so that the status check would actually be useful. Now, I have s monitor above my computer, and was wondering how I would be able to make the status updates project right onto the monitor so that I can see it without going into the console. The new code for the status update is
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.
No problem dude, i hope you understand that you can't compare false with true :P/> That was just my point



#16980 Redstone Detect and Situational toggle

Posted by Dirkus7 on 27 June 2012 - 06:14 PM in Ask a Pro

You are comparing 'false' with 'true', so it will never work. I changed the code and clarified what i did:
Spoiler



#16974 Someone Please Update CCGPU

Posted by Dirkus7 on 27 June 2012 - 05:27 PM in Peripheral Help and Discussion

He also said he made some bugfixes, so you must have the new source code (and permission) to update it.



#16789 [1.33] UltrasOS (for pro's)

Posted by Dirkus7 on 25 June 2012 - 05:50 PM in Programs

View PostCloudy, on 22 June 2012 - 07:12 PM, said:

You mean, like the report button which lets you type whatever you want into it?
The report button already exists, just some extra keys for requesting deletion was my idea, but i think report just does that?
I think we're just good with the report button :P/>



#16431 [1.33] UltrasOS (for pro's)

Posted by Dirkus7 on 21 June 2012 - 08:42 PM in Programs

Hmm this forum needs some more features:
-report spam
-request deletion
-request ban

Mods, read the post above and think about it



#16202 [Error] [Unfinished String] Please help!

Posted by Dirkus7 on 19 June 2012 - 03:56 PM in Ask a Pro

The problem should be somewhere in the original code, the code you gave us is fine. I think you accidentally typed an extra "



#16201 Bundled cables

Posted by Dirkus7 on 19 June 2012 - 03:51 PM in Tutorials

View PostBigSHinyToys, on 19 June 2012 - 02:22 PM, said:

View PostPrinzJuliano, on 19 June 2012 - 02:17 PM, said:

Hi
i want to know :
What's wrong with this code:
side = "left" -- edit able
local x = rs.getBundledOutput(side)
a = colors.combine(x, colors.blue)
rs.setBundledOutput(side,a) -- this needs a side
HELP ME
fixed in the above
Nope, getBundledOutput? should be rs.getBundledInput(side)
side = "left" -- edit able
local x = rs.getBundledInput(side)--we want the input, not the output
a = colors.combine(x, colors.blue)
rs.setBundledOutput(side,a) -- this needs a side



#16200 [Lua][Question] Bundled Cables input?

Posted by Dirkus7 on 19 June 2012 - 03:44 PM in Ask a Pro

Try using rs.testBundledInput("right", colors.red)