Jump to content




[CC1.53][MC1.5.2] MiscPeripherals 3.3

turtle peripheral help peripheral

  • This topic is locked This topic is locked
1238 replies to this topic

#421 Keridos

  • Members
  • 75 posts

Posted 12 January 2013 - 06:09 PM

Could you implement a block that can read data from Railcraft Tanks and TE Energy Cells that exactly tells how much MJ or mB of Liquids are in the block?

#422 61352151511

  • Members
  • 4 posts

Posted 13 January 2013 - 05:15 AM

I don't know if its just me or not but on my server we are using the latest computercraft (The one that has a miscperipherals fix) and the latest miscperipherals. Both the client and server have the same config and version of the mods. When I try to craft an anchor turtle (Assuming it's the same with other turtles) it doesn't show an output for the recipe. When I get them from the creative menu and then switch back to the survival mode the turtle disappears. Have no idea why this is happening

Edit: Nevermind I realised you need the chunk loader module instead of the chunk loader

#423 Budman17r

  • Members
  • 11 posts

Posted 13 January 2013 - 05:57 AM

causing crashes 2013-01-12 10:55:46 [WARNING] [IC2] API ERROR: [email protected] didn't implement demandsEnergy() properly, no energy from injectEnergy accepted although demandsEnergy() returned true.

#424 p3lim

  • Members
  • 15 posts

Posted 13 January 2013 - 05:31 PM

View PostKeridos, on 12 January 2013 - 06:09 PM, said:

Could you implement a block that can read data from Railcraft Tanks and TE Energy Cells that exactly tells how much MJ or mB of Liquids are in the block?

Nuclear Control (IC2 plugin) adds Liquid Sensor Kits, which effectively gives you the name of the liquid, amount, free space, capacity and percentage of a tank (works with most tanks (BC, Railcraft) and machines that store liquid (Coke oven)).
However, even though the Nuclear Information Reader peirpheral reads the other cards (nuclear and energy), it doesn't work with the liquid ones.

I came here to report that error or ask for the ability for it to read it, but I though I'd reply to you at the same time.

#425 Viproz

  • Members
  • 58 posts

Posted 13 January 2013 - 09:47 PM

Please add XPTurtle to miscperipheral, the author give the permission to everybody :

View Postfaubiguy, on 08 January 2013 - 04:03 AM, said:

You're free to do whatever you want with it as long as I get partial credit.

It would be very nice !

#426 Regelneef

  • Members
  • 37 posts
  • LocationThe Nether-lands...

Posted 14 January 2013 - 01:42 AM

View Postnicon4454, on 09 January 2013 - 08:48 AM, said:

View Postdutchie169, on 04 January 2013 - 02:45 AM, said:

I'm having an error with the REther module on a turtle. I only have the REther module on the turtle and when I do the following:
m = peripheral.wrap("right")
m.setFreq(1) --Returns 0
m.get() --Returns false even when frequenty is active
m.set(true) --returns lua:52: java.lang.NullPointerException in consol from turtle
And this is the code shown in the MC log:

2013-01-03 14:29:27 [INFO] [STDOUT] ComputerCraft: Error running task.
2013-01-03 14:29:27 [INFO] [STDERR] java.lang.NullPointerException
2013-01-03 14:29:27 [INFO] [STDERR] at miscperipherals.peripheral.PeripheralWirelessRedstone.getDimension(PeripheralWirelessRedstone.java:136)
2013-01-03 14:29:27 [INFO] [STDERR] at codechicken.wirelessredstone.core.RedstoneEtherServer.removeTransmittingDevice(RedstoneEtherServer.java:610)
2013-01-03 14:29:27 [INFO] [STDERR] at miscperipherals.peripheral.PeripheralWirelessRedstone.detach(PeripheralWirelessRedstone.java:120)
2013-01-03 14:29:27 [INFO] [STDERR] at dan200.computer.core.apis.PeripheralAPI$PeripheralWrapper.detach(PeripheralAPI.java:85)
2013-01-03 14:29:27 [INFO] [STDERR] at dan200.computer.core.apis.PeripheralAPI.shutdown(PeripheralAPI.java:366)
2013-01-03 14:29:27 [INFO] [STDERR] at dan200.computer.core.Computer$2.execute(Computer.java:998)
2013-01-03 14:29:27 [INFO] [STDERR] at dan200.computer.core.ComputerThread$1$1.run(ComputerThread.java:67)
2013-01-03 14:29:27 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)

I'm using version 1.481 from ComputerCraft and version 2.3 from MiscPeripherals also the latest version of redpower and WRCBE.

I am having the same issue is there a fix for this?

Here 3 :)
But with me this ONLY happens when I let the turtle set a freq on wireless redstone, reading and setting the freq is no problem
with forge 489 on MC 1.46

#427 RichardG867

  • Members
  • 196 posts

Posted 14 January 2013 - 04:23 AM

It's been a long time. I had one of those idea surges, leading to another major release. Not only I added content and an optional coremod component, but I rewrote several parts of the mod, switched from dummysourcing to reflection in order to avoid future mod compatibility issues, among other things. Stuff is probably broken, so I will leave it to you guys to test:

MiscPeripherals 3.0b4

Debug mode is turned on for this release, so there are some extra verbose things. If something doesn't work, check the console for "[MiscPeripherals] Reflector:" messages. Due to the strict beta nature, this release is not allowed into any modpack, including FTB.
Goes in coremods, but you can still put it on mods - you get extra features in coremods.

#428 Whist34

  • Members
  • 5 posts

Posted 14 January 2013 - 05:41 AM

Will you please add wireless functionality to the Compass module?
(Or at least make it a configurable option =)

I have a GPS system and I can make:
a wireless mining turtle that knows its position
a compass mining turtle that knows its facing

but I can't make:
a wireless compass mining turtle that knows its position and facing =)


Thank you

#429 bozo

  • New Members
  • 8 posts

Posted 14 January 2013 - 07:35 AM

View PostWhist34, on 14 January 2013 - 05:41 AM, said:

Will you please add wireless functionality to the Compass module?
(Or at least make it a configurable option =)

I have a GPS system and I can make:
a wireless mining turtle that knows its position
a compass mining turtle that knows its facing

but I can't make:
a wireless compass mining turtle that knows its position and facing =)


Thank you

You can get the the facing quite easy with the gps turtle. Just move one block forward and compare the new position to the old one.

#430 bozo

  • New Members
  • 8 posts

Posted 14 January 2013 - 07:37 AM

whoops pls delete

#431 Regelneef

  • Members
  • 37 posts
  • LocationThe Nether-lands...

Posted 14 January 2013 - 08:11 AM

View PostRichardG867, on 14 January 2013 - 04:23 AM, said:

It's been a long time. I had one of those idea surges, leading to another major release. Not only I added content and an optional coremod component, but I rewrote several parts of the mod, switched from dummysourcing to reflection in order to avoid future mod compatibility issues, among other things. Stuff is probably broken, so I will leave it to you guys to test:

MiscPeripherals 3.0b4

Debug mode is turned on for this release, so there are some extra verbose things. If something doesn't work, check the console for "[MiscPeripherals] Reflector:" messages. Due to the strict beta nature, this release is not allowed into any modpack, including FTB.
Goes in coremods, but you can still put it on mods - you get extra features in coremods.

Ok RichardG, My server no longer halts on activating a wireless redstone signal with a turtle. but now the turtle doesn't have any interaction (or so it seems) with wireless redstone :)

And I indeed noticed debugging mode is on :D
Spoiler

Hope this helps, O yeah I placed in the Coremods folder on both server and client.

O and placing a pre-made (from version 2.3) chunckloading turtle crashes the server:
Spoiler

Finally a new made chunckloading turtle has the same effect....

#432 Whist34

  • Members
  • 5 posts

Posted 14 January 2013 - 09:57 AM

Will someone please elaborate on the installation procedure for this mod.

I have ComputerCraft and Miscperipherals installed and working fine - as zip files. Then I discovered that to be able to add programs or apis that are auto-installed on all computers you have to extract ComputerCraft into a folder within the mods folder. You can't leave it as a zip file.

Do I need to do the same thing with Miscperipherals? Just create a folder named /mods/miscperipherals and then extract the contents of the zip file into that folder?
Or should it be extracted into my mods/ComputerCraft folder?

Thank you

