This is a read-only snapshot of the ComputerCraft forums,
taken in April 2020.
ComputerCraft 1.55
Started by dan200, 11 July 2013 - 06:28 PMPosted 11 July 2013 - 08:28 PM
Posted 11 July 2013 - 08:30 PM
:D/> testing now :D/>
Posted 11 July 2013 - 08:42 PM
1.6.2 server just got a step closer to completion.
Posted 11 July 2013 - 08:56 PM
:D/> Another mod for 1.6.2! THANKS!
Posted 11 July 2013 - 11:49 PM
Quick question: Computer programs used to go into the mods/computercraft, and now they're a resourcepack. BUT, how should they be set up on a server now? Create an assets folder?
Posted 12 July 2013 - 12:30 AM
no, you put cc in the mods folder forge makes
the new launching system is pretty weird
the new launching system is pretty weird
Posted 12 July 2013 - 12:54 AM
Can you clarify that? I've put programs in the mods folder on my server and it doesn't work. Or do you mean they only go in single player now? Is it still 'computercraft/lua', etc?no, you put cc in the mods folder forge makes
the new launching system is pretty weird
I really wish they'd tell us these things without just dropping it on us. :/
Posted 12 July 2013 - 01:56 AM
i meant the cc jar, sorry miscomunication
im still trying to find how to "mount" programs :/
im still trying to find how to "mount" programs :/
Posted 12 July 2013 - 02:03 AM
gotcha - it's ok; hopefully someone well throw us a bone :)/>
Posted 12 July 2013 - 02:50 AM
My foot just exploded.
Posted 12 July 2013 - 03:24 AM
i meant the cc jar, sorry miscomunication
im still trying to find how to "mount" programs :/
- Make a folder, call it anything you want (CC+ for example).
- Inside the folder, put a folder named 'assets'. In that, make a folder called 'ComputerCraft', in that one called 'lua'.
- Make sure you have a bios.lua file and a rom folder inside that (just copy from the CC zip) as if you don't, there won't be a bios or any programs.
- Then just place your programs where ever you want in rom. AFAIK, bios.lua modification doesn't work yet, though you can change, add and delete rom programs.
- Then put the folder you made at the very beginning into your resource packs folder (on Windows: %appdata%\.minecraft\resourcepacks).
- Run Minecraft.
- Select the resource pack from Options > Resource Packs.
- ???
- PROFIT?!
Posted 12 July 2013 - 04:20 AM
Quick question: Computer programs used to go into the mods/computercraft, and now they're a resourcepack. BUT, how should they be set up on a server now? Create an assets folder?
I made resourcepacks work on servers, just for CC stuff. Make a /resourcepacks/ folder, and put the resource pack in it.
Posted 12 July 2013 - 04:32 AM
Awesome!
Posted 12 July 2013 - 05:32 AM
i meant the cc jar, sorry miscomunication
im still trying to find how to "mount" programs :/
- Make a folder, call it anything you want (CC+ for example).
- Inside the folder, put a folder named 'assets'. In that, make a folder called 'ComputerCraft', in that one called 'lua'.
- Make sure you have a bios.lua file and a rom folder inside that (just copy from the CC zip) as if you don't, there won't be a bios or any programs.
- Then just place your programs where ever you want in rom. AFAIK, bios.lua modification doesn't work yet, though you can change, add and delete rom programs.
- Then put the folder you made at the very beginning into your resource packs folder (on Windows: %appdata%\.minecraft\resourcepacks).
- Run Minecraft.
- Select the resource pack from Options > Resource Packs.
- ???
- PROFIT?!
Please don't copy the entire CC rom into your resource pack. Just add the empty folders for the files you want to replace or add.
Posted 12 July 2013 - 06:32 AM
I don't get it - cuz it's not working for me.
On my server I did the following:
I created a folder (in the root folder - ie. where 'mods' and 'world' are) called resourcepacks - inside that, I have this:
\resourcepacks\cc+\assets\ComputerCraft\lua\rom\programs\turtle
Inside the turtle folder; I have all my programs - nothing shows up. (I'm trying to add all my turtle programs - that's why they are there).
So I added the bios.lua as suggested above - nothing shows up.
For kicks and giggles, I moved the folder into the mods folder - so now it looks like this:
mods\resourcepacks\cc+\assets\ComputerCraft\lua\rom\programs\turtle
Nothing with the bios.lua - nothing without it.
I'm totally stumped and don't understand why this isn't working.
On my server I did the following:
I created a folder (in the root folder - ie. where 'mods' and 'world' are) called resourcepacks - inside that, I have this:
\resourcepacks\cc+\assets\ComputerCraft\lua\rom\programs\turtle
Inside the turtle folder; I have all my programs - nothing shows up. (I'm trying to add all my turtle programs - that's why they are there).
So I added the bios.lua as suggested above - nothing shows up.
For kicks and giggles, I moved the folder into the mods folder - so now it looks like this:
mods\resourcepacks\cc+\assets\ComputerCraft\lua\rom\programs\turtle
Nothing with the bios.lua - nothing without it.
I'm totally stumped and don't understand why this isn't working.
Posted 12 July 2013 - 06:49 AM
I don't get it - cuz it's not working for me.
On my server I did the following:
I created a folder (in the root folder - ie. where 'mods' and 'world' are) called resourcepacks - inside that, I have this:
\resourcepacks\cc+\assets\ComputerCraft\lua\rom\programs\turtle
Inside the turtle folder; I have all my programs - nothing shows up. (I'm trying to add all my turtle programs - that's why they are there).
So I added the bios.lua as suggested above - nothing shows up.
For kicks and giggles, I moved the folder into the mods folder - so now it looks like this:
mods\resourcepacks\cc+\assets\ComputerCraft\lua\rom\programs\turtle
Nothing with the bios.lua - nothing without it.
I'm totally stumped and don't understand why this isn't working.
You have two problems:
- resourcepacks are zip files.
- "computercraft" needs to be lowercase.
Posted 12 July 2013 - 07:04 AM
Ah ha! Thank you - this was driving me nuts. I finally got it to work! :)/>You have two problems:Make a zip file called "cc+.zip", put that in the resourcepacks folder, and put "assets/computercraft/lua/rom/programs/turtle" inside that zip
- resourcepacks are zip files.
- "computercraft" needs to be lowercase.
Posted 12 July 2013 - 09:03 AM
Ah ha! Thank you - this was driving me nuts. I finally got it to work! :)/>*snip*
Awesome! I think i'll post a how-to example on the programs forum.
Posted 12 July 2013 - 09:31 AM
There is now a tutorial on Lua resource packs, here:
http://www.computercraft.info/forums2/index.php?/topic/14049-how-to-make-and-install-lua-resource-packs/
http://www.computercraft.info/forums2/index.php?/topic/14049-how-to-make-and-install-lua-resource-packs/
Posted 15 July 2013 - 12:00 PM
I installed the latest Forge, and put the Computercraft1.55.zip in my mods folder, and it crashed. I attached a crash report…
Posted 15 July 2013 - 12:03 PM
I got it to work. It downloaded as a folder, and i zipped it. I just left it as a folder and it worked. :)/>
Posted 15 July 2013 - 12:09 PM
I now got an error on my ComputerCraft computer screen saying "error mounting lua/rom. Please check that you have installed ComputerCraft correctly". I don't know what to do.
Posted 16 July 2013 - 07:55 AM
I now got an error on my ComputerCraft computer screen saying "error mounting lua/rom. Please check that you have installed ComputerCraft correctly". I don't know what to do.
Download CC again and remove the old one.
Posted 16 July 2013 - 06:02 PM
I now got an error on my ComputerCraft computer screen saying "error mounting lua/rom. Please check that you have installed ComputerCraft correctly". I don't know what to do.
Download CC again and remove the old one.
sorry. what i meant to say was "I tried that, and i got the same error… I know forge is installed correctly, but i can't get it, even if I look through the code in the files…. Do you think it has to do with the fact that I have a Mac? Probably not.."
Posted 16 July 2013 - 06:05 PM
Use a browser besides Safari.
Posted 16 July 2013 - 06:08 PM
Should i get the recommended version of forge, or the latest?
Whats wrong with Safari?
Whats wrong with Safari?
Posted 16 July 2013 - 06:08 PM
It shouldn't matter. The problem is that Safari is unzipping the download and it's a pain to put it back into a zip.
Posted 16 July 2013 - 06:09 PM
Ill try chrome…
Posted 16 July 2013 - 06:12 PM
IT WORKED!!! Thanks so much!
Posted 16 July 2013 - 09:23 PM
If you want to use Safari, you can go to Preferences and disable: "Opening of "safe" files after download (List of stuff including archives)"
Posted 21 July 2013 - 04:30 PM
Hey guys,
I've a problem with that version. It shows the same error like jake3231 ( "error mounting lua/rom. Please check that you have installed ComputerCraft correctly"). I tried everything. Download ComputerCraft again. Install Forge again. Install Minecraft again+ forge. And it change nothing. I don't now what I can do. I hope anyone can help me!
Thanks,
timia2109
I've a problem with that version. It shows the same error like jake3231 ( "error mounting lua/rom. Please check that you have installed ComputerCraft correctly"). I tried everything. Download ComputerCraft again. Install Forge again. Install Minecraft again+ forge. And it change nothing. I don't now what I can do. I hope anyone can help me!
Windows 7
Minecraft: 1.6.2
Forge: 9.10.0.789 installed with the installer
Other Mods are working right!
Thanks,
timia2109
Posted 22 July 2013 - 02:59 PM
Nice
Posted 02 August 2013 - 05:15 AM
Never mind - it works now. They must've been changing something with the site.