Jump to content




[Cc: 1.48] [Mc: 1.4.7] Aperture Science Turtle Upgrades


  • You cannot reply to this topic
227 replies to this topic

#101 Hackingroelz

    Peripheral Designer

  • Members
  • 213 posts
  • Locationthe Nether(lands)

Posted 27 October 2012 - 07:10 AM

View PostFunshineX, on 27 October 2012 - 07:05 AM, said:

View PostHackingroelz, on 27 October 2012 - 06:30 AM, said:

It's stored using nbt. You can use NBTExplorer to add items to the database

Thanks. First time using the tool but it doens't look too bad. Do I need the db in my inventory and then grab it in level.dat/data/player/inventory or are the dbs all collected somewhere else? The search function could not locate "database" anywhere

Just put the database in slot 0 of your inventory, then edit the nbt for the item in slot 0.

#102 buzzawak

  • Members
  • 64 posts

Posted 29 October 2012 - 07:03 AM

Hi,
First up very nice upgrade, would love to see this as a default in compuitercraft.

I am playing around with the database turtle and havingf a bit of a problem.
I can get the turtle to recognise wheat if it is in front of the turtle. If I move the turtle one block above the wheat and use
the getBlockDown command it does not recognise the wheat. Any ideas what is wrong?

#103 buzzawak

  • Members
  • 64 posts

Posted 29 October 2012 - 11:29 AM

Can someone confirm for me if either Idetect or database turtles can detect the difference stages in wheat ?
Maybe some code as well, thanks

#104 Hackingroelz

    Peripheral Designer

  • Members
  • 213 posts
  • Locationthe Nether(lands)

Posted 29 October 2012 - 11:56 AM

View Postbuzzawak, on 29 October 2012 - 11:29 AM, said:

Can someone confirm for me if either Idetect or database turtles can detect the difference stages in wheat ?
Maybe some code as well, thanks

Both

#105 matejdro

  • Members
  • 324 posts

Posted 29 October 2012 - 09:57 PM

Any chance of updating this to 1.4?

#106 buzzawak

  • Members
  • 64 posts

Posted 30 October 2012 - 12:13 AM

I have tries doing it with Idetect and it comes back with "crop" for both fully grown wheat and just planted wheat.
Am I doing something wrong?


View PostHackingroelz, on 29 October 2012 - 11:56 AM, said:

View Postbuzzawak, on 29 October 2012 - 11:29 AM, said:

Can someone confirm for me if either Idetect or database turtles can detect the difference stages in wheat ?
Maybe some code as well, thanks

Both


#107 sirdabalot

  • Members
  • 115 posts

Posted 30 October 2012 - 08:26 AM

View Postbuzzawak, on 30 October 2012 - 12:13 AM, said:

I have tries doing it with Idetect and it comes back with "crop" for both fully grown wheat and just planted wheat.
Am I doing something wrong?

I'm just about to download this and try it out, but I'm gonna assume (probably wrong) that the IDetect() function returns 2 values, id and meta. So you could try:

detector = peripheral.wrap(side)
id, meta = detector.IDetect()
print(id .. meta)



#108 buzzawak

  • Members
  • 64 posts

Posted 30 October 2012 - 12:22 PM

sirdabalot, let us know how you go ?

View Postsirdabalot, on 30 October 2012 - 08:26 AM, said:

View Postbuzzawak, on 30 October 2012 - 12:13 AM, said:

I have tries doing it with Idetect and it comes back with "crop" for both fully grown wheat and just planted wheat.
Am I doing something wrong?

I'm just about to download this and try it out, but I'm gonna assume (probably wrong) that the IDetect() function returns 2 values, id and meta. So you could try:

detector = peripheral.wrap(side)
id, meta = detector.IDetect()
print(id .. meta)



#109 Hackingroelz

    Peripheral Designer

  • Members
  • 213 posts
  • Locationthe Nether(lands)

Posted 30 October 2012 - 01:36 PM

Updated to 1.4.2 and added Ender Turtles and Speaking Turtles

#110 sirdabalot

  • Members
  • 115 posts

Posted 30 October 2012 - 01:54 PM

View Postbuzzawak, on 30 October 2012 - 12:22 PM, said:

sirdabalot, let us know how you go ?
Umm... what do you mean?

#111 buzzawak

  • Members
  • 64 posts

Posted 30 October 2012 - 11:45 PM

You said you were going to download ASTU and try it out.

View Postsirdabalot, on 30 October 2012 - 01:54 PM, said:

View Postbuzzawak, on 30 October 2012 - 12:22 PM, said:

sirdabalot, let us know how you go ?
Umm... what do you mean?


#112 Hackingroelz

    Peripheral Designer

  • Members
  • 213 posts
  • Locationthe Nether(lands)

Posted 31 October 2012 - 12:58 PM

Fixed one of the textures. Please redownload.

#113 abihoooo

  • Members
  • 33 posts
  • LocationForge World

Posted 31 October 2012 - 03:27 PM

