Jump to content




[1.3] Eye


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

#21 Sebra

  • Members
  • 726 posts

Posted 04 March 2012 - 07:39 PM

View Postrockymc, on 04 March 2012 - 07:15 PM, said:

You can't change it. Turtles will be blind.
Bad. :unsure:/>

#22 Liraal

  • New Members
  • 477 posts
  • LocationPoland

Posted 04 March 2012 - 09:09 PM

No matter what, there has to be at the very least a way to tell players/mobs/solid blocks/opaque blocks from each other.

#23 Cloudy

    Ex-Developer

  • Members
  • 2,543 posts

Posted 05 March 2012 - 03:44 PM

View PostLiraal, on 04 March 2012 - 09:09 PM, said:

No matter what, there has to be at the very least a way to tell players/mobs/solid blocks/opaque blocks from each other.

There is technically a way. If turtle.detect() returns true, then it's a solid block. If turtle.detect() returns false, but yet turtle.forward() also returns false, then there is a mob in that space. Hacky, but works!

Edit: I'm so so so late.

#24 Sebra

  • Members
  • 726 posts

Posted 05 March 2012 - 05:22 PM

This way it is:
1. block detected - do not know what
2. cannot move - seems some mob
3. was able to move - seems way was clear
Blind detection: hard/soft/hole

#25 Liraal

  • New Members
  • 477 posts
  • LocationPoland

Posted 05 March 2012 - 06:13 PM

yeah, but i mean to detect them WITHOUT moving (security checkpoints, landmines, detectors, possibilities are endless)

#26 Bard

  • New Members
  • 26 posts

Posted 06 March 2012 - 09:04 PM

View PostLiraal, on 05 March 2012 - 06:13 PM, said:

yeah, but i mean to detect them WITHOUT moving (security checkpoints, landmines, detectors, possibilities are endless)

I do that using the sensors of Laser Mod :unsure:/>
I also use that with CC to control doors, lights, elevators and so on B)/>

I would see it being useful if it could also detect what kind of entity it is... maybe.
But for now I think you can manage with some cables and other addons if you're interested

#27 Liraal

  • New Members
  • 477 posts
  • LocationPoland

Posted 06 March 2012 - 09:10 PM

sure, but that's not something you can CODE for the turtle, right? And the machine wouldn't be movable.

#28 Bard

  • New Members
  • 26 posts

Posted 06 March 2012 - 09:21 PM

I think I misread your reply a bit, I thought you wanted to use the turtle as a stationary detector (like... place it somewere and leave it there, so I was suggesting some ways to do it), but reading it again now I see that's not what you meant at all when you said "without moving"..
Disregard my previous ramblings

#29 skyeyemachine

  • New Members
  • 10 posts

Posted 25 March 2012 - 06:18 AM

EDIT: I read a bit further through the forums and found this bit from Casper7526, so I'll repost it here;

http://www.computerc...-color-control/

Quote

If you want graphics, you are able to modify the default.png file in the minecraft jar (the font file) and use the extended ascii characters as your "sprites".

The reason we don't have "full" pixel control for computers is for SMP purposes. To transfer that much data is almost literally impossible in the time frame it would need to be transferred.

There's over 5000 pixels on the default screen size alone. That's a tad more than the 900 characters it holds. So your looking at a 5x increase in speed RIGHT off the bat. (Obv less if you didn't draw on all 5000 pixels, but the point is that it would be possible to lag a server heavily "easily".

Does that mean that even a small, grainy sort of 'webcam' peripheral such as I described below (even one or two small one-block 64x64 cameras and displays, for instance) would be infeasible for SMP play? Sorry to have revived the thread unnecessarily if so.

Thanks.

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

Hey all,

First, just wanted to say that I think this is a fantastic mod. I'm setting up a server shortly, and I expect CC will be a true centerpiece for it.

That said, I have something I've been trying to figure out with minecraft for a while, and that is a remote monitoring station. I know that it is possible to do a lot with text and scripting via sensors and such, but I think it is also just a lot of fun to be able to see what's going on as well, even if the picture quality is small/low, etc. I've looked at mods like The Robot Mod (a work in progress) and the CCTV mods (now defunct) and the RC Mod (all manual control) in the past and recently, but nothing currently seems suitable to a stationary monitoring station of any kind.

I understand based on this thread that turtles will likely stay blind, so I won't suggest that. I was wondering, however, if it might be possible to create some sort of stationary wired or wireless block that could send an image to a monitor, or even just a computer block's right-click window, or something similar. The key points for me are that it would be SMP-enabled, as I really enjoy playing with others, and that it becomes something at least semi-automated, so that it becomes possible to quickly check several feeds at once, or ideally view them simultaneously in one room along a wall or such. Maybe there could even be just one monitor that a computer can command to cycle between feeds with a timer, for example.

I'll just finish by saying I'd be the first to admit that I lack an understanding of how difficult or easy this would be to implement - I am a beginner programmer at best right now. However, I think a (stationary?) graphical camera and viewing system of some sort would be a very fun and useful addition to CC for a lot of people. Please consider it, and thank you for reading this far.

Cheers!





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users