Re: Can someone make these work?
Before considering roast veg's offer, I think it'll be more beneficial for you to learn to make it yourself.
So, before we begin you'd need those FG, BG and MAT files which indeed you have.
Then to make your own .rte make a newfolder and name it BunkerNew.rte or something to that effect.
Open the folder and make a new text document, write this:
Datamodule
[tab]ModuleName = [whatever you desire]
[tab]IncludeFile = BunkerNew.rte/Bunker.ini
save as all files with a .ini extension.
Now make a new text document and put this:
Code:
AddTerrainObject = TerrainObject
PresetName = Left Barrier
AddToGroup = Bunker Modules
GoldCost = 50
FGColorFile = ContentFile
Path = NewBunker.rte/[filename]
MaterialFile = ContentFile
Path = NewBunker.rte/[filename]
BGColorFile = ContentFile
Path = NewBunker.rte/[filename]
Copy paste the code and adjust name for the right barrier.
Make sure you use tabs not spaces.
Make sure there is a blank line in between the two codes.
save as extension .ini as well, now boot up cc and you should be able to place your bunker during the building phase.
Feel free to give errors.