VenVen / Stock-Revamp

32 stars 38 forks source link

Lights lighting up planets #111

Open Rodg88 opened 7 years ago

Rodg88 commented 7 years ago

Probably a known issue, but putting it up here in case it isn't - the illuminators and docking port lights can light up planets while in low orbit.

Poodmund commented 7 years ago

This is due to the lights being on the wrong layer in the Unity project as far as I know. Not sure we can change it without re-exporting the models.

blowfishpro commented 7 years ago

Taniwha has a script to fix them: https://github.com/taniwha/io_object_mu/blob/master/lightfix.py (you would run it like python lightfix.py model1.mu model2.mu)

TaintedLion commented 6 years ago

How would I use this fix?

blowfishpro commented 6 years ago

It's a python script that you would have to invoke from the command line.