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

Possible to parse game seeds, leaders, map configuration? #11

Open
linjmeyer opened this issue Dec 19, 2019 · 3 comments
Open

Possible to parse game seeds, leaders, map configuration? #11

linjmeyer opened this issue Dec 19, 2019 · 3 comments

Comments

@linjmeyer
Copy link

This is really cool! I've been working on a site to share seeds for Civ 6 (civseeds.com) but it's a big pain to copy all the seed data, leader and map options like sea level, map type, etc. and I was wondering if I can grab it from a save automatically which lead me here.

I checked out the code but tbh I'm fairly lost and figured I'd start by just asking - do you guys think it's possible to parse the type of data I'm looking for?

I'm happy to contribute too, just figured I'd ask first.

@mrosack
Copy link
Member

mrosack commented Dec 20, 2019

I think that'd be possible - this library only looks at the "header" of the save files, but a lot of the stuff you're looking for is in that header, I think.

@dcrabill
Copy link

Did you ever have any luck with this Lin?

@linjmeyer
Copy link
Author

@dcrabill Unfortunately not. It has to be in there somewhere but when I looked at some saves with a hex viewer I couldn't find much that isn't already included in this repo. Not my area of expertise though.

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

No branches or pull requests

3 participants