Re: Trouble Moving Scene to Individual File
Well, changing the tabs didn't work, but I replaced the background layer with the one from Grasslands and it ran fine. The problem, therefore, is in my attempt to make a custom background layer. So, I made my own Backdrops.ini file, made my custom background there, and added a copy of it to my scene.
Code:
AddBackgroundLayer = SceneLayer
CopyOf = Space
Cortex Command didn't recognize my new background, despite it being referenced in my Index file and formatted exactly like the default ones, so I simply checked another user-made scene (Trashlands) to see how they made that work. I simply have to make a copy of an existing background layer and change the bitmap, along with a few other tidbits, like so.
Code:
AddBackgroundLayer = SceneLayer
CopyOf = Sky Layer
ScrollRatio = Vector
X = 0.01
Y = 4032
BitmapFile = ContentFile
Path = Space.rte/Space.bmp
Thank you for your help, Asatruer. You helped point me in the right direction, instead of flopping about like a fish out of water :P
I appreciate it!