Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Users can't see that theres a 10,000 byte limit on volumes. #47

Closed
Dunbaratu opened this issue Sep 13, 2013 · 3 comments
Closed

Users can't see that theres a 10,000 byte limit on volumes. #47

Dunbaratu opened this issue Sep 13, 2013 · 3 comments

Comments

@Dunbaratu
Copy link
Contributor

I tried to figure out why on earth I couldn't copy a file to the volume and had to resort to reading the source code here to figure it out.

The fact that there's a 10,000 byte limit for a volume is completely undocumented. No end-user who hasn't read the code would realize it.

And when you try to copy the file into the volume, the error message doesn't tell you that a limited capacity is the reason it failed.

Something definitely needs to be added to make it known to the end user.

One simple thing would be if the "LIST" command showed a line at the bottom of the file list along the lines of:

Volume Capacity Used:   5012 / 10000 bytes.

People would at least then know there was such a thing as a limit.

@Nivekk
Copy link
Owner

Nivekk commented Sep 14, 2013

Hmmm... you're right! I thought I was displaying that somewhere...

Do you find that 10,000 is too constricting? I wanted some kind of limit but I figured it would be a while before someone went over the 10k mark, especially since the archive drive is unlimited.

@Dunbaratu
Copy link
Contributor Author

I think it sort of makes sense to keep it limited to keep the 1960's feel of the game, but 10k is really small to work with, especially when the real space programs were writing in machine language at the time and our 10k limit is measuring source code..I've had to cut down my variable names short to get programs to fit.

@Dunbaratu
Copy link
Contributor Author

Technically I did just find one place where a user can get a hint that there's a 10,000 byte limit. If you do a "LIST VOLUMES" there's a column for the max capacity of the volumes. But the reason for the failure to copy being no room on the hard drive should also be mentioned in the error message, I would think.

@Nivekk Nivekk closed this as completed Oct 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants