Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

EderV

Members
  • Content Count

    18
  • Joined

  • Last visited

Everything posted by EderV

  1. Nice solution! Can you explain how did you do that?? I'm refering to the resizeable screen haha
  2. Thank you I'll give a try Curious and usefull explanation, thank you :)!
  3. so, how can I controll multiple screens with one computer??
  4. Im trying to develop a tankAPI to monitor my railcraft tanks. I want to put in the screen all tanks together so I need to create an ultra wide screen to show all but I don't know how to print graphics in the whole ultra wide screen As you can see in the picture, I can only display colors in that green area. Can someone help me? Thanks
  5. The computer is conected to a creative cell from thermal expansion. If you want, we can talk in a private chat to fix my problem. Or can you send me a construccion and a lua program to run the ticket machine? THX
  6. Hi, I'm trying to create a train station with railcraft and OC. I'm stuck with the ticket machine bcos I can't make a program to work with it. The last issue that I had was "not enought energy" when I tryed to print a ticket. Can anyone help me? THX
  7. Okay thanks. I'm going to test robot.use() in that new version and if I find new bugs I will post it here
  8. Sorry I tryed that in OC 1.7.4.153. In 1.7.2.67 works as we expect
  9. Try it and tell if it works but I think there is a bug. I tried the same comand (robot.use()) in opencomputers v1.7.2.67 and works perfectly but with the version 1.7.4.158 doesn't work.
  10. yep robot.use(sides.bottom, true) and return false If I try this with a seed, works well but I don't know what is happening with the bucket...
  11. I have a robot with a water bucket in the tool slot and I want to place water under thr robot. Under the robot there is space to place water. I tryed robot.use(sides.down) robot.useDown() robot.swing(sides.down) robot.swingDwon() robot.place() ... but nothing happends, the function returns false every time and I don't know why. What am I doing wrong? Thanks
  12. Many thanks, now works You will see me more in this forum haha
  13. I wrote this in my computer: (38d is my floppy I think, bcos I tried to run the ls comand whit the floppy and without it and 38d it's the number that appear and disappear) /mnt # cp main.lua /38d/test.lua (And the computer didn't show an error so okay) Then I went to my robot with the floppy and I wrote this /mnt # cp /38d/test.lua testfloppy.lua And the robot said: No such file or directory What am I doing wrong?
  14. Hi, I'm new in this mod. I'm trying to program robots but the editor it's very small and I prefer to develop my programs in a computer with the shedit editor. I know that there is a way to copy the programs that I've deloped into a floppydisk and then copy that program from the floppydisk to my robot but I tried a few comands and I can't do that. What comands should I use? What tipe of floppydisk I need to use? Thanks
  15. Thankyou so much. Now it's working. Do you continue improving this "pluging" or you abandoned it? PD: Nice job with this
  16. I already install OS from Floppy Disc I writed "/tmp# pastebin get ZnwyunqL /bin/shedit.lua" and It has downloaded yet but now I don't know hot to create a script that includes that editor How can I create that?
  17. I don't know, I'm pretty new with this mod of Open Computer. I just copy paste this in a simple computer. Should I've done something before trying to install this?
  18. I can't instal this editor. I put the line "pastebin get ZnwyunqL /bin/shedit.lua" but nothing happen the code shows this: Usages: pastebin put [-f] <file> pastebin get [-f] <id> <file> pastebin get [-f] <id> [<arguments>] And nothing more happen. Could you please help? thanks
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.