Skip to content

Add "Toggle Snow Visibility" player vision suboption #4

@victorpopkov

Description

@victorpopkov

  • 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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions