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

#921 Vexatos

  • Members
  • 5 posts

Posted 21 May 2013 - 11:25 AM

Quote

Speaker
Exposes a single function, speak(text,speed) which speaks the given text. speed is optional (defaults to 0) and ranges from -1 to 1, although be careful since each platform handles speed differently, and some may not even support it.

On Windows and Mac, the system's native text-to-speech engine is used. For Linux, look for packages "espeak", "festival" or "libttspico-utils". You can change the preferred engine on the config file.

Is there any way to fix that the Talking Turtle doesn't talk? I am using Windows 7 32-Bit and my Turtles can't...

#922 Xalithar Daskel

  • Members
  • 3 posts

Posted 21 May 2013 - 03:39 PM

Hey RG, I hope you aren't up to any more shenanigans around Direwolf20. I wanted to stop by to express a very interesting idea (of which I am unable to make a new thread for at this time) that would put your mod to very good use, of which I'm not sure if this can actually be acheived by using either an Advanced Computer itself or a monitor that's big enough to display it, but I was kind of thinking it would be outright awesome if it were possible to make a functional 8-Bit game by using a bunch of Computer Craft's computers and some of the blocks from your mod. The code would be absolute torture, but I think it can be done once all the "Bugs" on each of the Computers/Advanced Computer(s) have been cleared. Does anybody think it would be sweet to see it done?

#923 nintendoto

  • New Members
  • 1 posts

Posted 21 May 2013 - 07:07 PM

Well, me failing trying to use the speaker.

So, I'm running speak(message, 0)
message is the variable containing my string.
It returns "attempt to call nil".

I've also tried speak(message).

#924 DigiplayW8

  • Members
  • 4 posts

Posted 21 May 2013 - 10:05 PM

View PostRichardG867, on 30 September 2012 - 01:30 PM, said:

Speaker
Posted Image

Because Black Mesa beats Aperture Science, your dream of talking turtles has come true, thanks to the Speaker. You can also craft it alongside a turtle to get a Talking Turtle - makes sense!
Exposes a single function, speak(text,speed) which speaks the given text. speed is optional (defaults to 0) and ranges from -1 to 1, although be careful since each platform handles speed differently, and some may not even support it.

On Windows and Mac, the system's native text-to-speech engine is used. For Linux, look for packages "espeak", "festival" or "libttspico-utils". You can change the preferred engine on the config file.

I've typed speak and put the message that I wanted the turtle to say, and it says "no such program" for "speak"....I am attempting this the way I saw on the turtle from direwolf's episode 3 where RG was in dire's house talking via turtle. If anybody has a way for me to actually use this function of the talking turtle that'd be very much appreciated.

#925 arbot

  • Members
  • 25 posts

Posted 22 May 2013 - 08:45 AM

View PostDigiplayW8, on 21 May 2013 - 10:05 PM, said:

View PostRichardG867, on 30 September 2012 - 01:30 PM, said:

Speaker
Posted Image

Because Black Mesa beats Aperture Science, your dream of talking turtles has come true, thanks to the Speaker. You can also craft it alongside a turtle to get a Talking Turtle - makes sense!
Exposes a single function, speak(text,speed) which speaks the given text. speed is optional (defaults to 0) and ranges from -1 to 1, although be careful since each platform handles speed differently, and some may not even support it.

On Windows and Mac, the system's native text-to-speech engine is used. For Linux, look for packages "espeak", "festival" or "libttspico-utils". You can change the preferred engine on the config file.

I've typed speak and put the message that I wanted the turtle to say, and it says "no such program" for "speak"....I am attempting this the way I saw on the turtle from direwolf's episode 3 where RG was in dire's house talking via turtle. If anybody has a way for me to actually use this function of the talking turtle that'd be very much appreciated.

Of course, it's not a program, it's an API. You'd need to write a program for it.

#926 DigiplayW8

  • Members
  • 4 posts

Posted 22 May 2013 - 05:58 PM

View Postarbot, on 22 May 2013 - 08:45 AM, said:

Of course, it's not a program, it's an API. You'd need to write a program for it.
and that's why i asked "if anybody has a way for me to use the function i'd greatly appreciate it" this was me asking for a program to use the api...

