Author Topic: Changing Sunlight Effects In the DS9 System  (Read 455 times)

Offline xg125

  • Posts: 3
  • Cookies: 0
Changing Sunlight Effects In the DS9 System
« on: January 14, 2013, 11:38:40 AM »
Hello.

I have Kobayashi Maru installed and I've noticed that in the DeepSpace9 system, the sunlight is yellow, which to me makes the system look a little dark. Is there a way to change this to clear/white either in the configuration or editing the system files?

Thanks.

Offline King Class Scout

  • Posts: 1775
  • Cookies: 893
  • the other half of SFRD
Re: Changing Sunlight Effects In the DS9 System
« Reply #1 on: January 14, 2013, 12:01:07 PM »
yes, there is, but due to the nature of python-which is case sensetive and fussy-plus the fact that the files are hard to find if you don't know where to look, well, it's a challenge.
OS novel fan

Coming Soon: King's Mod Tuning Shop

best line I've ever read
Me: mine [my bridges] would probably be simple to get the characters to use.  the only person that sits is the captian.
Baz: space is vast there[sic] legs will be tired by the time they get to the next planet

Offline mckinneyc

  • Screenshot Master
  • Posts: 1600
  • Cookies: 151
  • Screenshot Master
    • My DA page
Re: Changing Sunlight Effects In the DS9 System
« Reply #2 on: January 14, 2013, 02:09:17 PM »
You could do it in Edit() mode but you'd have to do it each time you load up BC

Offline Mario

  • Senior Software Developer
  • Administrator
  • Posts: 2186
  • Cookies: 1706
  • Life is life
Re: Changing Sunlight Effects In the DS9 System
« Reply #3 on: January 14, 2013, 06:43:42 PM »
If you're feeling brave you can use the program I wrote for DS9FX development (somewhere in 2010 possibly I think) which allows you to load a script file which contains the light sources and allows you to more "easily" edit the values.

CAUTION: Obviously this was never intended for an outside release so I never took the time to refine the code, fix the bugs... Anyway if you're feeling brave you can try it out. I'm releasing the source also if someone wants to play around with this. Backup first before editing obviously, there is no documentation too but it should be fairly simple to use it, I think.

The file you want is located in:scripts\System\DeepSpace9\DeepSpace91.py

http://bcs-tng.com/forums/mods/tmp/BCSystemLightChanger.7z
Acta, non verba.
aka USS Sovereign

Offline xg125

  • Posts: 3
  • Cookies: 0
Re: Changing Sunlight Effects In the DS9 System
« Reply #4 on: January 15, 2013, 11:36:01 AM »
Thanks Mario, will give it a try.