Init 0.1 - DATA

This commit is contained in:
Nekura
2024-01-07 23:36:00 +01:00
parent 696592f4fa
commit 2193d0ff93
720 changed files with 203083 additions and 0 deletions

View File

@@ -0,0 +1,48 @@
[Room_Info]
set_script = Scripts\Bases\bw_01_Bar_hardpoint_01.thn
scene = all, ambient, Scripts\Bases\bw_01_Bar_ambi_int_01.thn
[Room_Sound]
music = music_bar_generic03
ambient = ambience_bar_ground_smaller
[Camera]
name = Camera_0
[CharacterPlacement]
name = Zg/PC/Player/01/A/Stand
start_script = scripts\bases\bw_01_Bar_enter_01.thn
[Hotspot]
name = IDS_HOTSPOT_EXIT
behavior = ExitDoor
room_switch = Cityscape
[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_HOTSPOT_NEWSVENDOR
behavior = NewsVendor
[Hotspot]
name = IDS_HOTSPOT_MISSIONVENDOR
behavior = MissionVendor

View File

@@ -0,0 +1,124 @@
[Room_Info]
set_script = Scripts\Bases\Hi_02_cityscape_hardpoint_01.thn
scene = all, ambient, Scripts\Bases\Hi_02_cityscape_ambi_day_01.thn
scene = all, ambient, Scripts\Bases\Hi_02_cityscape_traffic_01.thn, TRAFFIC_PRIORITY
[Room_Sound]
music = music_crete, oneshot
ambient = ambience_cityscape_light
[Camera]
name = Camera_0
[PlayerShipPlacement]
name = X/Shipcentre/01
landing_script = Scripts\Bases\Hi_02_cityscape_land_01.thn
launching_script = Scripts\Bases\Hi_02_cityscape_launch_01.thn
[Hotspot]
name = IDS_HOTSPOT_EXIT
behavior = ExitDoor
room_switch = Cityscape
[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_NN_REPAIR_YOUR_SHIP
behavior = Repair
[FlashlightSet]
icolor = 55, 55, 255
scale = 1
blink = 0.6
endpause = 2.5
hardpoint = HpLightA01
[FlashlightSet]
icolor = 255, 55, 55
scale = 1
blink = 1
endpause = 2.5
hardpoint = HpLightB01
[FlashlightSet]
icolor = 255, 55, 55
scale = 1
blink = 1
endpause = 2.5
hardpoint = HpLightC01
hardpoint = HpLightC02
hardpoint = HpLightC03
hardpoint = HpLightC04
[FlashlightSet]
icolor = 255, 55, 55
scale = 3
blink = 3
endpause = 2.5
hardpoint = HpLightD01
[FlashlightSet]
icolor = 255, 255, 100
scale = 2
blink = 5
hardpoint = HpLightE01
[FlashlightSet]
icolor = 255, 255, 100
scale = 2
blink = 5
hardpoint = HpLightF01
hardpoint = HpLightF02
hardpoint = HpLightF03
hardpoint = HpLightF04
hardpoint = HpLightF05
hardpoint = HpLightF06
hardpoint = HpLightF07
hardpoint = HpLightF08
hardpoint = HpLightF09
hardpoint = HpLightF10
hardpoint = HpLightG02
[FlashlightSet]
icolor = 255, 255, 100
scale = 1
blink = 0.25
endpause = 1
hardpoint = HpLightG01
hardpoint = HpLightH01
hardpoint = HpLightH02
hardpoint = HpLightH03
hardpoint = HpLightH04
hardpoint = HpLightH05
hardpoint = HpLightH06
hardpoint = HpLightH07
hardpoint = HpLightH08
hardpoint = HpLightH09
hardpoint = HpLightI01
hardpoint = HpLightI02
hardpoint = HpLightI03
hardpoint = HpLightI04
hardpoint = HpLightI05
hardpoint = HpLightI06
hardpoint = HpLightI07
hardpoint = HpLightI08
hardpoint = HpLightI09

View File

@@ -0,0 +1,64 @@
[Room_Info]
set_script = scripts\bases\bw_01_equipment_hardpoint_01.thn
scene = all, ambient, Scripts\Bases\bw_01_equipment_ambi_int_01.thn
goodscart_script = scripts\bases\bw_01_equipment_carts_01.thn
[Room_Sound]
ambient = ambience_equip_ground_smaller
[Camera]
name = Camera_0
[CharacterPlacement]
name = Zg/PC/Player/01/A/Stand
[PlayerShipPlacement]
name = X/Shipcentre/01
[Hotspot]
name = IDS_HOTSPOT_EXIT
behavior = ExitDoor
room_switch = Cityscape
[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_NN_REPAIR_YOUR_SHIP
behavior = Repair
[Hotspot]
name = IDS_DEALER_FRONT_DESK
behavior = FrontDesk
state_read = 1
state_send = 2
[Hotspot]
name = IDS_HOTSPOT_EQUIPMENTDEALER
behavior = StartEquipDealer
state_read = 2
state_send = 1
[Hotspot]
name = IDS_EQUIPMENT_ROOM_RIGHT
behavior = MoveRight
state_read = 2
state_send = 1

View File

@@ -0,0 +1,61 @@
[Room_Info]
set_script = Scripts\Bases\Bw_02_shipdealer_hardpoint_01.thn
scene = all, ambient, Scripts\Bases\Bw_02_shipdealer_ambi_int_01.thn
[Spiels]
ShipDealer = manhattan_ship_spiel
[Camera]
name = Camera_0
[Room_Sound]
ambient = ambience_shipbuy
[CharacterPlacement]
name = Zg/PC/Player/01/A/Stand
start_script = scripts\bases\Bw_02_shipdealer_enter_01.thn
[ForSaleShipPlacement]
name = X/Shipcentre/01
[Hotspot]
name = IDS_HOTSPOT_EXIT
behavior = ExitDoor
room_switch = Cityscape
[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_NN_REPAIR_YOUR_SHIP
behavior = Repair
[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

View File

@@ -0,0 +1,53 @@
[Room_Info]
set_script = Scripts\Bases\Bw_02_Equipment_hardpoint_Trdr.thn
scene = all, ambient, Scripts\Bases\Bw_02_Equipment_ambi_int_Trdr.thn
[Spiels]
CommodityDealer = manhattan_commodity_spiel
[Room_Sound]
ambient = ambience_comm
[Camera]
name = Camera_0
[CharacterPlacement]
name = Zg/PC/Player/01/A/Stand
[Hotspot]
name = IDS_HOTSPOT_EXIT
behavior = ExitDoor
room_switch = Cityscape
[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_COMMODITYTRADER
behavior = StartDealer
state_read = 2
state_send = 1

View File

@@ -0,0 +1,48 @@
[Room_Info]
set_script = scripts\bases\cv_01_Bar_hardpoint_01.thn
scene = ambient, scripts\bases\cv_01_bar_ambi_Hi02_02.thn
scene = ambient, scripts\bases\Ambi_Terrain_Static_D01.thn
scene = ambient, scripts\bases\Ambi_Terrain_Static_D02.thn
scene = ambient, scripts\bases\Ambi_Terrain_Dynamic.thn
[Room_Sound]
music = music_bar_generic04
ambient = ambience_deck_space_smaller
[CharacterPlacement]
name = Zg/PC/Player/01/A/Stand
start_script = Scripts\Bases\cv_01_bar_enter_01.thn
[Camera]
name = Camera_0
[Hotspot]
name = IDS_HOTSPOT_DECK
behavior = ExitDoor
room_switch = Deck
[Hotspot]
name = IDS_HOTSPOT_BAR
behavior = ExitDoor
room_switch = Bar
[Hotspot]
name = IDS_HOTSPOT_COMMODITYTRADER_ROOM
behavior = ExitDoor
room_switch = Deck
set_virtual_room = Trader
[Hotspot]
name = IDS_HOTSPOT_EQUIPMENTDEALER_ROOM
behavior = ExitDoor
room_switch = Deck
set_virtual_room = Equipment
[Hotspot]
name = IDS_HOTSPOT_NEWSVENDOR
behavior = NewsVendor
[Hotspot]
name = IDS_HOTSPOT_MISSIONVENDOR
behavior = MissionVendor

View File

@@ -0,0 +1,79 @@
[Room_Info]
set_script = Scripts\Bases\br_07_Deck_hardpoint_01.thn
scene = all, ambient, Scripts\Bases\br_07_Deck_ambi_int_01.thn
animation = Sc_loop
[Room_Sound]
ambient = ambience_deck_space_larger
[PlayerShipPlacement]
name = X/Shipcentre/01
[Camera]
name = Camera_0
[Hotspot]
name = IDS_HOTSPOT_DECK
behavior = ExitDoor
room_switch = Deck
[Hotspot]
name = IDS_HOTSPOT_BAR
behavior = ExitDoor
room_switch = Bar
[Hotspot]
name = IDS_HOTSPOT_COMMODITYTRADER_ROOM
behavior = VirtualRoom
room_switch = Trader
[Hotspot]
name = IDS_HOTSPOT_EQUIPMENTDEALER_ROOM
behavior = VirtualRoom
room_switch = Equipment
[Hotspot]
name = IDS_NN_REPAIR_YOUR_SHIP
behavior = Repair
virtual_room = Deck
[Hotspot]
name = IDS_DEALER_FRONT_DESK
behavior = FrontDesk
state_read = 1
state_send = 2
virtual_room = Trader
[Hotspot]
name = IDS_HOTSPOT_COMMODITYTRADER
behavior = StartDealer
state_read = 2
state_send = 1
virtual_room = Trader
[Hotspot]
name = IDS_DEALER_FRONT_DESK
behavior = FrontDesk
state_read = 1
state_send = 2
virtual_room = Equipment
[Hotspot]
name = IDS_HOTSPOT_EQUIPMENTDEALER
behavior = StartEquipDealer
state_read = 2
state_send = 1
virtual_room = Equipment
[Hotspot]
name = IDS_EQUIPMENT_ROOM_RIGHT
behavior = MoveRight
state_read = 2
state_send = 1
virtual_room = Equipment
[Hotspot]
name = IDS_NN_REPAIR_YOUR_SHIP
behavior = Repair
virtual_room = Equipment

View File

@@ -0,0 +1,24 @@
[BaseInfo]
nickname = Hi02_01_Base
start_room = Cityscape
[Room]
nickname = Bar
file = Universe\Systems\Hi02\Bases\Rooms\Hi02_01_bar.ini
[Room]
nickname = Cityscape
file = Universe\Systems\Hi02\Bases\Rooms\Hi02_01_cityscape.ini
[Room]
nickname = Trader
file = Universe\Systems\Hi02\Bases\Rooms\Hi02_01_trader.ini
[Room]
nickname = Equipment
file = Universe\Systems\Hi02\Bases\Rooms\Hi02_01_equipment.ini
[Room]
nickname = ShipDealer
file = Universe\Systems\Hi02\Bases\Rooms\Hi02_01_shipdealer.ini

View File

@@ -0,0 +1,12 @@
[BaseInfo]
nickname = Hi02_02_Base
start_room = Deck
[Room]
nickname = Bar
file = Universe\Systems\Hi02\Bases\Rooms\Hi02_02_Bar.ini
[Room]
nickname = Deck
file = Universe\Systems\Hi02\Bases\Rooms\Hi02_02_Deck.ini

File diff suppressed because it is too large Load Diff