How many people actually like the current marine flashlight?

FragmagnetFragmagnet Join Date: 2010-07-26 Member: 72873Members
edited February 2012 in NS2 General Discussion
Check my modlist page.
(in my sig)

released.




I'm just wondering.
Because I have a thread over in Ideas&Suggestions about making the flashlight better.

like this
<img src="http://i39.tinypic.com/8zgyft.jpg" border="0" class="linked-image" />
«13

Comments

  • CodeineCodeine Join Date: 2010-11-22 Member: 75155Members
    That looks good, i dont really like the marine flash light right now anything further then 10 metres your flash light is useless.
  • FragmagnetFragmagnet Join Date: 2010-07-26 Member: 72873Members
    For reference.

    Here's the default flashlight
    <img src="http://i42.tinypic.com/a14jls.jpg" border="0" class="linked-image" />

    And here's my flashlight
    <img src="http://i39.tinypic.com/8zgyft.jpg" border="0" class="linked-image" />
  • DghelneshiDghelneshi Aims to surpass Fana in post edits. Join Date: 2011-11-01 Member: 130634Members, Squad Five Blue, Reinforced - Shadow
    edited February 2012
    The current flashlight is atrocious due to the atmospherics. If there are two or more marines trying to point into the same direction, you cannot differentiate between onos, hive and wall anymore, because the atmospherics destroy any kind of contrast the game ever had. The range could be a bit higher imho, but not too much.

    Your flashlight confuses the hell out of me.
  • LuKeLuKe Join Date: 2011-11-05 Member: 131316Members
    Default flashlight looks nice and everything but more range on it is definitely better.
  • FragmagnetFragmagnet Join Date: 2010-07-26 Member: 72873Members
    edited February 2012
    OH and my flashlight has less atmospherics as well. :)

    here's how my flashlight works

    the biggest circle goes the default distance (15)
    the smallest goes a bit farther. (25)
    the middle one goes .... middle. (20)

    The smallest is also the brightest

    The default flashlight has an atmospheric rating of 0.5
    mine has an atmospheric rating of 0.15
    and the middle has the most atmospheric beamness due to it being the brightest.
  • CodeineCodeine Join Date: 2010-11-22 Member: 75155Members
    Can you show us beamness?
  • FragmagnetFragmagnet Join Date: 2010-07-26 Member: 72873Members
    <img src="http://i44.tinypic.com/wkg5xf.jpg" border="0" class="linked-image" />

    BEEEEEEEEEEEEEM
    The Small circle has the default atmospherics of 0.5
    the middle is 0.2
    outer is 0.15
  • YotopiaYotopia Join Date: 2010-11-22 Member: 75176Members
    I like your Flashlight.
    More range would be cool.
  • CodeineCodeine Join Date: 2010-11-22 Member: 75155Members
    i like it, looks good.
  • LV426-ColonistLV426-Colonist Space Jockey Join Date: 2011-08-05 Member: 114269Members, Constellation
    edited February 2012
  • RokiyoRokiyo A.K.A. .::FeX::. Revenge Join Date: 2002-10-10 Member: 1471Members, Constellation
    Much prefer your implementation. I've been waiting a long while for something like this:
    <img src="http://gigainternational.com/electronics/fenix-L1beam2.jpg" border="0" class="linked-image" />
  • FragmagnetFragmagnet Join Date: 2010-07-26 Member: 72873Members
    I'm actually planning on having the 2 middle circles be attached to your current weapon.
    It would make more sense.
    Your shoulder light would be the wide close range one.
    and the flashlight on your gun would be the longrange narrow one.
  • CodeineCodeine Join Date: 2010-11-22 Member: 75155Members
    Is this something UWE have to implement or can i use your "mod"?
  • FragmagnetFragmagnet Join Date: 2010-07-26 Member: 72873Members
    edited February 2012
    <!--quoteo(post=1902568:date=Feb 13 2012, 04:11 AM:name=Codeine)--><div class='quotetop'>QUOTE (Codeine @ Feb 13 2012, 04:11 AM) <a href="index.php?act=findpost&pid=1902568"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->Is this something UWE have to implement or can i use your "mod"?<!--QuoteEnd--></div><!--QuoteEEnd-->

    Flashlights are actually clientside.
    So once I get to releasing the files. (Probably not too long from now)
    You just drop them into your ns2 stuff and bam.

    I hope by release they add value checks to servers.
    So they detect non default values for things like flashlights.
    (since nothing is preventing you from making your flashlight retardedly OP ((aka 999999 range 9999 brightness 9999 width)))

    It would be pretty badass if UWE did implement my version of the flashlight though.
  • LV426-ColonistLV426-Colonist Space Jockey Join Date: 2011-08-05 Member: 114269Members, Constellation
    edited February 2012
    The atmospherics have made me use the flashlight less. It is rather annoying while trying to target a skulk.

    Wouldn't mind seeing an upgraded version.
  • FragmagnetFragmagnet Join Date: 2010-07-26 Member: 72873Members
    <!--quoteo(post=1902577:date=Feb 13 2012, 04:52 AM:name=LV426-Colonist)--><div class='quotetop'>QUOTE (LV426-Colonist @ Feb 13 2012, 04:52 AM) <a href="index.php?act=findpost&pid=1902577"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->The atmospherics have made me use the flashlight less. It is rather annoying while trying to target a skulk.

    Wouldn't mind seeing an upgraded version.<!--QuoteEnd--></div><!--QuoteEEnd-->


    I've actually reduced the small beam of atmospherics since that image btw.
    It's now 0.4 instead of 0.5
    The outer is still 0.15
    and the middle is now 0.3
  • CodeineCodeine Join Date: 2010-11-22 Member: 75155Members
    I look forward to trying.
  • FragmagnetFragmagnet Join Date: 2010-07-26 Member: 72873Members
    edited February 2012
    I've hit a snag on attaching lights to the active weapon

    the code provided by the wiki does not work.

    local coords = self:GetActiveWeapon():GetAttachPointCoords( 0 )
    coords = coords * Coords.GetRotation( Vector(0,1,0), math.pi/2 )
    self.flashlightObject:SetCoords(coords)

    that's the code btw.


    I'm pretty sure math.pi/2 could be replaced with math.rad(90)


    either way the lights I try to attach to the active weapon (the 2 smallest lights) don't turn on
    hmmmmmmmmmmmmmmmmm



    on the upside
    I compressed a bit of the flashlight code I added.
  • RokiyoRokiyo A.K.A. .::FeX::. Revenge Join Date: 2002-10-10 Member: 1471Members, Constellation
    Hrmm.... Come to think of it... The flashlight being attached to the weapon would make reloading absolutely terrifying... I like it!!

    (I really really really like being terrified by this game... Just sayin')
  • FragmagnetFragmagnet Join Date: 2010-07-26 Member: 72873Members
    edited February 2012
    <!--quoteo(post=1902596:date=Feb 13 2012, 06:32 AM:name=Rokiyo)--><div class='quotetop'>QUOTE (Rokiyo @ Feb 13 2012, 06:32 AM) <a href="index.php?act=findpost&pid=1902596"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->Hrmm.... Come to think of it... The flashlight being attached to the weapon would make reloading absolutely terrifying... I like it!!

    (I really really really like being terrified by this game... Just sayin')<!--QuoteEnd--></div><!--QuoteEEnd-->


    Only the middle 2 lights will be attached to the weapon.
    Your shoulder light (The wide short one) will still be forwards.
    You just won't be able to see very far down range while reloading.

    SPEAKING OF RANGE

    A model of a marine is used as a reference

    Straight on (any farther away and the center light is gone)
    <img src="http://i43.tinypic.com/w6qlms.jpg" border="0" class="linked-image" />

    Angled
    <img src="http://i41.tinypic.com/wck1h4.jpg" border="0" class="linked-image" />
  • HarimauHarimau Join Date: 2007-12-24 Member: 63250Members
    I'm really enjoying following this thread. I love it when ###### gets all practical.
  • FragmagnetFragmagnet Join Date: 2010-07-26 Member: 72873Members
    Well it's 7AM I'm going to take an 8 million hour nap now.
  • RokiyoRokiyo A.K.A. .::FeX::. Revenge Join Date: 2002-10-10 Member: 1471Members, Constellation
    Hrmm... I really like that, but the total lack of atmospherics in the centre cone is a tad harsh. Maybe have an extremely light atmospheric touch in there?
  • FragmagnetFragmagnet Join Date: 2010-07-26 Member: 72873Members
    <!--quoteo(post=1902628:date=Feb 13 2012, 09:06 AM:name=Rokiyo)--><div class='quotetop'>QUOTE (Rokiyo @ Feb 13 2012, 09:06 AM) <a href="index.php?act=findpost&pid=1902628"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->Hrmm... I really like that, but the total lack of atmospherics in the centre cone is a tad harsh. Maybe have an extremely light atmospheric touch in there?<!--QuoteEnd--></div><!--QuoteEEnd-->


    In firstperson? Because I can do that.
    If you were talking about thirdperson... the center cone has the most atmospherics.
  • Electr0Electr0 Join Date: 2011-10-31 Member: 130337Members
    Don't like it but not sure exactly why, probably the fog and atmospherics are a bit much, could have a little imperfection too it as well.
  • FragmagnetFragmagnet Join Date: 2010-07-26 Member: 72873Members
    <!--quoteo(post=1902727:date=Feb 13 2012, 05:22 PM:name=Electr0)--><div class='quotetop'>QUOTE (Electr0 @ Feb 13 2012, 05:22 PM) <a href="index.php?act=findpost&pid=1902727"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->Don't like it but not sure exactly why, probably the fog and atmospherics are a bit much, could have a little imperfection too it as well.<!--QuoteEnd--></div><!--QuoteEEnd-->


    There isn't much that can be done with spotlights other than make a circle of light.
    The atmospherics have been tuned since the picture that has them in it.

    NOTE
    Attaching the middle lights to your current active weapon IS POSSIBLE but doesn't work like I thought it would.
    The lights that would be attached to the weapon wouldn't be where your firstperson gun is aiming.
    They go where your actual model is aiming the gun..... which isn't ideal.... at all.
  • comp_comp_ Join Date: 2011-06-27 Member: 106656Members
    A change to the flashlight would be nice. Today I had a skulk hidding up high in crevice, and even though I had seen him hiding after he failed to kill me, I had a hell of a hard time aiming at him because I just couldn't see him even with the flashlight. I ended up having to spam some pistol shots and once I saw blood I just kept clicking in the same spot and killed him, but I wasn't really able to differentiate him from the walls....
  • Dictator93Dictator93 Join Date: 2008-12-21 Member: 65833Members, Reinforced - Shadow
    I love the look of this flashlight. The blended different levels of atmospherics look really nice.
    +1 to this idea.
  • IronHorseIronHorse Developer, QA Manager, Technical Support & contributor Join Date: 2010-05-08 Member: 71669Members, Super Administrators, Forum Admins, Forum Moderators, NS2 Developer, NS2 Playtester, Squad Five Blue, Subnautica Playtester, Subnautica PT Lead, Pistachionauts
    love it.
    but can you remove the blinding fog for friendlies only? i think that atmospherics are okay for the enemy to see (a show of force etc) but its just plain annoying when my teammate turns in my direction and i cant see the wall behind him. i know its realistic, but in a game of flashlights being everywhere, its just not fun or practical
  • FragmagnetFragmagnet Join Date: 2010-07-26 Member: 72873Members
    <!--quoteo(post=1902800:date=Feb 13 2012, 09:02 PM:name=ironhorse)--><div class='quotetop'>QUOTE (ironhorse @ Feb 13 2012, 09:02 PM) <a href="index.php?act=findpost&pid=1902800"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->love it.
    but can you remove the blinding fog for friendlies only? i think that atmospherics are okay for the enemy to see (a show of force etc) but its just plain annoying when my teammate turns in my direction and i cant see the wall behind him. i know its realistic, but in a game of flashlights being everywhere, its just not fun or practical<!--QuoteEnd--></div><!--QuoteEEnd-->


    It is possible but the amount of atmospherics now is so small that it'd be pointless.
Sign In or Register to comment.