#433 RichardG867

  • Members
  • 196 posts

Posted 14 January 2013 - 10:39 AM

Nope, MiscPeripherals magically extracts the APIs and installs them. It also won't work if you have it installed as a folder.

#434 scyl

  • New Members
  • 4 posts

Posted 14 January 2013 - 01:23 PM

Does anyone else have a problem where the computer controlled crafter doesn't use any resources to craft the items? or maybe that just happens in FTB Direwolf20 pack?

#435 Cloudy

    Ex-Developer

  • Members
  • 2,543 posts

Posted 15 January 2013 - 01:11 AM

View PostWhist34, on 14 January 2013 - 09:57 AM, said:

Then I discovered that to be able to add programs or apis that are auto-installed on all computers you have to extract ComputerCraft into a folder within the mods folder. You can't leave it as a zip file.

Except you can. You can create a ComputerCraft folder, snd then lua then rom folder, and files there will be seen too.

#436 Chris54721

  • Members
  • 12 posts

Posted 15 January 2013 - 03:28 AM

Hi, I just discovered a bug in the Computer Controlled Crafter. When I craft something, the item is correctly crafted and moved (using a RP2 Filter) in a chest. But if you try to craft again the same item, it will be recrafted because the materials are not deleted from the buffer! So this implicates the possibility to make infinite items in survival mode D: I made a workaround with Block Breakers and Deployers, but this is quite annoying.

-- Sorry for my bad English D:

#437 Holofire

  • Members
  • 18 posts

Posted 15 January 2013 - 04:29 AM

View PostChris54721, on 15 January 2013 - 03:28 AM, said:

Hi, I just discovered a bug in the Computer Controlled Crafter. When I craft something, the item is correctly crafted and moved (using a RP2 Filter) in a chest. But if you try to craft again the same item, it will be recrafted because the materials are not deleted from the buffer! So this implicates the possibility to make infinite items in survival mode D: I made a workaround with Block Breakers and Deployers, but this is quite annoying.

-- Sorry for my bad English D:

I can confirm since this has been reported about 5 times. Im sure RichardG is on the case :D

#438 Heavy

  • Members
  • 4 posts

Posted 15 January 2013 - 06:39 AM