got an error when trying to use the speaking turtles-
java.lang.NoClassDefFoundError: com/sun/speech/freetts/VoiceManager
    at hackingroelz.TextToSpeech.getMaleVoice(TextToSpeech.java:43)
    at hackingroelz.ASTUPacketHandler.onPacketData(ASTUPacketHandler.java:33)
    at cpw.mods.fml.common.network.NetworkRegistry.handlePacket(NetworkRegistry.java:249)
    at cpw.mods.fml.common.network.NetworkRegistry.handleCustomPacket(NetworkRegistry.java:239)
    at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:78)
    at awr.a(NetClientHandler.java:1341)
    at da.a(SourceFile:59)
    at bw.b(MemoryConnection.java:78)
    at awr.d(NetClientHandler.java:104)
    at awz.b(WorldClient.java:72)
    at net.minecraft.client.Minecraft.l(Minecraft.java:1826)
    at net.minecraft.client.Minecraft.J(Minecraft.java:854)
    at net.minecraft.client.Minecraft.run(Minecraft.java:779)
    at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: com.sun.speech.freetts.VoiceManager
   at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:126)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   ... 14 more
Caused by: java.lang.NullPointerException
   at org.objectweb.asm.ClassReader.<init>(Unknown Source)
   at net.minecraftforge.transformers.EventTransformer.transform(EventTransformer.java:29)
   at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:163)
   at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:119)
   ... 16 more

Was the speaking turtle not ready to be used?

#114 sirdabalot

  • Members
  • 115 posts

Posted 31 October 2012 - 03:32 PM

View Postbuzzawak, on 30 October 2012 - 11:45 PM, said:

You said you were going to download ASTU and try it out.

Ah, well when I try to use the IDetect() function I get a boolean for some reason, and it always returns false?

#115 Hackingroelz

    Peripheral Designer

  • Members
  • 213 posts
  • Locationthe Nether(lands)

Posted 31 October 2012 - 03:35 PM

View Postabihoooo, on 31 October 2012 - 03:27 PM, said:

got an error when trying to use the speaking turtles-
java.lang.NoClassDefFoundError: com/sun/speech/freetts/VoiceManager
	at hackingroelz.TextToSpeech.getMaleVoice(TextToSpeech.java:43)
	at hackingroelz.ASTUPacketHandler.onPacketData(ASTUPacketHandler.java:33)
	at cpw.mods.fml.common.network.NetworkRegistry.handlePacket(NetworkRegistry.java:249)
	at cpw.mods.fml.common.network.NetworkRegistry.handleCustomPacket(NetworkRegistry.java:239)
	at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:78)
	at awr.a(NetClientHandler.java:1341)
	at da.a(SourceFile:59)
	at bw.b(MemoryConnection.java:78)
	at awr.d(NetClientHandler.java:104)
	at awz.b(WorldClient.java:72)
	at net.minecraft.client.Minecraft.l(Minecraft.java:1826)
	at net.minecraft.client.Minecraft.J(Minecraft.java:854)
	at net.minecraft.client.Minecraft.run(Minecraft.java:779)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: com.sun.speech.freetts.VoiceManager
   at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:126)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   ... 14 more
Caused by: java.lang.NullPointerException
   at org.objectweb.asm.ClassReader.<init>(Unknown Source)
   at net.minecraftforge.transformers.EventTransformer.transform(EventTransformer.java:29)
   at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:163)
   at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:119)
   ... 16 more

Was the speaking turtle not ready to be used?

"3. If you want to use speaking turtles, drop the contents of the speech.jar in the ASTU zip into the mods folder."
Have you done this?

#116 abihoooo

  • Members
  • 33 posts
  • LocationForge World

Posted 31 October 2012 - 03:51 PM

I can't find any speech.jar in the ASTU1.5 zip, is it hiding somewhere?

#117 Hackingroelz

    Peripheral Designer

  • Members
  • 213 posts
  • Locationthe Nether(lands)

Posted 31 October 2012 - 03:59 PM

View Postabihoooo, on 31 October 2012 - 03:51 PM, said:

I can't find any speech.jar in the ASTU1.5 zip, is it hiding somewhere?

Fixed, redownload

#118 basdxz

  • Members
  • 116 posts

Posted 31 October 2012 - 04:15 PM

Anyone found the secret yet? I can't find it :P/>.

#119 luckdemon

  • Members
  • 10 posts

Posted 01 November 2012 - 08:09 PM

View Postbasdxz, on 31 October 2012 - 04:15 PM, said:

Anyone found the secret yet? I can't find it :P/>.

What secret?

#120 basdxz

  • Members
  • 116 posts

Posted 02 November 2012 - 05:38 AM

View Postluckdemon, on 01 November 2012 - 08:09 PM, said:

View Postbasdxz, on 31 October 2012 - 04:15 PM, said:

Anyone found the secret yet? I can't find it :D/>.

What secret?
A bit too late now, there was a Halloween Easter egg,





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users