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

Map Generator not producing identical maps #1836

Closed
Sheikah45 opened this issue Jul 21, 2020 · 2 comments · Fixed by #1837
Closed

Map Generator not producing identical maps #1836

Sheikah45 opened this issue Jul 21, 2020 · 2 comments · Fixed by #1837
Labels
bug S2 major severity 2 - major - major loss of function
Milestone

Comments

@Sheikah45
Copy link
Member

Map names are forced to be lower case by the client and this causes the seed to be different between players when generating map names as the host has a map name with capital letters in the seed.

Reproduce
Generate a map as host in client and have another player join on separate client

Expected behavior
Generated map name should be the same on all clients.

@Sheikah45 Sheikah45 added bug S2 major severity 2 - major - major loss of function labels Jul 21, 2020
1-alex98 pushed a commit that referenced this issue Jul 21, 2020
@1-alex98 1-alex98 added this to the v1.1.9 milestone Jul 21, 2020
@Katharsas
Copy link
Collaborator

Katharsas commented Jul 21, 2020

Should 3fd54d2 maybe be reverted with the switch to Base32?

@Sheikah45
Copy link
Member Author

Yes that can be reverted since there is no more case sensitivity in the map names.

mrchris2000 pushed a commit to mrchris2000/downlords-faf-client that referenced this issue Apr 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug S2 major severity 2 - major - major loss of function
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants