This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
BigSHinyToys's profile picture

[MC 1.4.4] [CC 1.47] fs.list not working on files stored in "ComputerCraft" folder when CC installed as zip

Started by BigSHinyToys, 15 November 2012 - 10:33 PM
BigSHinyToys #1
Posted 15 November 2012 - 11:33 PM
Cloudy said:
Except you can also have a folder called ComputerCraft in which you can put files in, and the files in there will be merged with the files in the zip filesystem (with the files in the folder taking precedence).

Anyway, this topic has outweighed its usefulness - PEBCAK!
http://www.computerc...0050#entry50050

This doesn't work properly it will allow the files in "ComputerCraft" folder to be called but fs.list will crash when trying to list files in that folder.

What I expected to happen files in the "ComputerCraft/rom/lua/user" folder to be listed by fs.list

What happened fs.list returned nil

how to recreate

set up minecraft with forge. place Computer craft zip in "mod" folder
create a "ComputerCraft" folder in "mod" create "rom" folder in "ComputerCraft" folder Create "user" folder in "rom"
final path should read

C:MultiMCinstances1.4.4 ComputerCraftminecraftmodsComputerCraftluaromuser
the zip should be

C:MultiMCinstances1.4.4 ComputerCraftminecraftmodsComputerCraft1.47.zip

place files in user
down load and run
Mouse File Browser 0.5a
navigate using mouse to user click user observer error message.

I would really like to know categorically what is the correct way to install this mod while having access to rom files or if access to rom files is not supported.

Thanks BigShinyToys
KaoS #2
Posted 16 November 2012 - 01:57 AM
if you just use the unzipped method and do not include a zipped file as well you can access the rom folders fine
Cloudy #3
Posted 16 November 2012 - 04:20 AM
Will look into.
Philipo98 #4
Posted 21 December 2012 - 10:05 PM
Sorry failed Thread
Edited on 21 December 2012 - 09:06 PM