From 544fbfe7fdf91d9878d795173560348670aeb255 Mon Sep 17 00:00:00 2001 From: D4rkl1ght3r <86805404+D4rkl1ght3r@users.noreply.github.com> Date: Sun, 4 Jan 2026 16:52:05 +0100 Subject: [PATCH] Fix Shipdealer Cairo --- DATA/EQUIPMENT/market_ships.ini | 2 +- .../ST04/Bases/Rooms/St04_01_Shipdealer.ini | 53 +++++++++++++++++++ .../SYSTEMS/ST04/Bases/St04_01_base.ini | 4 ++ 3 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 DATA/UNIVERSE/SYSTEMS/ST04/Bases/Rooms/St04_01_Shipdealer.ini diff --git a/DATA/EQUIPMENT/market_ships.ini b/DATA/EQUIPMENT/market_ships.ini index 93502757..bfdbaf18 100644 --- a/DATA/EQUIPMENT/market_ships.ini +++ b/DATA/EQUIPMENT/market_ships.ini @@ -347,7 +347,7 @@ base = ST03_01_Base -; Kairo +; Cairo [BaseGood] base = ST04_01_Base diff --git a/DATA/UNIVERSE/SYSTEMS/ST04/Bases/Rooms/St04_01_Shipdealer.ini b/DATA/UNIVERSE/SYSTEMS/ST04/Bases/Rooms/St04_01_Shipdealer.ini new file mode 100644 index 00000000..5f14ed66 --- /dev/null +++ b/DATA/UNIVERSE/SYSTEMS/ST04/Bases/Rooms/St04_01_Shipdealer.ini @@ -0,0 +1,53 @@ +[Room_Info] +set_script = set_script = Scripts\Bases\Pl_12_pad_hardpoint_01.thn +scene = all, ambient, Scripts\Bases\Pl_12_pad_ambi_day_01.thn +scene = all, ambient, Scripts\Bases\Pl_12_pad_traffic_01.thn, TRAFFIC_PRIORITY + +[Spiels] +ShipDealer = manhattan_ship_spiel + +[Room_Sound] +ambient = ambience_shipbuy + +[ForSaleShipPlacement] +name = X/Shipcentre/02 + +[Camera] +name = Camera_0 + +[Hotspot] +name = IDS_HOTSPOT_PLANETSCAPE +behavior = ExitDoor +room_switch = Planetscape + +[Hotspot] +name = IDS_HOTSPOT_BAR +behavior = ExitDoor +room_switch = Bar + +[Hotspot] +name = IDS_HOTSPOT_COMMODITYTRADER_ROOM +behavior = ExitDoor +room_switch = Trader + +[Hotspot] +name = IDS_HOTSPOT_EQUIPMENTDEALER_ROOM +behavior = ExitDoor +room_switch = Equipment + +[Hotspot] +name = IDS_HOTSPOT_SHIPDEALER_ROOM +behavior = ExitDoor +room_switch = ShipDealer + +[Hotspot] +name = IDS_DEALER_FRONT_DESK +behavior = FrontDesk +state_read = 1 +state_send = 2 + +[Hotspot] +name = IDS_HOTSPOT_SHIPDEALER +behavior = StartShipDealer +state_read = 2 +state_send = 1 \ No newline at end of file diff --git a/DATA/UNIVERSE/SYSTEMS/ST04/Bases/St04_01_base.ini b/DATA/UNIVERSE/SYSTEMS/ST04/Bases/St04_01_base.ini index b3d3339c..41ff2bf0 100644 --- a/DATA/UNIVERSE/SYSTEMS/ST04/Bases/St04_01_base.ini +++ b/DATA/UNIVERSE/SYSTEMS/ST04/Bases/St04_01_base.ini @@ -10,3 +10,7 @@ file = Universe\Systems\St04\Bases\Rooms\St04_01_Bar.ini nickname = Planetscape file = Universe\Systems\St04\Bases\Rooms\St04_01_Planetscape.ini +[Room] +nickname = ShipDealer +file = Universe\Systems\ST04\Bases\Rooms\St04_01_Shipdealer.ini +