This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Hackingroelz's profile picture

[1.21][MC: 1.4.6] CCInput2, remote control!

Started by Hackingroelz, 05 October 2012 - 07:19 PM
Hackingroelz #1
Posted 05 October 2012 - 09:19 PM


CCInput2 allows you to remote control turtles, play games on monitors, program on monitors and much more!


Video


Download
1.21 for MC 1.4.6/1.4.7: Download (uses HackingroelzCore: http://www.mediafire...lv8vv517av6b57x)
1.12 for MC 1.4.4: Download
1.11 for MC 1.4.2: Download
1.02 for MC 1.3.2: Download

If you want CCInput2 for 1.2.5, download mcp and port it.

Changelog
1.2:
- Updated to 1.4.6
- Added screens
- Screens can receive messages that will be displayed in the chat
- Receivers display their label now
- Receivers can now be rotated
1.1:
- Added Advanced Remotes
- Advanced Remotes can display text using name.print(text)
- Fixed server version
1.08:
- Ported to 1.4.2
- Added CCInput2 tab to creative menu
1.02:
- Works with CC 1.45 now
- Fixed bugs
1.01:
- CCInput2 should work on servers now
- Fixed a lot of small bugs

How to install
1. Install ComputerCraft
2. Download CCInput2
3. place the zip file in the mods folder

If you don't read the instuctions I will NOT help you.

How to use
First, craft a receiver:


Place it next to a computer and then craft a remote:


Right click the receiver with the remote to link it. Right click the remote to activate it. All button presses will be send to the receiver. When the remote is enabled, you can't move, this allows you to type text on a monitor or play a game on it.
cant_delete_account #2
Posted 06 October 2012 - 01:34 AM
This is for multiplayer with the Forge Mod System right?
Hackingroelz #3
Posted 06 October 2012 - 06:15 AM
This is for multiplayer with the Forge Mod System right?
Yes
Tiin57 #4
Posted 07 October 2012 - 01:32 PM
I don't get it. Why not rework the old post? Was it necessary to create another one?
cant_delete_account #5
Posted 07 October 2012 - 08:25 PM
I don't get it. Why not rework the old post? Was it necessary to create another one?
Because it's beta right now.
sirdabalot #6
Posted 07 October 2012 - 09:24 PM

java.lang.NullPointerException
at hackingroelz.ItemRemote.a(ItemRemote.java:42)
at rj.r(SourceFile:331)
at aqh.a(SourceFile:125)
at aqh.a(SourceFile:107)
at aqq.a(SourceFile:31)
at aqn.a(SourceFile:442)
at auw.b(EntityRenderer.java:917)
at net.minecraft.client.Minecraft.J(Minecraft.java:882)
at net.minecraft.client.Minecraft.run(Minecraft.java:775)
at java.lang.Thread.run(Unknown Source)

I really couldn't give you an explination to what causes that because so much makes that happen.
Hackingroelz #7
Posted 07 October 2012 - 09:49 PM

java.lang.NullPointerException
at hackingroelz.ItemRemote.a(ItemRemote.java:42)
at rj.r(SourceFile:331)
at aqh.a(SourceFile:125)
at aqh.a(SourceFile:107)
at aqq.a(SourceFile:31)
at aqn.a(SourceFile:442)
at auw.b(EntityRenderer.java:917)
at net.minecraft.client.Minecraft.J(Minecraft.java:882)
at net.minecraft.client.Minecraft.run(Minecraft.java:775)
at java.lang.Thread.run(Unknown Source)

I really couldn't give you an explination to what causes that because so much makes that happen.

Fixed, will release beta 5 tomorrow
Hackingroelz #8
Posted 08 October 2012 - 04:04 PM
CCInput beta 5 is released
sirdabalot #9
Posted 08 October 2012 - 06:07 PM
Second error, not sure if it's my fault this time:

Spoiler

cpw.mods.fml.common.LoaderException: java.lang.reflect.InvocationTargetException
at cpw.mods.fml.common.LoadController.transition(LoadController.java:102)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:640)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.a(Minecraft.java:461)
at net.minecraft.client.Minecraft.run(Minecraft.java:748)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:437)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:81)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:639)
... 4 more
Caused by: java.lang.NullPointerException
at hackingroelz.CCInput2.load(CCInput2.java:77)
... 29 more
--- END ERROR REPORT 320ad3ac ----------
Hackingroelz #10
Posted 08 October 2012 - 06:24 PM
Fixed
cant_delete_account #11
Posted 08 October 2012 - 07:55 PM
So I linked the remote, played some worm, then I was gonna start working on my farm program, so I pressed ESC (exited the remote thingy) and was gonna open up the computer, but when I right clicked the computer with the remote I got kicked out of my world and this error came up:

2012-10-08 11:52:16 [SEVERE] [ForgeModLoader] A critical server error occured handling a packet, kicking gz@e20699a
java.lang.NullPointerException
at gz.a(NetServerHandler.java:597)
at eg.a(SourceFile:58)
at ba.b(MemoryConnection.java:78)
at gz.d(NetServerHandler.java:80)
at ha.b(NetworkListenThread.java:55)
at axy.b(IntegratedServerListenThread.java:111)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:650)
at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:565)
at axv.p(IntegratedServer.java:110)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at ep.run(SourceFile:539)
(I dunno if this is even related to your mod, it might of just been a fluke)
Hackingroelz #12
Posted 14 October 2012 - 08:35 AM
Version 1.0 has been released
matejdro #13
Posted 14 October 2012 - 09:25 AM
This mod prevents me from connecting to a multiplayer server.

