thanks in advance.
This is a read-only snapshot of the ComputerCraft forums,
taken in April 2020.
modify each computer disk space ?
Started by mapX2000, 19 February 2016 - 08:51 PMPosted 19 February 2016 - 09:51 PM
hi, i was thinking if is there anything to set customs disks spaces to a computer (without affecting others computers) ?
thanks in advance.
thanks in advance.
Posted 20 February 2016 - 03:11 PM
I don't think this is possible currently. You can only use the config to set the space for every computer.
Posted 20 February 2016 - 05:38 PM
If you need more space then you could use disks and disk drives, they take an extra block though.
If you want to have less space then overwrite Fs.getFreeSpace with something which fakes having less space.
If you want to have less space then overwrite Fs.getFreeSpace with something which fakes having less space.
Posted 21 February 2016 - 09:00 AM
If you need more space then you could use disks and disk drives, they take an extra block though.
As of the builds for MC 1.8.9, you can stick entire computers (which have a greater storage capacity than floppies) into disk drives.
Posted 21 February 2016 - 04:07 PM
Entire Computers… How does it? :P/>
Edited on 23 February 2016 - 03:43 PM
Posted 21 February 2016 - 05:52 PM
Because MineCraftEntire Computers… How does it fit? :P/>
Posted 26 February 2016 - 08:50 AM
I don't think this is possible currently. You can only use the config to set the space for every computer.
I presume also that it is not attainable .Setting a custom disks spaces to a computer would likely affect the others.
Posted 27 February 2016 - 12:07 AM
I presume also that it is not attainable .Setting a custom disks spaces to a computer would likely affect the others.
Well, its not just 'likely'. Changing the value in the config will affect all computers. It might be nice to have the ability to expand individual computers, but why not just expend them all?
If giving ever computer more space is an issue, you can always create a resource pack with a (relatively) simple file to make any specific computer think it has less space.