Files
DreamySkrell a24345a43b Scenario - Environmental Testing Facility (#19611)
changes:
- rscadd: "Adds Environmental Testing Facility odyssey scenario. Big
map."
  - rscadd: "Removes green tint from the minimap program/reader."
  - rscadd: "Adds/reorganizes some generic outfits."
  - rscadd: "Adds some generic odyssey actor roles."
- rscadd: "Adds actor accesses system to odyssey scenarios, and a
self-service access terminal."
- rscadd: "Adds some warnings to odyssey actor teleporter, in case ID
access or headset are missing."
  - rscadd: "Adds some more random spawners."
  - rscadd: "Adds better sprites door helpers."
  - rscadd: "Adds access door helper."
  - rscadd: "Adds info box to odyssey actor panel about roles."



![image](https://github.com/user-attachments/assets/fc2c0316-e95b-49f8-ac8b-55d03ef47b18)

![image](https://github.com/user-attachments/assets/36a680e8-47bf-4a12-b0a4-7c83cad9e74e)

![image](https://github.com/user-attachments/assets/fca04220-5457-4fa0-9045-cbf9f3f7e013)

![image](https://github.com/user-attachments/assets/6c0c4af2-ae63-4824-bcbe-59519156d288)

![image](https://github.com/user-attachments/assets/a5022487-b2db-4b37-ad16-a9e287ea1695)

![image](https://github.com/user-attachments/assets/96eee079-5aa4-4606-8c7e-ca8f5c3444d4)

---------

Signed-off-by: DreamySkrell <107256943+DreamySkrell@users.noreply.github.com>
Co-authored-by: DreamySkrell <>
Co-authored-by: AuroraBuildBot <action@github.com>
Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>
2025-03-25 20:40:32 +00:00

26 lines
1000 B
Plaintext

//
// Constants and standard colors for the holomap/minimap
//
// Holomap colors
#define HOLOMAP_OBSTACLE "#FFFFFF" // Color of walls and barriers
#define HOLOMAP_PATH "#666666" // Color of floors
#define HOLOMAP_MINERAL_WALL "#704d31" // Color of minerals/rocks
#define HOLOMAP_MINERAL_FLOOR "#6d5a4a" // Color of minerals/rocks
#define HOLOMAP_TRANSPARENT "#00000000"//
#define HOLOMAP_AREACOLOR_COMMAND "#386d80"
#define HOLOMAP_AREACOLOR_SECURITY "#ae1212"
#define HOLOMAP_AREACOLOR_MEDICAL "#6f9e00"
#define HOLOMAP_AREACOLOR_SCIENCE "#A154A6"
#define HOLOMAP_AREACOLOR_ENGINEERING "#F1C231"
#define HOLOMAP_AREACOLOR_OPERATIONS "#E06F00"
#define HOLOMAP_AREACOLOR_HALLWAYS "#ffffff"
#define HOLOMAP_AREACOLOR_DOCK "#0000FF"
#define HOLOMAP_AREACOLOR_HANGAR "#777777"
#define HOLOMAP_AREACOLOR_CIVILIAN "#5bc1c1"
// If someone can come up with a non-conflicting color for the lifts, please update this.
#define HOLOMAP_AREACOLOR_LIFTS null