sof2er / rotoblin

Automatically exported from code.google.com/p/rotoblin
0 stars 0 forks source link

Show pending tank player #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
CTerrorPlayerResource entity contains a netprop that might be interesting to 
check out for the spectate hud:

-Member: m_pendingTankPlayerIndex (offset 3948) (type integer) (bits 32)

Upon the tank have 0% frustration, we should try to fetch this netprop and see 
if it contains a client index of the next tank player and show some text about 
the next tank player.

Example:
3. Frustration:
   0% (passing to NAME)

May have to find a alternative shorter wording.

Original issue reported on code.google.com by MrZer...@gmail.com on 18 Jan 2011 at 8:17

GoogleCodeExporter commented 9 years ago
I wonder if we can somehow force tank swap if a client drops out (if it's the 
first tank swap, else AI)

Original comment by sof...@gmail.com on 18 Jan 2011 at 11:33

GoogleCodeExporter commented 9 years ago
Not with this.

To swap tank player we would have to use an extension to detour the swaping 
from AI tank.

I added this as low priority, as its only "eye candy" for the spectators. 
Nothing more.

Original comment by MrZer...@gmail.com on 19 Jan 2011 at 11:29