Skip to content

Commit

Permalink
Refactoring of camera coverage (Aurorastation#19954)
Browse files Browse the repository at this point in the history
### Introduction

There are some angles or whole areas not covered by cameras. This is
especially annoying for the AI.
This PR resolves some of those missing angles.

### What changed?

Cameras added to area:
- Central ring aft, deck three, entrance of locker room
- Bridge conference room
- XO office
- Gym
- Telescience
- Secure artifact storage
- Deck two tool storage

Other changes:
- Added lights and lightswitch to secure artifact storage

### Pictures of affected areas (before, AI-view)


![image](https://github.com/user-attachments/assets/cccb120b-6827-4f7a-accb-598fd4edea0c)

![image](https://github.com/user-attachments/assets/a191b0ab-ab0d-4824-b16f-695d81181929)

![image](https://github.com/user-attachments/assets/e68eebf4-22d8-4ecb-b17d-245bb94e6a1e)

![image](https://github.com/user-attachments/assets/918b5128-4a13-4cc2-bf65-2b230a7b24ea)

![image](https://github.com/user-attachments/assets/a8be7c39-1c1d-4e46-a799-56de7fb0d8f5)

![image](https://github.com/user-attachments/assets/0a55b8a1-5124-421b-bcee-eb9cf63590f2)

![image](https://github.com/user-attachments/assets/f7f847eb-7205-420b-8067-165c424ae612)

### Pictures of affected areas (after, AI-view)


![image](https://github.com/user-attachments/assets/ceb91966-8ec7-47b9-be27-ca74a6ffe000)

![image](https://github.com/user-attachments/assets/901753ca-20a2-48c1-a99c-ade83f643ee8)

![image](https://github.com/user-attachments/assets/c64737b6-6933-4df0-bee9-bc6498fe2d5c)

![image](https://github.com/user-attachments/assets/e2d95200-783d-42df-9a02-7699e5104186)

![image](https://github.com/user-attachments/assets/f79711ff-c7e5-4266-a563-221c56717dab)

![image](https://github.com/user-attachments/assets/28ca0e4f-f08b-42cf-9e49-9afd48d10c25)
  • Loading branch information
FabianK3 authored Oct 2, 2024
1 parent c9e5c6e commit ad3db52
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
7 changes: 7 additions & 0 deletions html/changelogs/fabiank3-refactoring-camera-coverage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
author: FabianK3

delete-after: True

changes:
- qol: "Added cameras to missing angles or completely uncovered areas: Central ring (locker room entrance), bridge conference room, XO office, gym, telescience, secure artifact storage, deck two tool storage."
- qol: "Added lights and lightswitch to research secure artifact storage."
41 changes: 40 additions & 1 deletion maps/sccv_horizon/sccv_horizon.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -13038,6 +13038,9 @@
/area/operations/mail_room)
"bRr" = (
/obj/structure/table/reinforced/steel,
/obj/machinery/light{
dir = 8
},
/turf/simulated/floor/tiled/dark,
/area/outpost/research/anomaly_storage)
"bRs" = (
Expand Down Expand Up @@ -16089,6 +16092,10 @@
/obj/item/device/camera_film,
/obj/item/device/camera_film,
/obj/item/device/camera,
/obj/machinery/camera/network/second_deck{
c_tag = "Second Deck - Tool storage";
dir = 1
},
/turf/simulated/floor/tiled,
/area/storage/primary)
"cnR" = (
Expand Down Expand Up @@ -18478,6 +18485,10 @@
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 4
},
/obj/machinery/camera/network/research{
c_tag = "Research - Secure artifact storage";
dir = 4
},
/turf/simulated/floor/tiled/dark,
/area/outpost/research/anomaly_storage)
"cJf" = (
Expand Down Expand Up @@ -18596,6 +18607,10 @@
dir = 9
},
/obj/random/dirt_75,
/obj/machinery/camera/network/third_deck{
c_tag = "Third Deck - Gym";
dir = 4
},
/turf/simulated/floor/reinforced,
/area/horizon/crew_quarters/fitness/gym)
"cJJ" = (
Expand Down Expand Up @@ -23915,6 +23930,10 @@
pixel_y = 10
},
/obj/item/screwdriver,
/obj/machinery/camera/network/research{
c_tag = "Research - Telescience";
dir = 4
},
/turf/simulated/floor/tiled/dark/full,
/area/rnd/telesci)
"dwS" = (
Expand Down Expand Up @@ -31280,6 +31299,10 @@
/obj/structure/cable/green{
icon_state = "0-8"
},
/obj/machinery/camera/network/command{
c_tag = "Bridge - Conference room";
dir = 8
},
/turf/simulated/floor/wood,
/area/bridge/meeting_room)
"eDq" = (
Expand Down Expand Up @@ -36924,6 +36947,11 @@
report_danger_level = 0;
req_one_access = list(7,47,24,11)
},
/obj/machinery/light_switch{
dir = 8;
pixel_x = -22;
pixel_y = 5
},
/turf/simulated/floor/tiled/dark,
/area/outpost/research/anomaly_storage)
"fuX" = (
Expand Down Expand Up @@ -46397,6 +46425,9 @@
/obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 4
},
/obj/machinery/light{
dir = 8
},
/turf/simulated/floor/tiled/dark,
/area/outpost/research/anomaly_storage)
"gQh" = (
Expand Down Expand Up @@ -68692,6 +68723,10 @@
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/camera/network/third_deck{
c_tag = "Third Deck - Central Ring Aft";
dir = 8
},
/turf/simulated/floor/tiled,
/area/horizon/hallway/deck_three/primary/central)
"kfG" = (
Expand Down Expand Up @@ -79508,7 +79543,7 @@
dir = 4
},
/obj/machinery/camera/network/third_deck{
c_tag = "Third Deck - Central Ring Aft"
c_tag = "Third Deck - Central Ring Elevator"
},
/obj/effect/floor_decal/corner/dark_green{
dir = 5
Expand Down Expand Up @@ -114225,6 +114260,10 @@
dir = 1
},
/obj/machinery/light/spot,
/obj/machinery/camera/network/command{
c_tag = "Bridge - XO office";
dir = 1
},
/turf/simulated/floor/wood,
/area/crew_quarters/heads/hop/xo)
"qUV" = (
Expand Down

0 comments on commit ad3db52

Please sign in to comment.