just crashed my server two times in a row (CC 1.481 + MiscPeripheerals 2.3)
I tried to control multiple wireless frequencies with an advanced Computer -> Rednet -> RetherTurtle combination (as simple wireless transmitters stop sending the first signal when switched to the second one). Switching Frequency on the turtle worked, but "transmitter.set(true)" crashed the server:
2013-01-14 18:16:25 [INFO] [STDOUT] ComputerCraft: Error running task.
2013-01-14 18:16:25 [INFO] [STDERR] java.lang.NullPointerException
2013-01-14 18:16:25 [INFO] [STDERR]	 at codechicken.wirelessredstone.core.RedstoneEtherServer.removeTransmittingDevice(RedstoneEtherServer.java:611)
2013-01-14 18:16:25 [INFO] [STDERR]	 at miscperipherals.peripheral.PeripheralWirelessRedstone.detach(PeripheralWirelessRedstone.java:120)
2013-01-14 18:16:25 [INFO] [STDERR]	 at dan200.computer.core.apis.PeripheralAPI$PeripheralWrapper.detach(PeripheralAPI.java:85)
2013-01-14 18:16:25 [INFO] [STDERR]	 at dan200.computer.core.apis.PeripheralAPI.shutdown(PeripheralAPI.java:366)
2013-01-14 18:16:25 [INFO] [STDERR]	 at dan200.computer.core.Computer$2.execute(Computer.java:998)
2013-01-14 18:16:25 [INFO] [STDERR]	 at dan200.computer.core.ComputerThread$1$1.run(ComputerThread.java:67)
2013-01-14 18:16:25 [INFO] [STDERR]	 at java.lang.Thread.run(Thread.java:636)
2013-01-14 18:17:40 [INFO] [STDOUT] ComputerCraft: Error running task.
2013-01-14 18:17:40 [INFO] [STDERR] java.lang.NullPointerException
2013-01-14 18:17:40 [INFO] [STDERR]	 at codechicken.wirelessredstone.core.RedstoneEtherServer.removeTransmittingDevice(RedstoneEtherServer.java:611)
2013-01-14 18:17:40 [INFO] [STDERR]	 at miscperipherals.peripheral.PeripheralWirelessRedstone.detach(PeripheralWirelessRedstone.java:120)
2013-01-14 18:17:40 [INFO] [STDERR]	 at dan200.computer.core.apis.PeripheralAPI$PeripheralWrapper.detach(PeripheralAPI.java:85)
2013-01-14 18:17:40 [INFO] [STDERR]	 at dan200.computer.core.apis.PeripheralAPI.shutdown(PeripheralAPI.java:366)
2013-01-14 18:17:40 [INFO] [STDERR]	 at dan200.computer.core.Computer$2.execute(Computer.java:998)
2013-01-14 18:17:40 [INFO] [STDERR]	 at dan200.computer.core.ComputerThread$1$1.run(ComputerThread.java:67)
2013-01-14 18:17:40 [INFO] [STDERR]	 at java.lang.Thread.run(Thread.java:636)
2013-01-14 18:18:40 [INFO] [STDOUT] ComputerCraft: Error running task.
2013-01-14 18:18:40 [INFO] [STDERR] java.lang.NullPointerException
2013-01-14 18:18:40 [INFO] [STDERR]	 at codechicken.wirelessredstone.core.RedstoneEtherServer.removeTransmittingDevice(RedstoneEtherServer.java:611)
2013-01-14 18:18:40 [INFO] [STDERR]	 at miscperipherals.peripheral.PeripheralWirelessRedstone.detach(PeripheralWirelessRedstone.java:120)
2013-01-14 18:18:40 [INFO] [STDERR]	 at dan200.computer.core.apis.PeripheralAPI$PeripheralWrapper.detach(PeripheralAPI.java:85)
2013-01-14 18:18:40 [INFO] [STDERR]	 at dan200.computer.core.apis.PeripheralAPI.shutdown(PeripheralAPI.java:366)
2013-01-14 18:18:40 [INFO] [STDERR]	 at dan200.computer.core.Computer$2.execute(Computer.java:998)
2013-01-14 18:18:40 [INFO] [STDERR]	 at dan200.computer.core.ComputerThread$1$1.run(ComputerThread.java:67)
2013-01-14 18:18:40 [INFO] [STDERR]	 at java.lang.Thread.run(Thread.java:636)
2013-01-14 18:19:42 [INFO] [STDOUT] ComputerCraft: Error running task.
2013-01-14 18:19:42 [INFO] [STDERR] java.lang.NullPointerException
2013-01-14 18:19:42 [INFO] [STDERR]	 at miscperipherals.peripheral.PeripheralWirelessRedstone.getDimension(PeripheralWirelessRedstone.java:136)
2013-01-14 18:19:42 [INFO] [STDERR]	 at codechicken.wirelessredstone.core.RedstoneEtherServer.removeTransmittingDevice(RedstoneEtherServer.java:610)
2013-01-14 18:19:42 [INFO] [STDERR]	 at miscperipherals.peripheral.PeripheralWirelessRedstone.detach(PeripheralWirelessRedstone.java:120)
2013-01-14 18:19:42 [INFO] [STDERR]	 at dan200.computer.core.apis.PeripheralAPI$PeripheralWrapper.detach(PeripheralAPI.java:85)
2013-01-14 18:19:42 [INFO] [STDERR]	 at dan200.computer.core.apis.PeripheralAPI.shutdown(PeripheralAPI.java:366)
2013-01-14 18:19:42 [INFO] [STDERR]	 at dan200.computer.core.Computer$2.execute(Computer.java:998)
2013-01-14 18:19:42 [INFO] [STDERR]	 at dan200.computer.core.ComputerThread$1$1.run(ComputerThread.java:67)
2013-01-14 18:19:42 [INFO] [STDERR]	 at java.lang.Thread.run(Thread.java:636)
2013-01-14 18:20:12 [INFO] [STDOUT] ComputerCraft: Error running task.
2013-01-14 18:20:12 [INFO] [STDERR] java.lang.NullPointerException
2013-01-14 18:20:12 [INFO] [STDERR]	 at codechicken.wirelessredstone.core.RedstoneEtherServer.removeTransmittingDevice(RedstoneEtherServer.java:611)
2013-01-14 18:20:12 [INFO] [STDERR]	 at miscperipherals.peripheral.PeripheralWirelessRedstone.detach(PeripheralWirelessRedstone.java:120)
2013-01-14 18:20:12 [INFO] [STDERR]	 at dan200.computer.core.apis.PeripheralAPI$PeripheralWrapper.detach(PeripheralAPI.java:85)
2013-01-14 18:20:12 [INFO] [STDERR]	 at dan200.computer.core.apis.PeripheralAPI.shutdown(PeripheralAPI.java:366)
2013-01-14 18:20:12 [INFO] [STDERR]	 at dan200.computer.core.Computer$2.execute(Computer.java:998)
2013-01-14 18:20:12 [INFO] [STDERR]	 at dan200.computer.core.ComputerThread$1$1.run(ComputerThread.java:67)
2013-01-14 18:20:12 [INFO] [STDERR]	 at java.lang.Thread.run(Thread.java:636)

