Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 5bae180

Browse files
committed
Add Dummy Rack BG clutter module
1 parent eacde63 commit 5bae180

File tree

8 files changed

+38
-0
lines changed

8 files changed

+38
-0
lines changed
Binary file not shown.

Dummy.rte/Index.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ DataModule
88
IncludeFile = Dummy.rte/Devices.ini
99
IncludeFile = Dummy.rte/Actors.ini
1010
IncludeFile = Dummy.rte/Craft.ini
11+
IncludeFile = Dummy.rte/SceneObjects.ini
1112
IncludeFile = Dummy.rte/Loadouts.ini

Dummy.rte/SceneObjects.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
///////////////////////////////////////////////////////////////////////
2+
// Scene Objects
3+
4+
5+
// Misc
6+
7+
IncludeFile = Dummy.rte/SceneObjects/BunkerClutter/BunkerClutter.ini
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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
1.29 KB
Loading
1022 Bytes
Loading
1.29 KB
Loading
1 KB
Loading

0 commit comments

Comments
 (0)