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

"Fixing" multiple maps #7

Open
dakotahawkins opened this issue Apr 28, 2019 · 0 comments
Open

"Fixing" multiple maps #7

dakotahawkins opened this issue Apr 28, 2019 · 0 comments

Comments

@dakotahawkins
Copy link

It would be nice to at least have the mod switch to the "home" original map, if looping through the maps and checking for the presence of markers is too expensive.

I think what's happening now is that screenshots are taken of whichever map the game loaded on. I have two colonies and it seems kind-of random in terms of which gets the screenshot, but that's my best guess from looking at the code.

Also, from looking in the decompiled RimWorld code, a quick fix/workaround might be to replace Find.CurrentMap with Find.AnyPlayerHomeMap ?? Find.CurrentMap -- I found one example of that happening. I'm not 100% sure what AnyPlayerHomeMap is but the hope would be that it's the player's "main" or original colony map. The game sets it to the first map it finds where IsPlayerHome is true.

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

1 participant