Then I broke the turtle - everything fine. Broke the advanced computer (without removing the modem first) -> crash #2:
2013-01-14 18:31:31 [INFO] [STDOUT] ComputerCraft: Error running task.
2013-01-14 18:31:31 [INFO] [STDERR] java.lang.NullPointerException
2013-01-14 18:31:31 [INFO] [STDERR]	 at miscperipherals.peripheral.PeripheralWirelessRedstone.getDimension(PeripheralWirelessRedstone.java:136)
2013-01-14 18:31:31 [INFO] [STDERR]	 at codechicken.wirelessredstone.core.RedstoneEtherServer.removeTransmittingDevice(RedstoneEtherServer.java:610)
2013-01-14 18:31:31 [INFO] [STDERR]	 at miscperipherals.peripheral.PeripheralWirelessRedstone.detach(PeripheralWirelessRedstone.java:120)
2013-01-14 18:31:31 [INFO] [STDERR]	 at dan200.computer.core.apis.PeripheralAPI$PeripheralWrapper.detach(PeripheralAPI.java:85)
2013-01-14 18:31:31 [INFO] [STDERR]	 at dan200.computer.core.apis.PeripheralAPI.shutdown(PeripheralAPI.java:366)
2013-01-14 18:31:31 [INFO] [STDERR]	 at dan200.computer.core.Computer$2.execute(Computer.java:998)
2013-01-14 18:31:31 [INFO] [STDERR]	 at dan200.computer.core.ComputerThread$1$1.run(ComputerThread.java:67)
2013-01-14 18:31:31 [INFO] [STDERR]	 at java.lang.Thread.run(Thread.java:636)


#439 Chris54721

  • Members
  • 12 posts

Posted 15 January 2013 - 08:05 AM

View PostHolofire, on 15 January 2013 - 04:29 AM, said:

View PostChris54721, on 15 January 2013 - 03:28 AM, said:

Hi, I just discovered a bug in the Computer Controlled Crafter. When I craft something, the item is correctly crafted and moved (using a RP2 Filter) in a chest. But if you try to craft again the same item, it will be recrafted because the materials are not deleted from the buffer! So this implicates the possibility to make infinite items in survival mode D: I made a workaround with Block Breakers and Deployers, but this is quite annoying.

-- Sorry for my bad English D:

I can confirm since this has been reported about 5 times. Im sure RichardG is on the case :D/>

I just made an amazing autocrafting and a computer-controlled sorting system :D if RichardG fixes the bug I can finally complete it, let's wait for an update :/

#440 Realmcoder

  • Members
  • 4 posts

Posted 15 January 2013 - 10:38 AM

So, I have not been able to read through this long and amazing topic so this might have been suggested, but imagine interactive filters and retrievers. They would hook into a redpower tube system like normal ones would, but these allow the use of unique item Ids and set color functions to not require one of each items and allowing for a complete sorting system. One possible set of crafting recipes would be this

D S D
V I V
D N D

Where D = diamond; S = sorting machine; I = interactive sorter; N = nether star and V = retriever and filter for their respective blocks.

I know that you said eloram doesn't like people hooking into her blocks, but I bet if you asked her nicely she would let you:D. Thanks for the awesome mod





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users