Third person mode for the ready room

HackepeterHackepeter Join Date: 2003-06-08 Member: 17107Members, Constellation
<div class="IPBDescription">Would it increase the ready room feeling?</div>Hey!

Why not using third person mode in the ready room? I would favor that because you have no weapon (respectively view model) in the ready room anyway. Maybe that would look better than having no hands/teeth ;) Its also nice to see and control the last player class in a third person mode and just increases the want to jump around :D

I know you know how third person looks, but just to give you an impression that's how it would be:

<img src="http://dl.dropbox.com/u/8054606/readyroom_thirdperson.jpg" border="0" class="linked-image" />

What do you think? Its just a tiny change at the server side code, i added:

<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->    if Server and self:GetTeamNumber() == kNeutralTeamType then
        self:SetIsThirdPerson(3)
    end<!--c2--></div><!--ec2-->

to Player:OnInit() that affects all player classes if they are spawned in the ready room.

What speaks against that?

Comments

  • jergodzjergodz Join Date: 2011-05-20 Member: 99745Members
    I wouldn't mind it, would make up for the sudden tooth loss on the alien side.
  • whoppaXXLwhoppaXXL Join Date: 2006-11-03 Member: 58298Members, Reinforced - Shadow
    It's the only chillzone where you can look at the details of the models without stress anyways, besides the editor. Why not add simple mouswheel scrolling to zoom out of the character?
  • vizioNzvizioNz InversionNS2.com Join Date: 2003-12-21 Member: 24595Members, Constellation, NS2 Playtester
    I have to say, I really like this idea. I might ask Tempest to try this out on our anagram servers.
  • HackepeterHackepeter Join Date: 2003-06-08 Member: 17107Members, Constellation
    <!--quoteo(post=1870223:date=Aug 20 2011, 11:39 AM:name=whoppaXXL)--><div class='quotetop'>QUOTE (whoppaXXL @ Aug 20 2011, 11:39 AM) <a href="index.php?act=findpost&pid=1870223"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->It's the only chillzone where you can look at the details of the models without stress anyways, besides the editor. Why not add simple mouswheel scrolling to zoom out of the character?<!--QuoteEnd--></div><!--QuoteEEnd-->

    Good compromise! But that would need a bit more work. I'am not sure if it's possible to "change the weapon" with the mouse wheel if you don't have one like in the ready room. Probably some client code has to be changed too to get that working.


    <!--quoteo(post=1870234:date=Aug 20 2011, 12:11 PM:name=vizionz)--><div class='quotetop'>QUOTE (vizionz @ Aug 20 2011, 12:11 PM) <a href="index.php?act=findpost&pid=1870234"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->I have to say, I really like this idea. I might ask Tempest to try this out on our anagram servers.<!--QuoteEnd--></div><!--QuoteEEnd-->

    Cool! Would be nice to get some feedback about that after testing on a real server. Please tell me if that goes online on your servers :)
  • jergodzjergodz Join Date: 2011-05-20 Member: 99745Members
    Vizionz, your picture rocks! xD
  • subshadowsubshadow Join Date: 2003-04-21 Member: 15710Members
    Maybe leftclick on the mouse switches between firstperson/thirdperson. Holding right makes you able to pan around your model and scrolling lets you zoom in and out.
  • endarendar Join Date: 2010-07-27 Member: 73256Members, Squad Five Blue
    nice one hackepeter, I've done this on Aus Pure #1
  • PricePrice Join Date: 2003-09-27 Member: 21247Members
    Nice, maybe the player can switch from first- to thirdperson in ready room?
  • Kouji_SanKouji_San Sr. Hινε Uρкεερεг - EUPT Deputy The Netherlands Join Date: 2003-05-13 Member: 16271Members, NS2 Playtester, Squad Five Blue
    I hate this idea, what if I wanted to hide from the big bad marines as a Skulk. Now the marines can simply look around corners as well and discover my awesome hiding place dammit <img src="http://members.home.nl/m.borgman/ns-forum/smileys/trollface.gif" border="0" class="linked-image" />
  • LeegionLeegion Join Date: 2011-08-22 Member: 117882Members
    <!--quoteo(post=1870352:date=Aug 21 2011, 09:40 PM:name=endar)--><div class='quotetop'>QUOTE (endar @ Aug 21 2011, 09:40 PM) <a href="index.php?act=findpost&pid=1870352"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->nice one hackepeter, I've done this on Aus Pure #1<!--QuoteEnd--></div><!--QuoteEEnd-->


    This was awesome when you guys enabled it :D No one wanted to play a game, we just decided to stand on top of each other and make a tower.
  • HackepeterHackepeter Join Date: 2003-06-08 Member: 17107Members, Constellation
    <!--quoteo(post=1870472:date=Aug 22 2011, 02:40 AM:name=Leegion)--><div class='quotetop'>QUOTE (Leegion @ Aug 22 2011, 02:40 AM) <a href="index.php?act=findpost&pid=1870472"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->This was awesome when you guys enabled it :D No one wanted to play a game, we just decided to stand on top of each other and make a tower.<!--QuoteEnd--></div><!--QuoteEEnd-->

    I'm happy to hear that you guys enjoyed the third person mode in the ready room! I'm currently thinking about the idea to make an enhanced implementation of the camera controlling the the ready room. I liked that suggestion:

    <!--quoteo(post=1870317:date=Aug 21 2011, 02:26 AM:name=subshadow)--><div class='quotetop'>QUOTE (subshadow @ Aug 21 2011, 02:26 AM) <a href="index.php?act=findpost&pid=1870317"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->Maybe leftclick on the mouse switches between firstperson/thirdperson. Holding right makes you able to pan around your model and scrolling lets you zoom in and out.<!--QuoteEnd--></div><!--QuoteEEnd-->

    That would be just like in an model viewer and as others of you also mentioned each player could set the camera mode by them self.
Sign In or Register to comment.