Jump to content




a Bunch of CC idea's


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

#1 Lithia

  • Members
  • 44 posts
  • LocationAustralia

Posted 14 October 2012 - 12:09 PM

a Bunch of CC idea's
------------------------------------------------
First of all im going to start with the coolest idea

CCSpeakers with ability to Play sounds through them
Like Noteblock sounds, Mob sounds and a Text to speech ability

Text to speech ability will need to have some kind of Computer voice client side
so the Server can just send the text to the Computer

The sound player could run like a midi player
while true do
Sound("Piano", 1)
sleep(0.500)
Sound("Piano", 2)
sleep(0.500)
end

As the voice commands could be like
Voice("Welcome back sir")
sleep(20)
if door == "open" then
Voice("You Need to close the door sir
else("i hope you enjoy Your stay sir")
-----------------------------------------------
Idea 2

CCHTML

Ability to Link HTML to a program so it will have custom GUI's per Console
So you could have nice pretty ADVANCED console to make your friends say WOW
and ability to see Basic webpages

term.clear()
while true do
term.clear()
 input = read.button("1, 1")
  if input == "mypass" then
   set.redstoneOutput("right", "true")
   sleep(7)
   set.redstoneOutput("right", "false")
  else
  setCursorPos("2, 1")
  print ("Access Denied", input)
  end
end


-----------------------------------------------
Idea 3

CC Mountable Turtles

To Ride your Turtle like a Train!
Ride your Pre programmed turtle to your Destination :3 and back again!
Or just let your turtle spin you around until you get sick

while true do
Entity.Hold("Right")
shell.run("go", "forward", "5")
sleep(1)
Entity.Drop("Right")
shell.run("go", "back", "5")
end

-----------------------------------------------

Enjoy these idea's

Leave feedback if you want :)/>

#2 JoshhT

  • New Members
  • 64 posts
  • LocationAustralia

Posted 14 October 2012 - 12:37 PM

View PostLithia, on 14 October 2012 - 12:09 PM, said:

CC Mountable Turtles

To Ride your Turtle like a Train!
Ride your Pre programmed turtle to your Destination :3 and back again!
Or just let your turtle spin you around until you get sick


I think this is fucking wonderful <3

#3 PixelToast

  • Signature Abuser
  • 2,265 posts
  • Location3232235883

Posted 14 October 2012 - 05:17 PM

View PostJoshhT, on 14 October 2012 - 12:37 PM, said:

View PostLithia, on 14 October 2012 - 12:09 PM, said:

CC Mountable Turtles

To Ride your Turtle like a Train!
Ride your Pre programmed turtle to your Destination :3 and back again!
Or just let your turtle spin you around until you get sick


I think this is fucking wonderful <3
YUS, SADDLE PERIPHERAL
and possibly a additional speed upgrade

#4 PonyKuu

  • Members
  • 215 posts

Posted 14 October 2012 - 05:51 PM

Yes! I like the idea of special turtle, which can move player!

#5 Tiin57

    Java Lunatic

  • Members
  • 1,412 posts
  • LocationIndiana, United States

Posted 14 October 2012 - 06:49 PM

Just so no one else gets disappointingly excited, turtles are blocks. They cannot operate in the manner in which you are describing, because they are not entities.

#6 billysback

  • Members
  • 569 posts

Posted 14 October 2012 - 06:55 PM

View Posttiin57, on 14 October 2012 - 06:49 PM, said:

Just so no one else gets disappointingly excited, turtles are blocks. They cannot operate in the manner in which you are describing, because they are not entities.
Surly, however, they turn in to entities temporarily whilst moving.
And who's to say you can't lock a players position above a block; it would be easier than an entity as there would be no chance for it to suddenly have force for the player to follow (although, obviously, there would have to be checks in case the block is broken or the turtle begins to move)

You seem to be making up limitations...

#7 immibis

    Lua God

  • Members
  • 1,033 posts
  • LocationWellington, New Zealand

Posted 14 October 2012 - 07:14 PM

Or they could make an invisible entity follow the turtle, problem solved.

#8 Sebra

  • Members
  • 726 posts

Posted 14 October 2012 - 08:35 PM

View Posttiin57, on 14 October 2012 - 06:49 PM, said:

Just so no one else gets disappointingly excited, turtles are blocks. They cannot operate in the manner in which you are describing, because they are not entities.
This problem is surely solvable. Instead of saddle make turtles move (and turn) any mob/player/item standing/recumbent on it. Welcome turtle lifts, keep yourself off the edge. :)/>
PS: Block, pushed up by piston push items up. Why turtle cannot?

#9 Cloudy

    Ex-Developer

  • Members
  • 2,543 posts

Posted 14 October 2012 - 09:02 PM

View PostSebra, on 14 October 2012 - 08:35 PM, said:

PS: Block, pushed up by piston push items up. Why turtle cannot?

