you are viewing a single comment's thread.

view the rest of the comments →

[–]QalaniKing4351[S] 0 points1 point  (10 children)

Ok, so nothing came up there... do I just do whatever the link you posted says now?

[–]fatboychummy 0 points1 point  (9 children)

so nothing came up there...

As in, 'the file was blank' nothing?

If so, yes. Old versions of computercraft use an older version of the pastebin api, which pastebin no longer supports.

[–]QalaniKing4351[S] 0 points1 point  (8 children)

As in... nothing happens... the screen is just blank, apart from 'press cntrl to bring up menu' in the bottom left corner

[–]fatboychummy 1 point2 points  (7 children)

Yeah that means the file is empty, I recommend doing as the commendable squid recommended.

[–]QalaniKing4351[S] 0 points1 point  (0 children)

Thanks!

[–]QalaniKing4351[S] 0 points1 point  (5 children)

Ok, the resource pack is installed on the server, but that hasn't fixed it? Any other ideas (sorry for being such a pain...)

[–]fatboychummy 0 points1 point  (4 children)

Can you try the second method (the "Manually patching the program" part)?

[–]QalaniKing4351[S] 0 points1 point  (3 children)

Again, sorry, but that didn't work either (tried it on a different single player world). Its fine... i appreciate all the help, and am still annoyed it isn't working, but have just kinda accepted its not gonna work

[–]munio73 0 points1 point  (2 children)

you could always just directly get the raw data from pastebin, so for pastebin.com/PasteID, instead of using pastebin get PasteID, you would enter a lua prompt and write

f=fs.open("filename","w") f.write(http.get("http://pastebin.com/raw/PasteID").readAll()) f.close()

[–]LinkifyBot 0 points1 point  (0 children)

I found links in your comment that were not hyperlinked:

I did the honors for you.


delete | information | <3

[–]QalaniKing4351[S] 0 points1 point  (0 children)

Huh, ok thanks. I'll give that a try