Bridge Commander Central
BC Forums => BC General => Topic started by: ChronowerX_GT on September 21, 2008, 06:14:25 PM
-
I wanted some that would make really good potd's. The sun is the most important aspect to me since I can swap the nebulas pretty easily.
-
You could always use void and manually manipulate the lighting in edit mode.
-
Can you do that?
-
Yes, I believe there is some sort of light placement tool, I just haven't used it very much.
-
could use Deep Space and every now and then change the background.
-
Artrus. When you have AA/AF with Bright Glow Bug Fix off it makes beautiful pictures. Like so.
-
Yes, I believe there is some sort of light placement tool, I just haven't used it very much.
Could this be what you mean: http://bc-central.net/forums/index.php/topic,3888.0.html ?
-
No, that is in the system script, I am referring to in game changes made using edit mode.
-
How do you turn AA/AF on/off?
-
How do you turn AA/AF on/off?
your gfx card settings accessed from your desktop
-
If it's ATI it should be right click on desktop and then select catalyst drivers.
-
No, that is in the system script, I am referring to in game changes made using edit mode.
From the last page, same link:
It's all done through the console. ;)
The first part is merely this:
pPlayer = App.Game_GetCurrentPlayer()
pSet = pPlayer.GetContainingSet()
pLight = App.LightPlacement_Create("TestLight", pSet.GetName(), None)
Then you can use pLight to call ConfigXXXLight and SetTranslate and such.
-
I stand corrected then, but that wasn't what I was talking about though.