This commit is contained in:
2026-09-10 10:59:36 +03:00
commit a369ac57b4
202 changed files with 1785 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"name": "home_basement",
"defaultBackground": "home/basement",
"defaultAmbient": "",
"defaultScenario": "scenarios/home/home_basement_default.scenario"
}
+6
View File
@@ -0,0 +1,6 @@
{
"name": "home_bedroom",
"defaultBackground": "home/bedroom",
"defaultAmbient": "",
"defaultScenario": "scenarios/home/home_bedroom_default.scenario"
}
+6
View File
@@ -0,0 +1,6 @@
{
"name": "home_kitchen",
"defaultBackground": "home/kitchen",
"defaultAmbient": "",
"defaultScenario": "scenarios/home/home_kitchen_default.scenario"
}
+6
View File
@@ -0,0 +1,6 @@
{
"name": "home_livingroom",
"defaultBackground": "home/livingroom",
"defaultAmbient": "",
"defaultScenario": "scenarios/home/home_livingroom_default.scenario"
}
+6
View File
@@ -0,0 +1,6 @@
{
"name": "home_outside",
"defaultBackground": "home/outside",
"defaultAmbient": "locations/home/outside/river",
"defaultScenario": "scenarios/home/home_outside_default.scenario"
}
+6
View File
@@ -0,0 +1,6 @@
{
"name": "home_vestibule",
"defaultBackground": "home/vestibule",
"defaultAmbient": "",
"defaultScenario": "scenarios/home/home_vestibule_default.scenario"
}
+6
View File
@@ -0,0 +1,6 @@
{
"name": "home_workroom",
"defaultBackground": "home/workroom",
"defaultAmbient": "",
"defaultScenario": "scenarios/home/home_workroom_default.scenario"
}
+6
View File
@@ -0,0 +1,6 @@
{
"name": "prolog_alley",
"defaultBackground": "prolog/start_lane",
"defaultAmbient": "",
"defaultScenario": "scenarios/prolog/morning_wake.scenario"
}
+6
View File
@@ -0,0 +1,6 @@
{
"name": "prolog_graveyard",
"defaultBackground": "prolog/00025-165590409",
"defaultAmbient": "",
"defaultScenario": "scenarios/prolog/graveyard_arrival.scenario"
}
+3
View File
@@ -0,0 +1,3 @@
{
"name": "start_scene"
}
+6
View File
@@ -0,0 +1,6 @@
{
"name": "town_outskirts",
"defaultBackground": "town/outskirts",
"defaultAmbient": "",
"defaultScenario": "scenarios/town/town_outskirts_default.scenario"
}
+6
View File
@@ -0,0 +1,6 @@
{
"name": "town_entry",
"defaultBackground": ["town/town_entry_0", "town/town_entry_1", "town/town_entry_2", "town/town_entry_3", "town/town_entry_4"],
"defaultAmbient": "",
"defaultScenario": "scenarios/town/town_entry_default.scenario"
}