When I connect, it gets stuck on "Connecting to a server…". Works fine without mod.

It does not matter if mod is installed on server or not.
sirdabalot #14
Posted 14 October 2012 - 06:31 PM
Getting same problem as above.
Hackingroelz #15
Posted 14 October 2012 - 06:33 PM
Getting more errors:

Spoiler

cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: hackingroelz.CCInput2
at cpw.mods.fml.common.LoadController.transition(LoadController.java:102)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:467)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:146)
at net.minecraft.client.Minecraft.a(Minecraft.java:416)
at net.minecraft.client.Minecraft.run(Minecraft.java:748)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: hackingroelz.CCInput2
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:125)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:57)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:407)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:81)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:466)
... 4 more
Caused by: java.lang.NullPointerException
at org.objectweb.asm.ClassReader.<init>(Unknown Source)
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:27)
at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:162)
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:118)
... 30 more
--- END ERROR REPORT 76631823 ----------

Help please?

Read the installation instructions again.
Hackingroelz #16
Posted 14 October 2012 - 06:38 PM
This mod prevents me from connecting to a multiplayer server.

When I connect, it gets stuck on "Connecting to a server…". Works fine without mod.

It does not matter if mod is installed on server or not.

For some reason the packet that gets send by the client doesn't work. This is causing the maxDistance to not work. works fine in lan though.
sirdabalot #17
Posted 14 October 2012 - 07:00 PM
Read the installation instructions again.

Yeah, sorry, I posted, read again then edited. But somehow you replied before I could edit it, ninja.
LucasUK #18
Posted 14 October 2012 - 10:21 PM
This mod prevents me from connecting to a multiplayer server.

When I connect, it gets stuck on "Connecting to a server…". Works fine without mod.


It does not matter if mod is installed on server or not.

Same here
Hackingroelz #19
Posted 15 October 2012 - 11:24 AM
Released version 1.01. Fixed a lot of bugs and it'll work on servers now.
yx33a #20
Posted 15 October 2012 - 07:12 PM
Hang on; bit of a deciding factor here, can I place one of the Receivers on a Turtle? I could have use for such a setup(not a great coder for automation in Lua, but remote controlled Turtles would be easier for me for sure).
Hackingroelz #21
Posted 15 October 2012 - 07:18 PM
Hang on; bit of a deciding factor here, can I place one of the Receivers on a Turtle? I could have use for such a setup(not a great coder for automation in Lua, but remote controlled Turtles would be easier for me for sure).

Place the receiver next to a computer and then use rednet to send the data the receiver receives to the turtle
ChunLing #22
Posted 15 October 2012 - 07:20 PM
You just put the receiver on a terminal set to control a turtle via rednet. I have a remote turtle/terminal program posted under User Friendly Program combining several useful functions I specifically wrote it with CCInput in mind. Sadly, I haven't been able to persuade CCInput to work, so I have the console in my way while I'm trying to control the turtle, but the program itself works fine (for me, anyway, nobody else will admit to trying it).
yx33a #23
Posted 15 October 2012 - 07:25 PM
So, one would need to use Rednet.
Well, worth a try! Thanks for the link, it'll help me out when I get my Laser Turtle set up.
LucasUK #24
Posted 16 October 2012 - 12:22 AM
tried again, now i crash on startup.

Server:

Spoiler—- Minecraft Crash Report —-
// I bet Cylons wouldn't have this problem.
Time: 16/10/12 00:20
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: hackingroelz.CCInput2
at cpw.mods.fml.common.LoadController.transition(LoadController.java:102)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:467)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:80)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:340)
at ft.b(DedicatedServer.java:49)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:433)
at ep.run(SourceFile:539)
Caused by: java.lang.ClassNotFoundException: hackingroelz.CCInput2
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:125)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:57)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:407)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:81)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:466)
… 5 more
Caused by: java.lang.NullPointerException
at org.objectweb.asm.ClassReader.<init>(Unknown Source)
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:27)
at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:162)
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:118)
… 32 more
Relevant Details:
- Minecraft Version: 1.3.2
- Operating System: Windows Vista (amd64) version 6.0
- Java Version: 1.7.0_04, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 1950979360 bytes (1860 MB) / 2009792512 bytes (1916 MB) up to 3262251008 bytes (3111 MB)
- JVM Flags: 2 total; -Xmx3500M -Xms2000M
- FML: ~ERROR~ NullPointerException: null
- Is Modded: Definitely; 'forge,fml'
- Profiler Position: N/A (disabled)
- Type: Dedicated Server

client