Because it is not coded to. It is something I want to look into.

#10 ETHANATOR360

  • Members
  • 423 posts
  • Locationyour hardrive

Posted 14 October 2012 - 10:22 PM

HTML? i think javascript would work better for interaction with text

#11 PixelToast

  • Signature Abuser
  • 2,265 posts
  • Location3232235883

Posted 14 October 2012 - 10:29 PM

lol, i dont like the idea of html (or javascript) in CC :3

#12 ETHANATOR360

  • Members
  • 423 posts
  • Locationyour hardrive

Posted 14 October 2012 - 11:00 PM

me neither but if an aternative programing language was to be use in cc javascript would probably be the besy option

#13 darkrising

  • Members
  • 234 posts
  • LocationScotland

Posted 14 October 2012 - 11:07 PM

View PostLithia, on 14 October 2012 - 12:09 PM, said:

CC Mountable Turtles

To Ride your Turtle like a Train!
Ride your Pre programmed turtle to your Destination :3 and back again!
Or just let your turtle spin you around until you get sick


Epic idea, I was thinking of this a while back but you beat me too it :)/>

#14 Sebra

  • Members
  • 726 posts

Posted 15 October 2012 - 02:42 PM

View PostCloudy, on 14 October 2012 - 09:02 PM, said:

View PostSebra, on 14 October 2012 - 08:35 PM, said:

PS: Block, pushed up by piston push items up. Why turtle cannot?
Because it is not coded to. It is something I want to look into.
Thanks! No doubt it possible. It's so sad to fall through the turtle.

View Postdarkrising, on 14 October 2012 - 11:07 PM, said:

View PostLithia, on 14 October 2012 - 12:09 PM, said:

CC Mountable Turtles

To Ride your Turtle like a Train!
Ride your Pre programmed turtle to your Destination :3 and back again!
Or just let your turtle spin you around until you get sick
Epic idea, I was thinking of this a while back but you beat me too it :D/>
To stay on top is better:
1.No new type of turtle needed.
2.You need to keep on top.
3.Hit by something or bad programming and you are flying :P/>

#15 BrolofTheViking

  • Members
  • 55 posts

Posted 16 October 2012 - 02:23 AM

Not very long ago I had the idea that turtles should be able to be placed in a minecart to move the cart. Obviously this situation would place limitations on the turtle's movement, like being unable to turn or move up or down, but it should be able to save the turtle fuel, as moving on a train track is more efficient than moving on land. Then, the turtle, being in a cart, would also be able to push other minecarts, allowing the player to be able to use the turtle to move around.

Use of redstone signals would also allow the turtle to alter the direction when it reaches intersections.

not really my best idea ever, but I do think that it would be very useful, giving the turtles the ability to interact with minecarts in some way.

#16 PonyKuu

  • Members
  • 215 posts

Posted 16 October 2012 - 03:58 AM

Yeah, that's a nice idea about minecarts. But I'm not sure if it is possible to implement. There are some complex stuff about entities and blocks
Also, turtle can interact with minecarts - if turtle turtle.attacks it, minecart will eventually be broken and placed into the turtle's inventory. :D/>'
I think it can place them too.

#17 Doyle3694

  • Members
  • 815 posts

Posted 16 October 2012 - 04:47 PM

not in it's inventroy? it must suck it up first right?

#18 Cloudy

    Ex-Developer

  • Members
  • 2,543 posts

Posted 16 October 2012 - 05:26 PM

View PostDoyle3694, on 16 October 2012 - 04:47 PM, said:

not in it's inventroy? it must suck it up first right?

Nope - if you break it it will go straight into the turtles inventory.

#19 Lithia

  • Members
  • 44 posts
  • LocationAustralia

Posted 17 October 2012 - 06:00 AM

Couldent turtles work like the player movement of
Frames from tekkit?

When frames move it moves the player standing on it with the frame

I belive its part of the Redpower mod

#20 ChunLing

  • Members
  • 2,027 posts

Posted 17 October 2012 - 07:20 AM

I don't object to the idea of having an entity based "utility mob" turtle in addition to the tile entity version. But realistically, it is a pretty huge alteration of what a turtle is. And there are already plenty of mods which add player controlled utility mobs or vehicles. And some of the suggestions for improving turtles basically add nothing to the game. I mean...what is the point of riding a turtle rather than a minecart? Minecarts are a lot faster and cheaper already. Walking is faster.

Turtles can already interact with minecarts in most ways that matter...including being loaded into a chestcart by another turtle, sent to a destination, and being sucked out, placed, and booted up by a third turtle at the other end.

Speaker blocks might be an okay idea...turtles can already use noteblocks and jukeboxes, though. But I mostly listen to actual music (with vocals and stuff) while playing, so maybe I'm underestimating how important it is for other people to hear interesting sounds while playing.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users