userlamalovecancel
branchrust_reboot/main/Workcartcancel

15 Commits over 0 Days - ∞cph!

3 Years Ago
Set train icon properly + S2P
3 Years Ago
Set the train icon on the entrance prefab again
3 Years Ago
Fix server compile error from rendertunnels
3 Years Ago
Add world.rendertunnels to export the map's tunnel texture to a file No processing is done on this so it's not directly usable 1. It's black and white - ignore all channels except red 2. There's no scale option for the command - it will always give a 2048x2048 texture, so manual scaling is required 3. When overlaying on top of the map, this texture extends beyond what rendermap gives (by like 25% or so? think it depends on map size)
3 Years Ago
Fix train tunnel marker icon (prefab change got stomped)
3 Years Ago
Fix train tunnels not rendering after reconnecting to a server sometimes
3 Years Ago
Update train tunnel entrance marker so it's smaller and more visible
3 Years Ago
Support an optional icon on monument map markers + add train icon on train tunnels
3 Years Ago
Extend the bounds to render for train tunnel maps because tunnels under the ocean were getting cut off (need to confirm if it's enough though)
3 Years Ago
Fix artifacts on the train tunnel overlay
3 Years Ago
Rework the map rendering so we can specify the renderers to use (because the 4-way intersection is set up differently) Fix map views showing dark mode when they have it disabled
3 Years Ago
Automatically render the tunnel map
3 Years Ago
MonumentSign will now automatically find the closest tunnel entrance and then find the monument closest to that MapView switch to tunnel mode in EnvironmentType TrainTunnels instead of Underground
3 Years Ago
Fix MonumentSignText disabling itself
3 Years Ago
WIP rendering tunnels on the map