Spoiler—- Minecraft Crash Report —-
// Who set us up the TNT?
Time: 16/10/12 00:20
Description: Failed to start game
cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: hackingroelz.CCInput2
at cpw.mods.fml.common.LoadController.transition(LoadController.java:102)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:467)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:146)
at net.minecraft.client.Minecraft.a(Minecraft.java:416)
at net.minecraft.client.Minecraft.run(Minecraft.java:748)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: hackingroelz.CCInput2
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:125)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:57)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:407)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:81)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:466)
… 4 more
Caused by: java.lang.NullPointerException
at org.objectweb.asm.ClassReader.<init>(Unknown Source)
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:27)
at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:162)
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:118)
… 31 more
Relevant Details:
- Minecraft Version: 1.3.2
- Operating System: Windows Vista (amd64) version 6.0
- Java Version: 1.7.0_04, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 79807776 bytes (76 MB) / 129761280 bytes (123 MB) up to 2062286848 bytes (1966 MB)
- JVM Flags: 2 total; -Xincgc -Xmx2000m
- FML: FML v3.1.35.394 Minecraft Forge 4.2.5.307 Optifine OptiFine_1.3.2_HD_B4 52 mods loaded, 52 mods active
FML [Forge Mod Loader] (coremods) Unloaded->Constructed
Forge [Minecraft Forge] (coremods) Unloaded->Constructed
mod_CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed
mod_NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed
mod_ToolRack [Tool Rack] ([1.3.2] ToolRack.zip) Unloaded->Constructed
IronPP [Iron Pressure Plate] ([Universal]IronPP[1.3.2][3.2].zip) Unloaded->Constructed
AdvancedMachines [IC2 Advanced Machines Addon] (AdvancedMachines 4.2.zip) Unloaded->Constructed
ComputerCraft [ComputerCraft] (ComputerCraft1.43.zip) Unloaded->Constructed
CCTurtle [ComputerCraft Turtles] (ComputerCraft1.43.zip) Unloaded->Constructed
ASTU [ASTU] (ASTU_142_universal.zip) Unloaded->Constructed
BattleTowers [Battle Towers] (BattleTowers_1.3.2.zip) Unloaded->Constructed
BuildCraft|Core [BuildCraft] (buildcraft-A-3.2.0pre7.jar) Unloaded->Constructed
BuildCraft|Builders [BC Builders] (buildcraft-A-3.2.0pre7.jar) Unloaded->Constructed
BuildCraft|Energy [BC Energy] (buildcraft-A-3.2.0pre7.jar) Unloaded->Constructed
BuildCraft|Factory [BC Factory] (buildcraft-A-3.2.0pre7.jar) Unloaded->Constructed
BuildCraft|Transport [BC Transport] (buildcraft-A-3.2.0pre7.jar) Unloaded->Constructed
BuildCraft|Silicon [BC Silicon] (buildcraft-A-3.2.0pre7.jar) Unloaded->Constructed
Additional-Buildcraft-Objects [Additional Buildcraft Objects] (buildcraft-Z-additional-buildcraft-objects-0.9.2.31.jar) Unloaded->Constructed
CCInput2 [CCInput2] (CCInput2_101.zip) Unloaded->Errored
DungeonPack [DungeonPack] (DungeonPack 1.3.2 v4 Universal.zip) Unloaded->Constructed
ExtrabiomesXL [ExtrabiomesXL] (ExtrabiomesXL-universal-3.1.0.d.102.jar) Unloaded->Constructed
Forestry [Forestry for Minecraft] (forestry-A-1.5.0.2.jar) Unloaded->Constructed
IC2 [IndustrialCraft 2] (industrialcraft-2_1.106.jar) Unloaded->Constructed
IC2NuclearControl [Nuclear Control] (IC2NuclearControl-1.3.2.zip) Unloaded->Constructed
mod_ImmibisCore [Immibis Core] (immibis-core_50.0.3_for_1.3.2-joined.jar) Unloaded->Constructed
mod_Invasion [Invasion] (invasion_mod universal 0.11.0.zip) Unloaded->Constructed
mod_InvTweaks [Inventory Tweaks] (InvTweaks-1.43b-1.3.2.zip) Unloaded->Constructed
LogisticsPipes|Main [Logistics Pipes] (LogisticsPipes-0.5.1.pre9.jar) Unloaded->Constructed
MetallurgyCore [Metallurgy Core] (Metallurgy - Core 2.1.0.2.jar) Unloaded->Constructed
MetallurgyBase [Metallurgy Base] (Metallurgy - Base Metals 2.1.jar) Unloaded->Constructed
MetallurgyEnder [Metallurgy Ender] (Metallurgy - Ender Metals 2.1.jar) Unloaded->Constructed
MetallurgyFantasy [Metallurgy Fantasy] (Metallurgy - Fantasy Metals 2.1.0.1.jar) Unloaded->Constructed
MetallurgyNether [Metallurgy Nether] (Metallurgy - Nether Metals 2.1.0.1.jar) Unloaded->Constructed
MetallurgyPrecious [Metallurgy Precious] (Metallurgy - Precious Metals 2.1.jar) Unloaded->Constructed
Millenaire [Millénaire] (millenaire3.1.7.zip) Unloaded->Constructed
MFR_CompatGrass [MFR Grass Fertilizer Addon] (MineFactoryReloaded_1.3.2.zip) Unloaded->Constructed
MFReloaded [Minefactory Reloaded] (MineFactoryReloaded_1.3.2.zip) Unloaded->Constructed
Railcraft [Railcraft] (Railcraft_6.4.1.0.zip) Unloaded->Constructed
MiscPeripherals [MiscPeripherals] (miscperipherals-1.1.zip) Unloaded->Constructed
CompactSolars [Compact Solar Arrays] (mod_compactsolars-main-3.0.1.13.zip) Unloaded->Constructed
IronChest [Iron Chest] (mod_ironchests-client-4.0.3.46.zip) Unloaded->Constructed
NetherOres [Nether Ores] (NetherOres 1.3.2.zip) Unloaded->Constructed
ParachuteMod [Parachute Mod] (parachute-1.3.2-fml-303.jar) Unloaded->Constructed
PortalGun [PortalGun] (portalgun1.3.2v2_universal.zip) Unloaded->Constructed
PowerConverters [Power Converters] (PowerConverters 1.3.2.zip) Unloaded->Constructed
RopesPlus [Ropes+] (RopePlus 1.3.2.zip) Unloaded->Constructed
SecretRoomsMod [The SecretRoomsMod] (SecretRooms-Forge-latest.zip) Unloaded->Constructed
ThermalExpansion|Core [Thermal Expansion] (ThermalExpansion-1.0.5pre4.zip) Unloaded->Constructed
ThermalExpansion|Factory [Factory] (ThermalExpansion-1.0.5pre4.zip) Unloaded->Constructed
TreeCapitator [TreeCapitator] (Treecapitator.FML.1.3.2.r06.Universal.zip) Unloaded->Constructed
mod_TubeStuff [TubeStuff] (tubestuff_50.0.1_for_1.3.2-joined.jar) Unloaded->Constructed
TwilightForest [The Twilight Forest] (twilightforest-1.11.10.zip) Unloaded->Constructed
- LWJGL: 2.4.2
- OpenGL: GeForce GTX 650/PCIe/SSE2 GL version 4.2.0, NVIDIA Corporation
- Is Modded: Definitely; 'forge,fml'
- Type: Client
- Texture Pack: faithful64pack-v1.00.zip
- Profiler Position: N/A (disabled)
MrZuribachi #25
Posted 17 October 2012 - 04:18 PM
Wow, nice one. Think I gonna test it with this program together on a monitor - should be funny.
ChunLing #26
Posted 18 October 2012 - 02:10 AM
SpoilerI've written a pretty basic startup package for this. It wraps the peripheral, sets the channel, and provides a write and read function so that you can use the PDA to get and enter text.
pdat = {ln = 0,icn = 1,scrn = {},}
pdfnc = {
rcvr = function()
  local rcvr = nil
  for i,v in pairs(rs.getSides()) do
	if peripheral.getType(v) == "receiver" then
	  rcvr = peripheral.wrap(v) break
	end
  end
  return rcvr
end,
rdln = function(pda)
	local txtln,t_vnt = ""
	if pdamtd.connected() > 0 then
		pdamtd.setText(0,"Enter text",pda)
		repeat t_vnt = {os.pullEvent()}
			if t_vnt[1] == "pda_char" then
				txtln = txtln..t_vnt[3]
				pdamtd.setText(0,txtln,t_vnt[2])
			elseif t_vnt[1] == "pda_key" and t_vnt[3] == 14 then
				txtln = txtln:sub(1,#txtln-1)
				pdamtd.setText(0,txtln,t_vnt[2])
			end
		until t_vnt[1] == "pda_key" and t_vnt[3] == 28
		pdamtd.setText(0,"Entered...",t_vnt[2])
	else txtln = read() end
  return txtln
end,
wrtln = function(pda,txtln)
	print(txtln)
	if pdamtd.connected() > 0 then
		pdat.ln = pdat.ln+1
		pdat.scrn[pdat.ln] = txtln
		local ndx = pdat.ln-19
		for i = 1,20 do
			if pdat.scrn[ndx] then pdamtd.setText(i,pdat.scrn[ndx],pda) end
			ndx = ndx+1
		end
	end
end,
}
pdamtd = pdfnc.rcvr()

if pdamtd then print("Enter Channel")
  pdamtd.setChannel(read())
  print([[Test loop activated, use pda
on receiver to connect, press
1-5 to test pda functions,
Shift+S to test a read/write
"X" on pda to exit]])
else print("No pda receiver present") end
repeat
	t_vnt = {os.pullEvent()}
if t_vnt[1] == "pda_connected" then
	pdamtd.setIcon(4,t_vnt[2])
	pdamtd.setText(0,"Welcome to C-Provider",t_vnt[2])
elseif t_vnt[1] == "pda_key" and t_vnt[3] == 2 then
	pdat.icn = math.fmod(pdat.icn,8)+1
	pdamtd.setText(0,"Changing icon to "..pdat.icn,t_vnt[2])
	pdamtd.setIcon(pdat.icn,t_vnt[2])
elseif t_vnt[1] == "pda_key" and t_vnt[3] == 3 then
	pdamtd.setText(0,"Receiving an alert",t_vnt[2])
	pdamtd.alert("Alert!",t_vnt[2])
elseif t_vnt[1] == "pda_key" and t_vnt[3] == 4 then
	pdamtd.setTitle("New Title",t_vnt[2])
elseif t_vnt[1] == "pda_key" and t_vnt[3] == 5 then
	pdamtd.setText(pdat.ln,"Connection status ="..pdamtd.connected(),t_vnt[2])
elseif t_vnt[1] == "pda_char" and t_vnt[3] == "S" then
	pdfnc.wrtln(t_vnt[2],pdfnc.rdln(t_vnt[2]))
end
until t_vnt[1] == "pda_char" and t_vnt[3] == "X"
The wrap pdamtd, the functions under pdfnc, and the table pdat all remain in memory available for use by other programs.

Whoops, so that's where my post in the other thread ended up.
Edited on 19 October 2012 - 06:21 PM
Hackingroelz #27
Posted 19 October 2012 - 07:28 PM
Updated, works with CC 1.45 now.
Cloudy #28
Posted 19 October 2012 - 10:17 PM
Updated, works with CC 1.45 now.

Why didn't it work before? :s we didn't change the API.
Leo Verto #29
Posted 19 October 2012 - 10:36 PM
Why didn't it work before? :s we didn't change the API.
The local server crashed when trying to exit the input mode.
Hackingroelz #30
Posted 20 October 2012 - 08:03 AM
Updated, works with CC 1.45 now.

Why didn't it work before? :s we didn't change the API.

I know, but people were only reporting this crash with CC 1.45. Altough it seems to be something that isn't related to CC at all
LucasUK #31
Posted 20 October 2012 - 02:17 PM
Not sure if I didnt unzip it into my mods before so sorry if that was the cause of my errors (1.0, 1.01). but 1.02 works beautifully now thanks!!! :)/>/>
MrZuribachi #32
Posted 20 October 2012 - 11:32 PM
Am I blind or is there no download-option? O.O Can't find it (not talking about the link in the first post, I mean the page after adf.ly)
Hackingroelz #33
Posted 21 October 2012 - 08:07 AM
Am I blind or is there no download-option? O.O Can't find it (not talking about the link in the first post, I mean the page after adf.ly)

Fixed
MrZuribachi #34
Posted 21 October 2012 - 12:14 PM
Am I blind or is there no download-option? O.O Can't find it (not talking about the link in the first post, I mean the page after adf.ly)

Fixed

Still leads me to this one, advertising to sign up with mediafire. Or is there a trick or a button I can't see?
ChunLing #35
Posted 21 October 2012 - 12:26 PM
As I recall, you do have to sign up with mediafire to download/upload there.
MrZuribachi #36
Posted 21 October 2012 - 12:35 PM
No you actually don't have to. Many mod authors linked up their minecraft mods to mediafire, and I got those without signing up at mediafire.

Edit: Alright it works now for me, dunno what caused it.
Mandrake Fernflower #37
Posted 22 October 2012 - 02:44 AM
Nice. But I think the use of a Ender Perl is a bit costly. IMHO a gold ingot would be best.
MrZuribachi #38
Posted 23 October 2012 - 05:33 PM
Nice. But I think the use of a Ender Perl is a bit costly. IMHO a gold ingot would be best.

It depends on - if you could only play games like worm on monitors it would be the best, but you can RC-controll your turtle while standing next to it without having a computer interface in front of you.
skrypt #39
Posted 24 October 2012 - 02:25 AM
Is CCInput2 compatible with MC 1.2.5? I'm using TechnicPack and I really would like to use this.

I've tried CCInput1 for MC 1.2.5 and it flat out doesn't work. I install it fine, place the IBlock, get the remote, and I tried following tips like os.pullEvent('key') and I cant get it to work at all.

Can anyone point me in the right direction? Either getting CCInput2 to work with MC 1.2.5, or to get the old CCInput1 to work at all.
Hackingroelz #40
Posted 27 October 2012 - 11:41 AM
Is CCInput2 compatible with MC 1.2.5? I'm using TechnicPack and I really would like to use this.

I've tried CCInput1 for MC 1.2.5 and it flat out doesn't work. I install it fine, place the IBlock, get the remote, and I tried following tips like os.pullEvent('key') and I cant get it to work at all.

Can anyone point me in the right direction? Either getting CCInput2 to work with MC 1.2.5, or to get the old CCInput1 to work at all.

You can port CCInput2 using mcp: http://mcp.ocean-labs.de/index.php/MCP_Old_Releases. Download mcp for 1.2.5 and decompile CCInput2.
Hackingroelz #41
Posted 27 October 2012 - 01:25 PM
Updated to MC 1.4.2
Rangicus #42
Posted 27 October 2012 - 10:10 PM
If you want CCInput2 for 1.2.5, download mcp and port it.
I don't understand what that is and I tried googling it
ChunLing #43
Posted 27 October 2012 - 11:18 PM
That's what the link was for. It's a download page for MineCraft Coder Pack software, a basic modding studio for minecraft.

It's a very generous license also, (though I would view it as being limited only to the 1.2.5 version). I've decided against jumping into the modding side for now, but this is a tempting offer (and heck, I used to be uninterested in making a self-replicating machine nation, so who knows what the future may hold?).
LucasUK #44
Posted 31 October 2012 - 11:35 PM
Ok updated from 132 today, client is fine on 142, but server I get:


Spoiler—- Minecraft Crash Report —-
// Don't be sad. I'll do better next time, I promise!
Time: 31/10/12 23:34
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: sq.b()Ljava/lang/String;
at cpw.mods.fml.common.LoadController.transition(LoadController.java:117)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:652)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:88)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:344)
at hg.c(DedicatedServer.java:110)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:454)
at fp.run(SourceFile:818)
Caused by: java.lang.NoSuchMethodError: sq.b()Ljava/lang/String;
at hackingroelz.CCInput2.load(CCInput2.java:119)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:651)
… 5 more
Relevant Details:
- Minecraft Version: 1.4.2
- Operating System: Windows Vista (amd64) version 6.0
- Java Version: 1.7.0_04, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 1047265216 bytes (998 MB) / 1238695936 bytes (1181 MB) up to 3262251008 bytes (3111 MB)
- JVM Flags: 2 total; -Xmx3500M -Xms1000M
- AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
- FML: ~ERROR~ NullPointerException: null
- Is Modded: Definitely; 'forge,fml'
- Profiler Position: N/A (disabled)
- Type: Dedicated Server
matejdro #45
Posted 02 November 2012 - 05:29 AM
Yup, client is fine, server crashes.

Spoiler

---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!
Time: 11/1/12 5:27 PM
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: sq.b()Ljava/lang/String;
at cpw.mods.fml.common.LoadController.transition(LoadController.java:117)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:652)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:88)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:347)
at hg.c(DedicatedServer.java:110)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
at fp.run(SourceFile:818)
Caused by: java.lang.NoSuchMethodError: sq.b()Ljava/lang/String;
at hackingroelz.CCInput2.load(CCInput2.java:119)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:651)
... 5 more
Relevant Details:
- Minecraft Version: 1.4.2
- Operating System: Windows 7 (amd64) version 6.1
- Java Version: 1.7.0_04, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 2289262488 bytes (2183 MB) / 2512257024 bytes (2395 MB) up to 2512257024 bytes (2395 MB)
- JVM Flags: 2 total; -Xmx2500M -Xms2500M
- AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
- FML: ~ERROR~ NullPointerException: null
- Is Modded: Definitely; 'forge,fml'
- Profiler Position: N/A (disabled)
- Type: Dedicated Server
Hackingroelz #46
Posted 02 November 2012 - 05:51 AM
Yup, client is fine, server crashes.

Spoiler

---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!
Time: 11/1/12 5:27 PM
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: sq.b()Ljava/lang/String;
at cpw.mods.fml.common.LoadController.transition(LoadController.java:117)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:652)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:88)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:347)
at hg.c(DedicatedServer.java:110)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
at fp.run(SourceFile:818)
Caused by: java.lang.NoSuchMethodError: sq.b()Ljava/lang/String;
at hackingroelz.CCInput2.load(CCInput2.java:119)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:651)
... 5 more
Relevant Details:
- Minecraft Version: 1.4.2
- Operating System: Windows 7 (amd64) version 6.1
- Java Version: 1.7.0_04, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 2289262488 bytes (2183 MB) / 2512257024 bytes (2395 MB) up to 2512257024 bytes (2395 MB)
- JVM Flags: 2 total; -Xmx2500M -Xms2500M
- AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
- FML: ~ERROR~ NullPointerException: null
- Is Modded: Definitely; 'forge,fml'
- Profiler Position: N/A (disabled)
- Type: Dedicated Server

It's a known bug. A new version is currently in beta.
ChrisCj #47
Posted 03 November 2012 - 09:13 AM
well using a wlan for remote control works but if the turtle gets out of wlan range it wont work so i think remote turtles would be useful.
also when trying to activate a computer with a remote in hand it crashes the game (at least in SMP)
Forecaster #48
Posted 09 November 2012 - 04:56 AM
I believe there's an issue with the recipes. I assume the regular remote is supposed to use the iron ingot, while the advanced remote uses the gold ingot. But currently both recipes gives you the regular remote.
Hackingroelz #49
Posted 09 November 2012 - 06:07 AM
I believe there's an issue with the recipes. I assume the regular remote is supposed to use the iron ingot, while the advanced remote uses the gold ingot. But currently both recipes gives you the regular remote.
Fixed
BigSHinyToys #50
Posted 12 November 2012 - 07:49 PM
BUG
clicking on a computer while holding advanced controller causes kick from server in SSP
Hackingroelz #51
Posted 13 November 2012 - 03:56 AM
BUG
clicking on a computer while holding advanced controller causes kick from server in SSP

Known bug, It's caused by CC, I'll try to fix it.
Hackingroelz #52
Posted 16 November 2012 - 09:41 AM
Updated to 1.4.4
Espen #53
Posted 16 November 2012 - 10:37 AM
Hey Hackingroelz, just played around with the mod a little and noticed something:

In creative mode when the CCInput tab is open, the log is repeatedly being spammed by this:
2012-11-15 22:19:23 [INFO] [STDOUT] 0
2012-11-15 22:19:23 [INFO] [STDOUT] 3

