Jump to content


Iredstone7648's Content

There have been 14 items by Iredstone7648 (Search limited from 30-March 23)


By content type

See this member's

Sort by                Order  

#268678 ComputerCraft and Bundled Cables

Posted by Iredstone7648 on 30 July 2017 - 06:17 AM in Ask a Pro

No I wasn’t crossing boundaries because I tried it in three different and brand new worlds. I will try an older version of Project Red tommorrow, see if that works.



#268674 ComputerCraft and Bundled Cables

Posted by Iredstone7648 on 30 July 2017 - 05:15 AM in Ask a Pro

I thought it might have had something to do with the config file, but bundled cables interacting with computers is enabled in both config files. Funny thing is the bundled cables were working with CC only a few months ago.. Haven't played for a few months and now they don't wok. Pretty crazy.



#268671 ComputerCraft and Bundled Cables

Posted by Iredstone7648 on 30 July 2017 - 03:37 AM in Ask a Pro

Hello, I am in need of assitance with bundled cables (Project Red). I am currently working on a factory and I would like a single computer to control five bundled cables (all sides except the front), but I ran into a slight issue. I have the bundled cables all set up, and I placed a computer next to all five cables. To my surprise, the cables didnt connect to the computer at all. I tried updating Project Red and ComputerCraft, but to no avail. I am having difficulty uploading a screenshot if anyone could tell me how. Thanks!



#264950 Circle Generator and Click Detector

Posted by Iredstone7648 on 19 February 2017 - 05:20 PM in Ask a Pro

Never mind, I actually found the solution and it works great. Thanks for your support!



#264948 Circle Generator and Click Detector

Posted by Iredstone7648 on 19 February 2017 - 04:46 PM in Ask a Pro

I made a few attempts but none worked correctly. I could draw a circle but couldn't get any clicks to register.



#264944 Circle Generator and Click Detector

Posted by Iredstone7648 on 19 February 2017 - 04:09 PM in Ask a Pro

Hello Everyone,

I am currently working on a game and need some help. I want to make a circle generator that has click detection. Basically I will use something like:


drawCircle(25,8,5) --(x,y,radius)

local event,button,X,Y=os.pullEventRaw("mouse_click")
if in_circle(25,8,5,X,Y) then --(x,y,radius,ClickX,ClickY) return true if ClickX and ClickY are in the circle, otherwise return false
    --do stuff
end

Anything similar is fine. Thanks for helping!



#263836 Hacking an OS

Posted by Iredstone7648 on 19 January 2017 - 11:38 PM in Ask a Pro

Ok thanks guys. I was looking into modifying fs.isReadOnly but that would only work for my ROM file. Other than that, there's nothing more to do.



#263833 Hacking an OS

Posted by Iredstone7648 on 19 January 2017 - 11:21 PM in Ask a Pro

Well, say you get a floppy disk and bypass startup. This could be done by anyone. All they would have to do is go in with the shell and edit the files to have instant access.



#263829 Hacking an OS

Posted by Iredstone7648 on 19 January 2017 - 10:43 PM in Ask a Pro

Hello Everyone!

I am currently working on an operating system and came across the problem of hacking. Once the user is in, he can use the text editor to edit system files such as password storage, password checks, or anything he chooses.
I would really appreciate any solutions to this problem! Thanks for checking out my post!



#260207 NDFJay Clones

Posted by Iredstone7648 on 03 October 2016 - 08:49 PM in Ask a Pro

I didn't mean to stir up any hard feelings about NDFJay. I watched his videos and learn a lot, but I didn't make a clone. Thanks for your responses!



#260167 NDFJay Clones

Posted by Iredstone7648 on 02 October 2016 - 09:21 PM in Ask a Pro

Hello everyone!

I know that all of you hate NDFJay clones. I would like to know what defines an OS as a clone so I can avoid making one. Thanks :)



#260077 A couple quick questions...

Posted by Iredstone7648 on 29 September 2016 - 11:36 PM in Ask a Pro

Thanks for responding! For courotines,I didn't mean update. I meant I need to add and remove them without breaking other. I tried parallel API but it does exactly what I don't want it do.



#259927 A couple quick questions...

Posted by Iredstone7648 on 26 September 2016 - 11:18 PM in Ask a Pro

Hello everyone! I am currently making a multitasking operating system and I need some help. Here are my questions.

1. Is there any way that I can list all the programs running? I was thinking something like shell.getRunningProgram() but that is for the current one.

2. I need a coroutine manager that can add, remove, and update a coroutine without breaking the rest.

3. How do I make a pastebin installer. Do I have to upload every single of my 90 files to pastebin and then download each one in the installer?

Thanks for looking at my post! :)



#259671 Albÿno OS - The community driven OS

Posted by Iredstone7648 on 20 September 2016 - 08:55 PM in Operating Systems

Cool design; I like it!