ok roadblock..i need a consult with one of the 3rd era guys...i added in scripts on the nebula bridge bp file to swap 2 more sets of textures. they're not animated and they're not linked to red alert lights. they arent responding. the bridge loads just fine so there's no problem with how i wrote it. what did i do wrong? lol
'Maps':{
'CurrentMaps': {"Light":"Light", "LIGHTS":"LIGHTS", "MISC3":"MISC3"},
'GreenMaps':{'Light': 'data/Models/Sets/nebulabridgev3/High/Light.tga',
'MISC3': 'data/Models/Sets/nebulabridgev3/High/MISC3.tga',
'LIGHTS': 'data/Models/Sets/nebulabridgev3/High/LIGHTS.tga'},
'YellowMaps':{'Light': 'data/Models/Sets/nebulabridgev3/High/Light_yellow.tga',
'MISC3': 'data/Modesl/Sets/nebulabridgev3/High/MISC3YELLOW.tga',
'LIGHTS': 'data/Modesl/Sets/nebulabridgev3/High/LIGHTSYELLOW.tga'},
'RedMaps':{'Light': [1, {1: 'data/Models/Sets/nebulabridgev3/High/Light_red.tga', 2: 'data/Models/Sets/nebulabridgev3/High/Light_Black.tga',}],
'MISC3': 'data/Models/Sets/nebulabridgev3/High/MISC3RED.tga',
'LIGHTS': 'data/Models/Sets/nebulabridgev3/High/LIGHTSRED.tga'},
'MVAMMaps':{'Light': [1, {1: 'data/Models/Sets/nebulabridgev3/High/Light_blue.tga', 2: 'data/Models/Sets/nebulabridgev3/High/Light_Black.tga',}],
'MISC3': 'data/Models/Sets/nebulabridgev3/High/MISC3BLUE.tga',
'LIGHTS': 'data/Models/Sets/nebulabridgev3/High/LIGHTSBLUE.tga'},
},