Even after closing the GUI, if I have a remote in the inventory then it continuously spams with these two lines:
2012-11-15 22:19:29 [INFO] [STDOUT] axc['player123'/5, l='MpServer', x=-1482,30, y=57,62, z=506,84]
2012-11-15 22:19:29 [INFO] [STDOUT] ih['player123'/5, l='Wool World', x=-1482,30, y=56,00, z=506,84]

The log grew to ~2 MB after 4 minutes, whereas it usually would only be ~30-40 kb after several hours.
So if I'd play an hour with this mod then the log would be about 30 MB.

I guess you just forgot to disable debug outputs before release.^^

Edit #1: Forgot to say: This was with the version for MC 1.4.2
Edit #2: Looking at the code, I think it's the two printlines in getIconFromDamage() and onUpdate() of the ItemRemote class.
Edited on 16 November 2012 - 09:52 AM
waffles05 #54
Posted 20 November 2012 - 09:45 AM
I'd like to report a feature / bug that should be added/fixed.

When using the advanced remote with an advanced computer it doesn't scroll (same with normal remote but that's expected :(/>/>)
Forecaster #55
Posted 22 November 2012 - 10:21 AM
I'd like to submit a suggestion:

The current advanced remote can receive a single line of text from the connected computer which you can see while you're using it.

How about another remote (or just a receiver without remote control functionality) that can receive messages that display either in the top corner or just in chat while you are carrying it or only when it's in your tool-bar. I would use this to let my computers alert me to things when I'm nearby without having to keep an eye on the computer.
Hackingroelz #56
Posted 22 November 2012 - 11:19 AM
I'd like to submit a suggestion:

The current advanced remote can receive a single line of text from the connected computer which you can see while you're using it.

How about another remote (or just a receiver without remote control functionality) that can receive messages that display either in the top corner or just in chat while you are carrying it or only when it's in your tool-bar. I would use this to let my computers alert me to things when I'm nearby without having to keep an eye on the computer.

I'll add that tomorrow. I might add an option to make it read the text you send (just like the Speaking Turtles in ASTU).
Forecaster #57
Posted 24 November 2012 - 11:08 PM
I'd like to submit a suggestion: The current advanced remote can receive a single line of text from the connected computer which you can see while you're using it. How about another remote (or just a receiver without remote control functionality) that can receive messages that display either in the top corner or just in chat while you are carrying it or only when it's in your tool-bar. I would use this to let my computers alert me to things when I'm nearby without having to keep an eye on the computer.
I'll add that tomorrow. I might add an option to make it read the text you send (just like the Speaking Turtles in ASTU).

I'd be fine with it just printing it in chat. : P
Leo Verto #58
Posted 25 November 2012 - 12:48 PM
How about another remote (or just a receiver without remote control functionality) that can receive messages that display either in the top corner or just in chat while you are carrying it or only when it's in your tool-bar. I would use this to let my computers alert me to things when I'm nearby without having to keep an eye on the computer.
ForgeIRC replacement! :D/>/>
ChunLing #59
Posted 04 December 2012 - 04:29 PM
Ugh. Wish I could get this to work.
Hackingroelz #60
Posted 31 December 2012 - 12:41 AM
Updated to 1.4.6/1.4.7
ChunLing #61
Posted 31 December 2012 - 10:45 PM
Will try the new version. Wish me luck.
Meni #62
Posted 11 January 2013 - 12:59 PM
Can you explain me the print and send functions on receiver peripheral?
rikbberkelder #63
Posted 13 January 2013 - 11:59 PM
i would really like it if you would add a possibility to connect 1 remote with 2 receivers so i can send 2 computers the same commands.
Hackingroelz #64
Posted 14 January 2013 - 12:23 AM
i would really like it if you would add a possibility to connect 1 remote with 2 receivers so i can send 2 computers the same commands.

I might add that to the advanced receivers/remotes, although you could use rednet to send the information to the second computer.
gamax92 #65
Posted 18 January 2013 - 02:06 PM
This appears each time i link the remote, and right clicking with the remote wont send text or freeze me.


2013-01-17 18:08:16 [INFO] [STDERR] java.io.NotSerializableException: dan200.computer.core.apis.PeripheralAPI$PeripheralWrapper
2013-01-17 18:08:16 [INFO] [STDERR]  at java.io.ObjectOutputStream.writeObject0(Unknown Source)
2013-01-17 18:08:16 [INFO] [STDERR]  at java.io.ObjectOutputStream.defaultWriteFields(Unknown Source)
2013-01-17 18:08:16 [INFO] [STDERR]  at java.io.ObjectOutputStream.writeSerialData(Unknown Source)
2013-01-17 18:08:16 [INFO] [STDERR]  at java.io.ObjectOutputStream.writeOrdinaryObject(Unknown Source)
2013-01-17 18:08:16 [INFO] [STDERR]  at java.io.ObjectOutputStream.writeObject0(Unknown Source)
2013-01-17 18:08:16 [INFO] [STDERR]  at java.io.ObjectOutputStream.writeObject(Unknown Source)
2013-01-17 18:08:16 [INFO] [STDERR]  at hackingroelz.ccinput2.BlockReceiver.a(BlockReceiver.java:82)
2013-01-17 18:08:16 [INFO] [STDERR]  at ir.a(ItemInWorldManager.java:411)
2013-01-17 18:08:16 [INFO] [STDERR]  at iv.a(NetServerHandler.java:578)
2013-01-17 18:08:16 [INFO] [STDERR]  at fk.a(SourceFile:58)
2013-01-17 18:08:16 [INFO] [STDERR]  at cf.b(MemoryConnection.java:80)
2013-01-17 18:08:16 [INFO] [STDERR]  at iv.d(NetServerHandler.java:136)
2013-01-17 18:08:16 [INFO] [STDERR]  at iw.b(NetworkListenThread.java:57)
2013-01-17 18:08:16 [INFO] [STDERR]  at bec.b(IntegratedServerListenThread.java:108)
2013-01-17 18:08:16 [INFO] [STDERR]  at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:703)
2013-01-17 18:08:16 [INFO] [STDERR]  at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:599)
2013-01-17 18:08:16 [INFO] [STDERR]  at bdz.q(IntegratedServer.java:159)
2013-01-17 18:08:16 [INFO] [STDERR]  at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
2013-01-17 18:08:16 [INFO] [STDERR]  at fy.run(SourceFile:849)
Hackingroelz #66
Posted 24 January 2013 - 03:35 AM
This appears each time i link the remote, and right clicking with the remote wont send text or freeze me.


