No Remote View Border


Removes the annoying border around Remote view. (Affects all players)

Tweaks
7 months ago
2.0
1.62K

g Planet & platform panel

a month ago

Hey, thanks for the mod. Did not think it was possible but as the screen on Steam Deck is small enough removing borders are really great.

Another question tho, do you probably know the name of StyleSpecification(for reference: https://lua-api.factorio.com/latest/prototypes/GuiStyle.html) for a planets and platforms modal and is it possible to hide/show it in runtime? The goal is to add more screen space when playing on steam deck by adding a toggle so that even more space could be gained

a month ago

I guess it is not possible to hide that panel in the same way as this mod does as it use styles that also use styles for other panel
https://imgur.com/4H3jzIB

Is there other way to toggle that panel visibility in runtime?

a month ago
(updated a month ago)

Okay, I found I can use game_view_settings.show_surface_list to toggle surfaces panel. That does exactly what I want

Reference: https://lua-api.factorio.com/latest/concepts/GameViewSettings.html

Quick POC for interested: https://mods.factorio.com/mod/ToggleSurfaceList

New response