This is a read-only snapshot of the ComputerCraft forums,
taken in April 2020.
copy and paste multiplayer
Started by bendude8, 10 August 2012 - 06:57 PMPosted 10 August 2012 - 08:57 PM
looked for ages cant find a working way you always say ctrl then ctrl v but it dosent work your begin idots who dont even test if it works or not when i ever i paste i get 1 word and that it im very displeased
Posted 10 August 2012 - 09:01 PM
Your lack of grammar displeases me. Please repost your question in proper English before you get any help from me.
Posted 10 August 2012 - 09:03 PM
Ok i cant copy and paste and all been looking on this forum for 2 days nothing works and yes ctrl then ctrl -v does not work
Posted 10 August 2012 - 09:05 PM
Unfortunately CTRL+V does not work in-game. What you can do, is use the HTTP api to get from pastebin, as long as it's enabled by your server host. If not, you could kindly ask them to install the program into a floppy for you, and give it to you. If you are the host of your server, just look into the computercraft folder in your world file, find the computer you use, and paste the program code into a new program there.
Posted 10 August 2012 - 10:19 PM
I wish there was an -1 button…
Posted 10 August 2012 - 10:21 PM
For what?I wish there was an -1 button…
Posted 10 August 2012 - 11:22 PM
CTRL + V DOES work in the game. What you need to do is press CTRL so the save/exit menu appears then press CTRL + V.
Posted 10 August 2012 - 11:44 PM
Nono, the current paste system does not work well with multiple lines of text; it does not handle newlines very well or at all in my experience. What you can do however is type this nice little command in the computer if it is enabled on your server:
pastebin get <id> <filename>
to doiwnload the code from a pastebin.com post.Posted 11 August 2012 - 09:39 AM
For his grammar.For what?I wish there was an -1 button…
Posted 11 August 2012 - 11:23 AM
For his grammar.For what?I wish there was an -1 button…
Not everyone's first language is English. Remember that.
And yes, copy and paste doesn't handle new lines. Sometime soon I want to handle transmissions from client to server.
Posted 11 August 2012 - 12:08 PM
Posted 27 August 2012 - 10:05 PM
Im lucky enough to have a logitech g15 keyboard that comes with a built in macro keypresser. I recommend you go download one, it will allow you to do what you ask. I set mine for about 50 ms latency and have a text buffer at the beginning of each code to make sure it all inputs right.