2013-01-17 18:08:16 [INFO] [STDERR] java.io.NotSerializableException: dan200.computer.core.apis.PeripheralAPI$PeripheralWrapper
2013-01-17 18:08:16 [INFO] [STDERR]  at java.io.ObjectOutputStream.writeObject0(Unknown Source)
2013-01-17 18:08:16 [INFO] [STDERR]  at java.io.ObjectOutputStream.defaultWriteFields(Unknown Source)
2013-01-17 18:08:16 [INFO] [STDERR]  at java.io.ObjectOutputStream.writeSerialData(Unknown Source)
2013-01-17 18:08:16 [INFO] [STDERR]  at java.io.ObjectOutputStream.writeOrdinaryObject(Unknown Source)
2013-01-17 18:08:16 [INFO] [STDERR]  at java.io.ObjectOutputStream.writeObject0(Unknown Source)
2013-01-17 18:08:16 [INFO] [STDERR]  at java.io.ObjectOutputStream.writeObject(Unknown Source)
2013-01-17 18:08:16 [INFO] [STDERR]  at hackingroelz.ccinput2.BlockReceiver.a(BlockReceiver.java:82)
2013-01-17 18:08:16 [INFO] [STDERR]  at ir.a(ItemInWorldManager.java:411)
2013-01-17 18:08:16 [INFO] [STDERR]  at iv.a(NetServerHandler.java:578)
2013-01-17 18:08:16 [INFO] [STDERR]  at fk.a(SourceFile:58)
2013-01-17 18:08:16 [INFO] [STDERR]  at cf.b(MemoryConnection.java:80)
2013-01-17 18:08:16 [INFO] [STDERR]  at iv.d(NetServerHandler.java:136)
2013-01-17 18:08:16 [INFO] [STDERR]  at iw.b(NetworkListenThread.java:57)
2013-01-17 18:08:16 [INFO] [STDERR]  at bec.b(IntegratedServerListenThread.java:108)
2013-01-17 18:08:16 [INFO] [STDERR]  at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:703)
2013-01-17 18:08:16 [INFO] [STDERR]  at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:599)
2013-01-17 18:08:16 [INFO] [STDERR]  at bdz.q(IntegratedServer.java:159)
2013-01-17 18:08:16 [INFO] [STDERR]  at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
2013-01-17 18:08:16 [INFO] [STDERR]  at fy.run(SourceFile:849)

What version are you using?
Ruffa-Duffa #67
Posted 25 January 2013 - 04:13 PM
Will this work with CC 1.481?
SuspiciousWatermelon #68
Posted 31 January 2013 - 05:49 PM
Hi, just made an account to ask for confirmation as to whether this is working for 1.481.

My setup:
  • Minecraft 1.4.7
  • ComputerCraft1.481
  • CCInput2_121
  • HackingroelzCore_10
  • minecraftforge-universal-1.4.7-6.6.0.497
I am having the same problems as gamax92.

Was really looking forward to using this to code on the big computercraft monitors :(/>
SuspiciousWatermelon #69
Posted 15 February 2013 - 05:48 PM
Hey, it's been a few weeks and I still check this thread almost every day.

Will this ever be updated? Does it need to be, or am I doing it wrong?
Hackingroelz #70
Posted 17 February 2013 - 05:47 AM
Hey, it's been a few weeks and I still check this thread almost every day.

Will this ever be updated? Does it need to be, or am I doing it wrong?

This should work on 1.4.7
Forecaster #71
Posted 18 February 2013 - 12:51 AM
Some documentation on the functions would be nice.
Glaze #72
Posted 28 September 2013 - 04:08 PM
Just what i needed for my server, Good work
TheWhoAreYouPerson #73
Posted 29 November 2013 - 10:29 PM
Has this been updated/ported up to Minecraft 1.6.4, CC 1.5.7 or am i just stupid? :P/> I would really hate to see this mod die, It looks amazing, And im sure I could do LOTS with this. Please don't die! ;_;