Page 1 of 1

Spotlights [testing]

PostPosted: Thu Apr 19, 2012 19:56
by mauvebic
Modes: 90degrees from the ground (straight up), 45 d in every direction (diagonal), and off; punch node to toggle modes; range of 20 nodes :-)


Image
Image
Image

PostPosted: Fri Apr 20, 2012 07:00
by Ragnarok
Great :) I was wondering how to highlight a waterfall and you "made" the answer.

PostPosted: Fri Apr 20, 2012 09:24
by mauvebic
woulda been cool against the waterfall of my "starbase" (floating city) too if i still had the map :S lol

also useful when you fast/fly far away from any settlements, i find my way back easier lol

PostPosted: Fri Apr 20, 2012 12:56
by sfan5
Really nice!

PostPosted: Fri Apr 20, 2012 13:27
by mauvebic
im thinking of adding an extra mode: automatic. where the light moves around :-)

PostPosted: Fri Apr 20, 2012 14:00
by sfan5
+1 That would be awesome!

PostPosted: Fri Apr 20, 2012 14:04
by mauvebic
up and down or more circular?

PostPosted: Fri Apr 20, 2012 14:22
by sfan5
circular

PostPosted: Fri Apr 20, 2012 17:02
by mauvebic
shouldnt be too dificult, though the moving spotlights will almost have to be a seperate mod since it will probably have 20+ states lol

Image

PostPosted: Mon Apr 23, 2012 14:03
by kddekadenz
Tested your mod.
Suggestions:
- make a blinking variant (abm?)
- add to the spotlights:light node:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
selection_box = {
        type = "fixed",
        fixed = {0, 0, 0, 0, 0, 0},
    },

PostPosted: Mon Apr 23, 2012 15:29
by mauvebic
kddekadenz wrote:Tested your mod.
Suggestions:
- make a blinking variant (abm?)
- add to the spotlights:light node:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
selection_box = {
        type = "fixed",
        fixed = {0, 0, 0, 0, 0, 0},
    },


I was supposed to program a pattern into the spotlights, though blinking could work just as well. though the more modes i add the more likely ill have to split up the splotlights by function, as it stands it can take a while to toggle the spotlight to the last mode when playings on P4 lol

What does that bit of code do?

i also noticed they work underwater though they only illuminate above the water, is this desirable behaviour?

PostPosted: Mon Apr 23, 2012 15:39
by VanessaE
A spotlight should illuminate the water surrounding it as well as solid objects above and below the water line, if possible.

I occasionally place torches while working underwater, they work well for that, if shorter range than a spotlight.

PostPosted: Wed Apr 25, 2012 15:06
by kddekadenz
mauvebic wrote:
kddekadenz wrote:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
selection_box = {
        type = "fixed",
        fixed = {0, 0, 0, 0, 0, 0},
    },

What does that bit of code do?


It will make your light-node non selectable.

PostPosted: Wed Apr 25, 2012 15:24
by mauvebic
omg thank you for that, its been driving me nuts since i started testing lol