Author Topic: Generations Enterprise B bridge  (Read 2523 times)

Offline Bones

  • Moderator
  • Posts: 3354
  • Cookies: 639
  • SPAAAAAAAAACE !!!

Offline Ryles

  • Posts: 117
  • Cookies: 0
Re: Generations Enterprise B bridge
« Reply #1 on: October 17, 2008, 06:37:00 PM »
Awesome. Downloading now, cookie for you.

Offline JimmyB76

  • Posts: 6423
  • Cookies: 421
Re: Generations Enterprise B bridge
« Reply #2 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)...


Offline Dalek

  • Posts: 1529
  • Cookies: 206
Re: Generations Enterprise B bridge
« Reply #3 on: October 25, 2008, 11:57:24 AM »
Works fine for me.

Gr8 bridge!
"To live on as we have is to leave behind joy, and love, and companionship, because we know it to be transitory, of the moment. We know it will turn to ash. Only those whose lives are brief can imagine that love is eternal. You should embrace that remarkable illusion. It may be the greatest gift your race has ever received."

 - Lorien

Offline Bones

  • Moderator
  • Posts: 3354
  • Cookies: 639
  • SPAAAAAAAAACE !!!
Re: Generations Enterprise B bridge
« Reply #4 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