This repository was archived by the owner on Jan 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +38
-0
lines changed
Base.rte/Scenes/Objects/Bunkers/BunkerClutter/PhysicsObjects
SceneObjects/BunkerClutter Expand file tree Collapse file tree 8 files changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,5 @@ DataModule
8
8
IncludeFile = Dummy.rte/Devices.ini
9
9
IncludeFile = Dummy.rte/Actors.ini
10
10
IncludeFile = Dummy.rte/Craft.ini
11
+ IncludeFile = Dummy.rte/SceneObjects.ini
11
12
IncludeFile = Dummy.rte/Loadouts.ini
Original file line number Diff line number Diff line change
1
+ ///////////////////////////////////////////////////////////////////////
2
+ // Scene Objects
3
+
4
+
5
+ // Misc
6
+
7
+ IncludeFile = Dummy.rte/SceneObjects/BunkerClutter/BunkerClutter.ini
Original file line number Diff line number Diff line change
1
+ ///////////////////////////////////////////////////////////////////////
2
+ // Foreground Bunker Clutter
3
+
4
+
5
+ ///////////////////////////////////////////////////////////////////////
6
+ // Background Bunker Clutter
7
+
8
+
9
+ AddTerrainObject = TerrainObject
10
+ PresetName = Dummy Rack A Left BG
11
+ AddToGroup = Bunker Clutter
12
+ GoldValue = 5
13
+ FGColorFile = ContentFile
14
+ FilePath = Base.rte/Scenes/Objects/Bunkers/BunkerClutter/24x48Null.png
15
+ MaterialFile = ContentFile
16
+ FilePath = Dummy.rte/SceneObjects/BunkerClutter/DummyRackALeftMat.png
17
+ BGColorFile = ContentFile
18
+ FilePath = Dummy.rte/SceneObjects/BunkerClutter/DummyRackALeftBG.png
19
+
20
+
21
+ AddTerrainObject = TerrainObject
22
+ PresetName = Dummy Rack A Right BG
23
+ AddToGroup = Bunker Clutter
24
+ GoldValue = 5
25
+ FGColorFile = ContentFile
26
+ FilePath = Base.rte/Scenes/Objects/Bunkers/BunkerClutter/24x48Null.png
27
+ MaterialFile = ContentFile
28
+ FilePath = Dummy.rte/SceneObjects/BunkerClutter/DummyRackARightMat.png
29
+ BGColorFile = ContentFile
30
+ FilePath = Dummy.rte/SceneObjects/BunkerClutter/DummyRackARightBG.png
You can’t perform that action at this time.
0 commit comments