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

Add "Toggle Snow Visibility" player vision suboption #4

Open
3 tasks done
victorpopkov opened this issue Oct 18, 2021 · 1 comment · Fixed by #6
Open
3 tasks done

Add "Toggle Snow Visibility" player vision suboption #4

victorpopkov opened this issue Oct 18, 2021 · 1 comment · Fixed by #6
Assignees
Labels
enhancement New feature or request

Comments

@victorpopkov
Copy link
Member

  • I understand that if I ignore these instructions, my issue may be closed without review.
  • I have made sure that there are no similar opened issues.
  • I have made sure that the mod version matches the latest release.

Is your feature request related to a problem? Please describe.

It would make sense to have a snow visibility functionality within this mod whenever you test things.

Describe the solution you'd like

@ViktorYu234 has sent me the solution, so I don't need to dig on my own:

for i = 0,2 do TheWorld.Map["SetOverlayColor"..i](TheWorld.Map,0,0,0,0) end
TheWorld.Map:SetOverlayColor0(0,0,0,0)
TheWorld.Map:SetOverlayColor1(0,0,0,0)
TheWorld.Map:SetOverlayColor2(0,0,0,0)

Describe alternatives you've considered

If applicable, add a clear and concise description of any alternative solutions or features you've considered.

Additional context

If applicable, add any other context or screenshots about the feature request here.

@ViktorYu234 ViktorYu234 self-assigned this Oct 21, 2021
victorpopkov pushed a commit that referenced this issue Oct 22, 2021
A simple solution to the "Toggle Snow Visibility" issue (fixes partly #4),
allowing to remove ground moisture/snow.
@victorpopkov victorpopkov added enhancement New feature or request Hacktoberfest Hacktoberfest 2021 labels Oct 22, 2021
@victorpopkov victorpopkov linked a pull request Oct 22, 2021 that will close this issue
@victorpopkov
Copy link
Member Author

The simple solution for this problem, as a "Hide Ground Overlay" player vision suboption action, has been introduced in #6. However, it still needs a proper solution.

@victorpopkov victorpopkov removed the Hacktoberfest Hacktoberfest 2021 label Nov 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants