Bridge Commander Central
BC Forums => BC Downloads => Topic started by: Bones on October 17, 2008, 02:25:13 PM
-
It's finally out :D enjoy ;)
http://bridgecommander.filefront.com/file/Generations_Enterprise_B_bridge;94926
-
Awesome. Downloading now, cookie for you.
-
there was a slight error in the bridge's script...
it is calling for the EnterpriseBbridge here:
def CreateBridgeModel(pBridgeSet):
iDetail = App.g_kImageManager.GetImageDetail()
pcDetail = [ "Low/", "Medium/", "High/" ]
pcEnvPath = "data/Models/Sets/EnterpriseBbridge/" + pcDetail[iDetail]
and it should be:
def CreateBridgeModel(pBridgeSet):
iDetail = App.g_kImageManager.GetImageDetail()
pcDetail = [ "Low/", "Medium/", "High/" ]
pcEnvPath = "data/Models/Sets/GenerationsEntBbridge/" + pcDetail[iDetail]
i have fixed this slight error and uploaded it here... this script goes in the scripts\Bridge folder (in case anyone wasnt sure)...
-
Works fine for me.
Gr8 bridge!
-
Big thanks for that fix Jimmy :D cookie :D
I'll post fixed file to BCF as soo as I contact someone from BCF staff if the fix file could be merged to main RAR