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

ROM game save #35

Open
brandtdaniels opened this issue Jan 7, 2013 · 7 comments
Open

ROM game save #35

brandtdaniels opened this issue Jan 7, 2013 · 7 comments

Comments

@brandtdaniels
Copy link

some ROMs like Zelda allow you to save your progress after you die. Where is this saved? in the ROM itself or a separate file? I know emulators have a separate save function, but that is not what i'm referring to...

After loading my roms I noticed they all have different permissions. I would think only read permissions would be needed but I need to know the answer to the above question first.

@jefflunt
Copy link
Owner

jefflunt commented Jan 7, 2013

I think battery saves (like those in Zelda) are saved in a separate file. Ref.: http://www.zeldalegends.net/index.php?n=saves

Not to be confused with save states, which are the instantaneous state of a game that the emulator gives you.

That being said, I don't know why write permissions would be a problem, especially at the folder level, to allow copying new roms in. I modified the copy script so that it sets the owner and group to pi after the copy of ROM files.

@brandtdaniels
Copy link
Author

I was more concerned with the perms of the roms. All my roms had different perms after they were loaded. I want to figure out the perms necessary and set them on all roms after they are copied in.

@jefflunt
Copy link
Owner

jefflunt commented Jan 7, 2013

What do you mean, "perms"?

On Mon, Jan 7, 2013 at 11:00 AM, Brandt Daniels [email protected]:

I was more concerned with the perms of the roms. All my roms had different
perms after they were loaded. I want to figure out the perms necessary and
set them on all roms after they are copied in.


Reply to this email directly or view it on GitHubhttps://github.com/normalocity/glint-nes/issues/35#issuecomment-11959976.

@brandtdaniels
Copy link
Author

sorry...perms is short for permissions....Owner: rwx Group: rwx Other: rwx

On Mon, Jan 7, 2013 at 9:20 AM, Jeff Lunt [email protected] wrote:

What do you mean, "perms"?

On Mon, Jan 7, 2013 at 11:00 AM, Brandt Daniels [email protected]:

I was more concerned with the perms of the roms. All my roms had
different
perms after they were loaded. I want to figure out the perms necessary
and
set them on all roms after they are copied in.


Reply to this email directly or view it on GitHub<
https://github.com/normalocity/glint-nes/issues/35#issuecomment-11959976>.


Reply to this email directly or view it on GitHubhttps://github.com/normalocity/glint-nes/issues/35#issuecomment-11960848.

@jefflunt
Copy link
Owner

jefflunt commented Jan 7, 2013

Ah, of course. I actually thought that recursively setting the permissions
on the /home/pi/roms folder would make all the perms the same. That's
weird.

On Mon, Jan 7, 2013 at 11:38 AM, Brandt Daniels [email protected]:

sorry...perms is short for permissions....Owner: rwx Group: rwx Other: rwx

On Mon, Jan 7, 2013 at 9:20 AM, Jeff Lunt [email protected]
wrote:

What do you mean, "perms"?

On Mon, Jan 7, 2013 at 11:00 AM, Brandt Daniels <
[email protected]>wrote:

I was more concerned with the perms of the roms. All my roms had
different
perms after they were loaded. I want to figure out the perms necessary
and
set them on all roms after they are copied in.


Reply to this email directly or view it on GitHub<
https://github.com/normalocity/glint-nes/issues/35#issuecomment-11959976>.


Reply to this email directly or view it on GitHub<
https://github.com/normalocity/glint-nes/issues/35#issuecomment-11960848>.


Reply to this email directly or view it on GitHubhttps://github.com/normalocity/glint-nes/issues/35#issuecomment-11961693.

@brandtdaniels
Copy link
Author

It should set it recursively. Ownership was set properly just not perms.

-Brandt

Sent from my iPhone

On Jan 7, 2013, at 9:43 AM, Jeff Lunt [email protected] wrote:

Ah, of course. I actually thought that recursively setting the permissions
on the /home/pi/roms folder would make all the perms the same. That's
weird.

On Mon, Jan 7, 2013 at 11:38 AM, Brandt Daniels [email protected]:

sorry...perms is short for permissions....Owner: rwx Group: rwx Other: rwx

On Mon, Jan 7, 2013 at 9:20 AM, Jeff Lunt [email protected]
wrote:

What do you mean, "perms"?

On Mon, Jan 7, 2013 at 11:00 AM, Brandt Daniels <
[email protected]>wrote:

I was more concerned with the perms of the roms. All my roms had
different
perms after they were loaded. I want to figure out the perms necessary
and
set them on all roms after they are copied in.


Reply to this email directly or view it on GitHub<
https://github.com/normalocity/glint-nes/issues/35#issuecomment-11959976>.


Reply to this email directly or view it on GitHub<
https://github.com/normalocity/glint-nes/issues/35#issuecomment-11960848>.


Reply to this email directly or view it on GitHubhttps://github.com/normalocity/glint-nes/issues/35#issuecomment-11961693.


Reply to this email directly or view it on GitHub.

@jefflunt
Copy link
Owner

jefflunt commented Jan 7, 2013

Oh, duh - perms vs. ownership.

Sorry. Some days people try to tell me things, but I miss the details.

On Mon, Jan 7, 2013 at 11:46 AM, Brandt Daniels [email protected]:

It should set it recursively. Ownership was set properly just not perms.

-Brandt

Sent from my iPhone

On Jan 7, 2013, at 9:43 AM, Jeff Lunt [email protected] wrote:

Ah, of course. I actually thought that recursively setting the
permissions
on the /home/pi/roms folder would make all the perms the same. That's
weird.

On Mon, Jan 7, 2013 at 11:38 AM, Brandt Daniels <
[email protected]>wrote:

sorry...perms is short for permissions....Owner: rwx Group: rwx Other:
rwx

On Mon, Jan 7, 2013 at 9:20 AM, Jeff Lunt [email protected]
wrote:

What do you mean, "perms"?

On Mon, Jan 7, 2013 at 11:00 AM, Brandt Daniels <
[email protected]>wrote:

I was more concerned with the perms of the roms. All my roms had
different
perms after they were loaded. I want to figure out the perms
necessary
and
set them on all roms after they are copied in.


Reply to this email directly or view it on GitHub<

https://github.com/normalocity/glint-nes/issues/35#issuecomment-11959976>.


Reply to this email directly or view it on GitHub<

https://github.com/normalocity/glint-nes/issues/35#issuecomment-11960848>.


Reply to this email directly or view it on GitHub<
https://github.com/normalocity/glint-nes/issues/35#issuecomment-11961693>.


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHubhttps://github.com/normalocity/glint-nes/issues/35#issuecomment-11962024.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants