Bridge Commander Central
BC Forums => BC Bridge Modding => Topic started by: hjenterprises on May 02, 2009, 10:28:04 AM
-
I had made a seperate Bridge for the BPCore Ebridge that I retextured but the redalert doesn't come
on the side panels, I don't think the BPCore is working on this bridge of mine, how to I make it?
-
Could you attach the script?
Also, if the maps are animated outside of BPCore, then you can't swap maps with them.
-
Oh and I am alittle confused about when you say "swap maps"?
-
could you please upload the plugin you made for your new bridge in scripts/custom/autoload?
(and it is better to upload the actual script instead of copy/pasting the contents :) )
the red alert side panels (and others) for the Sovereign bridge are called in the Sovereign Bridge Advanced plugin, so your new plugin should have something similar...
-
here is my script, I should have got it right this time. FYI I did change the name of this script in my game instead Sovereign Bridge Advanced its SovereignR Bridge Advanced. I also notice that if I bring up the bridge.nif from my sovereginRBridge file in nifskope it doesnt load my textures it load the ebrdige ones, could this have something to do with it? Could the .nif need renaming?
-
Here are 3 Screenshots to help maybe.
-
If I remember correctly, the extra model ensured a couple of overlays, including the back lcars wall, so make sure you override the right textures (so not the stock ones).
-
Couldn't it be script prob because it just don't call up redalertpanelon.tga when I go into red alert.
it just keeps the redalertpanel.tga there.
-
If the others work, then that texture, provided the names are correct and the map can actually be swapped (if it's animated via a nif then you can't swap it).
There is absolutely no exceptions with regard to names in the texture swapping code.
-
This is my SovereignR Bridge Advance script in the Autoload folder does anyone think there is a problem in here that my
be the reason for my problem?
import Foundation
import StaticDefs
Foundation.BridgeDef('Sovereign Refit', 'SovereignRBridge', dict = { 'modes': [ Foundation.MutatorDef.Stock ],
"ExtraObjects": {"ModelTwo": ["data/Models/Sets/SovereignRBridge/modeltwo/sovereigntwo.NIF", "data/Models/Sets/SovereignRBridge/"]
},
'Maps':{
'CurrentMaps': {'redalertpanel': "redalertpanel", 'front pillars': "front pillars", 'underlig': "underlig"},
'GreenMaps':{'redalertpanel': 'data/Models/Sets/SovereignRBridge/High/redalertpanel.tga', 'front pillars': 'data/Models/Sets/SovereignRBridge/modeltwo/front pillars.tga', 'underlig': 'data/Models/Sets/SovereignRBridge/modeltwo/underlig.tga'},
'YellowMaps':{'redalertpanel': 'data/Models/Sets/SovereignRBridge/High/redalertpanel.tga', 'front pillars': 'data/Models/Sets/SovereignRBridge/modeltwo/front pillars.tga', 'underlig': 'data/Models/Sets/SovereignRBridge/modeltwo/underlig.tga'},
'RedMaps':{'redalertpanel': 'data/Models/Sets/SovereignRBridge/High/redalertpanelon.tga', 'front pillars': 'data/Models/Sets/SovereignRBridge/modeltwo/front pillarsr.tga', 'underlig': 'data/Models/Sets/SovereignRBridge/modeltwo/underligr.tga'},
'NormalMaps':{'redalertpanel': 'data/Models/Sets/SovereignRBridge/High/redalertpanel.tga', 'front pillars': 'data/Models/Sets/SovereignRBridge/modeltwo/front pillars.tga', 'underlig': 'data/Models/Sets/SovereignRBridge/modeltwo/underlig.tga'}
},
"bridgeSound": {
"LiftDoor": {"volume": 1.0,"file": "sfx/ebridge/ebdoor.wav", "group": "BridgeGeneric"},
"AmbBridge": {"volume": 0.1,"file": "sfx/ebridge/ebamb.wav", "group": "BridgeGeneric"},
"RedAlertSound": {"volume": 1.0,"file": "sfx/ebridge/ebklaxton.wav", "group": "BridgeGeneric"},
"YellowAlertSound": {"volume": 1.0,"file": "sfx/ebridge/ebyellow.wav", "group": "BridgeGeneric"},
"GreenAlertSound": {"volume": 1.0,"file": "sfx/ebridge/ebgreen.wav", "group": "BridgeGeneric"},
"ViewOn": {"volume": 1.0,"file": "sfx/ebridge/ebviewscreenon.wav", "group": "BridgeGeneric"},
"ViewOff": {"volume": 1.0,"file": "sfx/ebridge/ebviewscreenoff.wav", "group": "BridgeGeneric"}},
"LoadingScreen": "data/Icons/LoadingScreens/SovereignLoading.tga",
-
You already included that script in a previous post...
If the others work, then that texture, provided the names are correct and the map can actually be swapped (if it's animated via a nif then you can't swap it).
There is absolutely no exceptions with regard to names in the texture swapping code.