#927 isavegas

  • Members
  • 17 posts

Posted 22 May 2013 - 08:59 PM

Try this:
http://pastebin.com/yrtFaR5C

Copy/paste this code into your computer to DL it straight onto it (you need to enable the http api in your ComputerCraft.cfg to use the pastebin program.)
pastebin get yrtFaR5C speak

It's just a little program I threw together in a few minutes. Type "speak" to enter a prompt. You'll have to use ctrl+t to get out of it, unfortunately, as I don't feel like spending a long time figuring out how to add an exit button at the top of the screen. xD
Alternatively, you can use the program with arguments to circumnavigate the prompt (up to 20 words.)

#928 DigiplayW8

  • Members
  • 4 posts

Posted 22 May 2013 - 11:58 PM

View Postisavegas, on 22 May 2013 - 08:59 PM, said:

Try this:
http://pastebin.com/yrtFaR5C

Copy/paste this code into your computer to DL it straight onto it (you need to enable the http api in your ComputerCraft.cfg to use the pastebin program.)
pastebin get yrtFaR5C speak

It's just a little program I threw together in a few minutes. Type "speak" to enter a prompt. You'll have to use ctrl+t to get out of it, unfortunately, as I don't feel like spending a long time figuring out how to add an exit button at the top of the screen. xD
Alternatively, you can use the program with arguments to circumnavigate the prompt (up to 20 words.)
aah, this is for a computer, not a turtle haha i was confused

#929 electrodude512

  • Members
  • 167 posts
  • LocationEastern USA

Posted 23 May 2013 - 04:07 PM

If it works on a normal computer it should work on a turtle. Just make sure the peripheral side is right.

#930 RichardG867

  • Members
  • 196 posts

Posted 23 May 2013 - 06:05 PM

Speak will be included on the next version...

#931 DigiplayW8

  • Members
  • 4 posts

Posted 24 May 2013 - 12:46 AM

View Postelectrodude512, on 23 May 2013 - 04:07 PM, said:

If it works on a normal computer it should work on a turtle. Just make sure the peripheral side is right.
no it's for an advanced computer haha it uses colors

#932 JackPS9

  • Members
  • 7 posts

Posted 24 May 2013 - 01:12 AM

How do I get listAll() with AE bridge to be printed on the computer screen?
Sorry still new to CC

#933 random_lulz

  • Members
  • 6 posts

Posted 24 May 2013 - 04:11 AM

View Postnintendoto, on 21 May 2013 - 07:07 PM, said:

Well, me failing trying to use the speaker.

So, I'm running speak(message, 0)
message is the variable containing my string.
It returns "attempt to call nil".

I've also tried speak(message).

Wrap ye peripherals

#934 arbot

  • Members
  • 25 posts

Posted 24 May 2013 - 07:43 AM

View Postarbot, on 21 May 2013 - 05:37 AM, said:

View PostMoosefo, on 17 May 2013 - 01:29 PM, said:

View Postdsuser97, on 04 May 2013 - 02:15 PM, said:

I tried out the ME Bride with this Program:
m = peripheral.wrap("right")
m.retrieve(4,32,1)
with an ME Bridge at the right side, attached to an ME System with 64 Cobblestone in there.
When I use "m.listAll()" then it says it has 64 items of ID 4 so they are availible.
On Top of the Bridge is an empty chest.
But when I run the program, it only says
get:2: 3
and does nothing else.
Maybe you can tell me what the problem is.

Having the same type of problem. The only mods installed is AE + CC +MiscPeripherals.

Hoping someone finds a solution to this, so I can finish my CC+AE web-based Minecraft dashboard.

Same problem, 1.5.1 with the latest version of the mod. Very strange..

I PM'd the mod author about this problem and they haven't responded (yet). If anyone has /any/ ideas about this, that'd be awesome.

#935 iconmaster

  • Members
  • 17 posts

Posted 24 May 2013 - 11:07 AM

