Bridge Commander Central

BC Forums => BC Downloads => Topic started by: Bones on October 17, 2008, 02:25:13 PM

Title: Generations Enterprise B bridge
Post 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
Title: Re: Generations Enterprise B bridge
Post by: Ryles on October 17, 2008, 06:37:00 PM
Awesome. Downloading now, cookie for you.
Title: Re: Generations Enterprise B bridge
Post by: JimmyB76 on October 24, 2008, 03:57:29 PM
there was a slight error in the bridge's script...

it is calling for the EnterpriseBbridge here:
Code: [Select]
def CreateBridgeModel(pBridgeSet):
iDetail = App.g_kImageManager.GetImageDetail()
pcDetail = [ "Low/", "Medium/", "High/" ]
pcEnvPath = "data/Models/Sets/EnterpriseBbridge/" + pcDetail[iDetail]


and it should be:
Code: [Select]
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)...

Title: Re: Generations Enterprise B bridge
Post by: Dalek on October 25, 2008, 11:57:24 AM
Works fine for me.

Gr8 bridge!
Title: Re: Generations Enterprise B bridge
Post by: Bones on October 25, 2008, 02:27:44 PM
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