Jump to content


RobotBubble's Content

There have been 13 items by RobotBubble (Search limited from 29-March 23)


By content type

See this member's

Sort by                Order  

#271693 Program not functioning?

Posted by RobotBubble on 08 November 2017 - 03:04 PM in Ask a Pro

I am literally the worst problem I’m so sorry. I forgot that I ran the Autofuel function and that the computer was waiting for a rednet message and i was running a different version of my turtle program and basically I’m an idiot and it just hit me. I apologize for wasting so much of your time but thank you for going through so much effort to try to help I really appreciate it. I’m the worst haha



#271684 Program not functioning?

Posted by RobotBubble on 08 November 2017 - 05:40 AM in Ask a Pro

Yeah I've edited it a bunch trying to add stuff. Here I will make another video really quick to show you. (I'm sorry this has been so difficult).

https://www.youtube....eature=youtu.be

The only difference between the coding you were using and the one here is that I just got rid of the TurtleMenu for efficiency. The Turtle will now use TurtleRemote as the startup. To be honest, I should just get rid of the TurtleMenu and implement it into the Turtle but that is for another day haha.



#271682 Program not functioning?

Posted by RobotBubble on 08 November 2017 - 04:58 AM in Ask a Pro

No you're running the incorrect program. Sorry this is my bad I should have explained. The Turtle has its own menu system, so to get everything running you have to run the TurtleInstall and the ComputerInstall and then click TurtleMenu and then Remote. The TurtleMenu on the original menu system I have gives you the chance to rename, refuel, and turn on/off autofuel on startup of the remote. Because TS Fuel is for the remote whereas TS Refuel is the Menu-Based function I believe, it was a way to differentiate the two and keep me organized as well as not clear any text or write any text on the actual Turtle Screen. And again, I know it is most likely overly complicated but it works the way I want it to.

SPaBgXtV is the ComputerInstall

If I did a bad job of explaining then the video I linked in a previous reply goes over exactly how to do this.



#271680 Program not functioning?

Posted by RobotBubble on 08 November 2017 - 04:06 AM in Ask a Pro

Regardless of your experiments the program works. I'll link you the pastebin for the TurtleRemote and I've tested it dozens of times, never getting an issue. I even recorded a video on it which I will also paste below. I don't know if you're using a different version of CC but everything about the remote works, as unorganized and porbably broken it may be it works the way I want it to. The click menu and the remote are two separate programs, I'm asking how to terminate the click program and then have it run the remote program.

https://www.youtube....F2PkSrcxY&t=49s

https://pastebin.com/187EGDBX



#271677 Program not functioning?

Posted by RobotBubble on 08 November 2017 - 03:34 AM in Ask a Pro

Okay so that's why I'm asking a pro? I want to know if that can be fixed, how to override the current program and make it launch the remote program.

I'm not very good at ComputerCraft, nothing past the basics. It was easir for me to do it this way. If you're uncomfortable with me using your program I can take it down. The original pastebin is linked under the "Help" menu and it states I did not make the program. I can add your actual name if you'd like as well.

Edit: The menu system I am making is purely for a private server including a bunch of my friends. We're creating an arma like style of gaming server that we use computercraft a lot for and I wanted to make the computer program have more options and I thought adding games would make it so, rather than try to learn how to before the server goes up, I figured I'd collect a few and put them in a separate menu. The menu system is the standard program that will be used in specific classes that players can choose from but not everyone has access to the computer and its contents. Mostly, I will be using it so really it's more of a personal convenience and I don't have the time between work, college, internships, and life to learn more intricate coding to make it the way I wanted, this was just easier.



#271674 Program not functioning?

Posted by RobotBubble on 08 November 2017 - 03:10 AM in Ask a Pro

The remote works 100% on its own no difficulties and it works with the original menu system i made. I am only having trouble going from the clicking menu program to the remote. But every other program works with the clickable menu

The credit is given in my program, I only edited it so when I exit the game it reboots it or goes to the menu. I have a disclaimer in the menu system saying I did not write any of the coding and there are links to the original poastebins. I don't want to have to recode it everytime I install my menu program, its simply for convenience.



#271667 Program not functioning?

Posted by RobotBubble on 07 November 2017 - 10:14 PM in Ask a Pro

So I've been working on these for a while and I have everything the way I want it (I know there are much better ways to organize everything but I'll look into that later on). The only problem I am running into is that when I click the Remote option in my ClickMenu program it displays the remote program but the remote program doesn't actually function. The way the remote is supposed to work is it broadcasts different commands to a turtle and if you hit certain buttons it changes your screen to show more options. But it doesn't do any of that. I think it is because of the pullEvents I have for both programs but I'm not entirely sure. Below are the pastebins for the installer which has both programs if you want to test it out in game, and then the individual programs I'm talking about. I would really appreciate any help we're hoping to use this menu system on a server and I want every thing to be squeaky clean for when it goes live.

Installer:
https://pastebin.com/3JdVN9Tz

ClickMenu:
https://pastebin.com/HuZxiUFC

Remote:
https://pastebin.com/f39FWPcg

I should also mention that I do not get any errors during any of the programs listed. I also have another menu system that works with this perfectly. Instead of clickable buttons it uses just the keyboard. The install for that is here: https://pastebin.com/SPaBgXtV



#271566 [MC1.12][CC1.8] "More Turtles", "Waking Chunks", "Multipl...

Posted by RobotBubble on 05 November 2017 - 05:35 AM in Peripherals and Turtle Upgrades

Sorry if I'm not being too clear. I type in the code and it works it activates the camera, but is there anyway to add it to the code of a program without getting an error in return? FI want it so that every time you run a program it turns it on but when I do that the program doesn't run because it returns an error for the line of code being sed to activate the camera. If you still don't understand that's fine I know I'm not being overly clear about it haha. I can record a video of it if that helps.



#271542 [MC1.12][CC1.8] "More Turtles", "Waking Chunks", "Multipl...

Posted by RobotBubble on 03 November 2017 - 10:15 PM in Peripherals and Turtle Upgrades

Hi I haven't been able to find an answer to this in the comments so I apologize if I just skipped over it. But I love the mod it works great but the only difficulty I am having is turning on the camera works, but now without getting an error in return. The camera still activates even when you turn it off and reboot it but is there a way to put it into like the startup for example without a attempt to call nil error?



#271541 Help with button clicking program

Posted by RobotBubble on 03 November 2017 - 09:23 PM in Ask a Pro

This is the pastebin for the remote I use, I know it works with my usual menu system but after adding the clickable buttons like I said it just doesn't exit the original loop I think is the problem. For example, I wanted to create an option for the use to edit the coding by ust typing in the password "robot". They would click on the Admin Access option and type it in and it would just run "dir" and then nothing, like it would let you type whatever you want as if you had started on a fresh computer.

nonclickable buttons install (original idea): https://pastebin.com/SPaBgXtV
clickable buttons install: https://pastebin.com/3JdVN9Tz
remote: https://pastebin.com/f39FWPcg



#271537 Help with button clicking program

Posted by RobotBubble on 03 November 2017 - 07:46 PM in Ask a Pro

1.Thank you, my biggest enemy is organization haha I'll definitely use that!

2. Sorry I should have included that but there is no error code anymore it just doesn't work. The remote program doesn't do anything, the way it works is I hit 'w' and it broadcasts "TS Forward" but it doesn't matter what I hit it might as well be a blank screen? I'm not really sure why though.

3. Awesome, thank you!

Again I really appreciate you guys' help!



#271452 Help with button clicking program

Posted by RobotBubble on 01 November 2017 - 04:54 AM in Ask a Pro

This is a 3 part question, all of which deal with a system I am working on for myself. I'd really appreciate any help or advice you'd be able to give.

1. So I wrote this program as a startup menu where you can click on the option obviously. But it only detects the click when it is in the little box I have written [ ]. Is there something I can do to make it if it is clicked anywhere in the text?

https://pastebin.com/j1tzRi9t

2. So this is a program that works really well for remote control turtles, it just uses basic broadcast rednet and stuff and it's pretty cool (I can link the TurtleInstall if you'd like) but the only problem I am having is it isn't compatible with the step 1 program. When I click on it it I just get an error with a line number that has nothing wrong with it? I'm assuming it is because of the looping system in the first program. I'm not too great at anything past basic computercraft so I haven't made my own APIs or OSs or anything fancy but the program I am working on now is essentially a personal operating system for me to use with a bunch of useful programs.

https://pastebin.com/f39FWPcg

3. Lastly I haven't been able to find this anywhere but how do I load an image that only appears while that specific program is running and then disappears or is only shown temporarily?

Thank you so much for your help I really appreciate it!



#271448 Pocket Calculator

Posted by RobotBubble on 01 November 2017 - 02:41 AM in Ask a Pro

So I've been making a cool system for an Arma type server my friends and I are starting, one of the things we're using is Pocket Computers from ComputerCraft so I have just been putting a menu interface that basically connects all these programs you would use to help during the game. One of the programs I have is a calculator, I didn't make it because I've had trouble with them in the past but I was wondering if anybody had already written a program for pocket computers specifically that is a calculator that you can click the buttons rather than type the equation? Like something you would see on a phone. My experience with writing programs for both button clicking and calculators has lead to nothing haha so I was wondering if someone could help me out with that?