I found a "Smart Helmet" in NEI. It seems to be from your mod, as far as I can tell. I can equip it, and it gives a grey bar in the top of the screen... This looks like an interesting WIP to me! Can you give us any sweet details about this thing?

#936 druidbruce

  • Members
  • 3 posts

Posted 24 May 2013 - 11:49 AM

Can anyone plz tell me how to install this mod? I tried to put the jar file in the coremodes folder and it doesn't work, and when I copy and paste the folders in the jar file to minecraft.jar it crashes.

#937 JackPS9

  • Members
  • 7 posts

Posted 24 May 2013 - 11:52 AM

View Postdruidbruce, on 24 May 2013 - 11:49 AM, said:

Can anyone plz tell me how to install this mod? I tried to put the jar file in the coremodes folder and it doesn't work, and when I copy and paste the folders in the jar file to minecraft.jar it crashes.
Mods folder.......
It states that right in the OP

#938 druidbruce

  • Members
  • 3 posts

Posted 24 May 2013 - 12:03 PM

View PostJackPS9, on 24 May 2013 - 11:52 AM, said:

View Postdruidbruce, on 24 May 2013 - 11:49 AM, said:

Can anyone plz tell me how to install this mod? I tried to put the jar file in the coremodes folder and it doesn't work, and when I copy and paste the folders in the jar file to minecraft.jar it crashes.
Mods folder.......
It states that right in the OP
Oh I tried the Mods folder too and it crashes

I'm using the original minecraft.jar as well
heres the crash report




Minecraft has crashed!
----------------------

Minecraft has stopped running because it encountered a problem; Failed to start game

A full error report has been saved to C:\Users\USER\AppData\Roaming\.minecraft\crash-reports\crash-2013-05-25_00.59.44-client.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash :(



--- BEGIN ERROR REPORT 37249985 --------
Full report at:
C:\Users\USER\AppData\Roaming\.minecraft\crash-reports\crash-2013-05-25_00.59.44-client.txt
Please show that file to Mojang, NOT just this screen!

Generated 2013/5/25 上午 12:59

-- System Details --
Details:
Minecraft Version: 1.5.1
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_21, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 298892720 bytes (285 MB) / 674299904 bytes (643 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v7.44 FML v5.1.43.676 Minecraft Forge 7.7.1.676 46 mods loaded, 46 mods active
mcp{7.44} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{5.1.43.676} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
Forge{7.7.1.676} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{0.8.5.1} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
CoFHCore{1.5.1.5} [CoFH Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.5.2.7} [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
PowerCrystalsCore{1.1.0} [PowerCrystals Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
CoFHNetwork{1.5.1.5} [CoFHNetwork] (CoFHCore-1.5.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
CoFHWorld{1.5.1.5} [CoFHWorld] (CoFHCore-1.5.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
GalacticraftCore{0.1.26} [Galacticraft Core] (Galacticraft-Mod-1.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
BasicComponents{1.3.1} [Basic Components] (Galacticraft-Mod-1.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
GuiAPI{0.15.4} [GuiAPI] (GuiAPI-0.15.4-1.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion{2.4.1.0} [Thermal Expansion] (ThermalExpansion-2.4.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
IC2{1.115.287-lf} [IndustrialCraft 2] (industrialcraft-2_1.115.287-lf (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
AdvancedMachines{4.9} [IC2 Advanced Machines Addon] (Advanced-Machines-Addon-1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Core{3.5.0} [BuildCraft] (BuildCraft-Mod-1.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Builders{3.5.0} [BC Builders] (BuildCraft-Mod-1.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Energy{3.5.0} [BC Energy] (BuildCraft-Mod-1.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Factory{3.5.0} [BC Factory] (BuildCraft-Mod-1.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Transport{3.5.0} [BC Transport] (BuildCraft-Mod-1.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Silicon{3.5.0} [BC Silicon] (BuildCraft-Mod-1.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
CCoalDust{1.1.0} [Charcoal to Coal] (CharcoalToCoal-1.1.3-IC1.115.zip) Unloaded->Constructed->Pre-initialized->Initialized
ChickenChunks{1.3.2.3} [ChickenChunks] (ChickenChunks-Mod-1.5.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
ComputerCraft{1.52} [ComputerCraft] (ComputerCraft-Mod-1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
CCTurtle{1.52} [ComputerCraft Turtles] (ComputerCraft-Mod-1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
CustomSpawner{1.12.5} [DrZhark's CustomSpawner] (CustomMobSpawner 1.12.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
DragonMounts{0.99.2} [Dragon Mounts Forge (WIP)] (dragonmount_v0.99.2_mc1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
MoCreatures{5.1.5} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v5.1.5.zip) Unloaded->Constructed->Pre-initialized->Initialized
ExtrabiomesXL{3.13.0} [ExtrabiomesXL] (ExtrabiomesXL-universal-1.5.1-3.13.0 (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
factorization{0.7.37} [Factorization] (Factorization-0.7.37.jar) Unloaded->Constructed->Pre-initialized->Initialized
factorization.misc{0.7.37} [Factorization Miscellaneous Nonsense] (Factorization-0.7.37.jar) Unloaded->Constructed->Pre-initialized->Initialized
factorization.dimensionalSlice{0.7.37} [Factorization Dimensional Slices] (Factorization-0.7.37.jar) Unloaded->Constructed->Pre-initialized->Initialized
FlansMod{2.3} [Flan's Mod] (Flans Mod 2.3 for Minecraft 1.5.1 Universal.zip) Unloaded->Constructed->Pre-initialized->Initialized
Forestry{2.2.0.2} [Forestry for Minecraft] (forestry-A-2.2.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
GraviSuite{1.9} [Gravitation Suite] (Gravitation-Suite-Addon-1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
iChunUtil{1.0.1} [iChunUtil] (iChunUtil1.0.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
IronChest{5.2.1.288} [Iron Chest] (Iron-Chests-Mod-1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
LegendaryBeasts{a1.5.1.0} [Legendary Beasts] (Legendary-Beasts-Mod-1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
ModularForceFieldSystem{3.0.0} [Modular Force Field System] (MFFS_v3.0.0.101.jar) Unloaded->Constructed->Pre-initialized->Initialized
MiscPeripherals{3.2} [MiscPeripherals] (miscperipherals-3.2.jar) Unloaded->Constructed->Pre-initialized->Errored
AdvancedSolarPanel{3.3.5} [Advanced Solar Panels] (mod_AdvancedSolarPanels_3_3_5.zip) Unloaded->Constructed->Pre-initialized->Initialized
MutantCreatures{1.3.3} [Mutant Creatures] (Mutant Creatures v1.3.3 mc1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
Mystcraft{0.10.2.00} [Mystcraft] (mystcraft-uni-1.5.1-0.10.2.00 (1).zip) Unloaded->Constructed->Pre-initialized->Initialized
PortalGun{1.5.1} [PortalGun] (PortalGun1.5.1.zip) Unloaded->Constructed->Pre-initialized->Initialized
PowerConverters{1.5.1R2.3.0} [Power Converters] (PowerConverters-2.3.0-54.jar) Unloaded->Constructed->Pre-initialized->Initialized
TwilightForest{1.17.2} [The Twilight Forest] (twilightforest-1.17.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
LWJGL: 2.4.2
OpenGL: GeForce GT 220M/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

java.lang.NullPointerException
at MiscPeripherals.module.ModuleIC2.onInit(ModuleIC2.java:75)
at MiscPeripherals.core.MiscPeripherals.onLoading(miscperipherals.java:472)
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:494)
at sun.reflect.GeneratedMethodAccessor5.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:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
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:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:690)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:206)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:447)
at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:732)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 30efc29c ----------

#939 druidbruce

  • Members
  • 3 posts

Posted 24 May 2013 - 12:05 PM

The only error mod is this addon

#940 JackPS9

  • Members
  • 7 posts

Posted 25 May 2013 - 05:25 AM

IDK if this is a bug with AE or the ME bridge but for some reason jungle wood planks (ID 5:3) comes out as 98309
Working on a program to keep track of item levels and craft the amount the user states in the program :P


Edit
also listAll() and listCraft(), does not list items that can be crafted, its listing only items in the AE system.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users