Create an account


Poll: Like idea?
You do not have permission to vote in this poll.
Yes!
87.50%
14 87.50%
Neutral!
6.25%
1 6.25%
No!
6.25%
1 6.25%
Total 16 vote(s) 100%
* You voted for this item. [Show Results]

Thread Rating:
  • 3 Vote(s) - 3.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SUGGESTION] Pointers at Teammates

#26
(09-30-2010, 08:20 AM)Halogene Wrote: Then you'd see them through walls - the downside is significantly increased traffic as the 3d locations of all team mates need to be communicated constantly.

Well. Personally I don't use 2d map, as I don't have many time to look at it Smile

I think that visible through walls markers (let them first be just wahat we already have - we'll improve them if the base works) would be much more useful.

Server also doesn't need to send all info about all team mates to client constanlty - only about those who could be seen through walls. Players behind you are unknown until you turn around to see their markes through walls. Some optimisation can be introduced here as well.
I'm making Liblast - a FOSS online FPS game made with Godot 4 and a 100% open-source toolchain
Reply

#27
Something I'd like to see integrated into the pointer information is whether the player is attacking, roaming, defending, afk, or has the flag. Perhaps, instead of circumflexes, the icons could be shields (for defence) lightning bolts (for attack), flags (for FC, or perhaps for people chasing FC), and a running stick figure (for roaming)?
[Image: vN3NkMA]
(Idea stolen from Mr. Bougo. Hehehehe)
Reply

#28
Voted yes, and imo ideally it should be a server setting AND client setting. So servers with a lot of players could disable it if it takes too much bandwidth and client could disable it if he finds it annoying.

I find radar is great when trying to find teammates, but personally I rarely think to look at it when in more time-sensitive situations, ie: when hearing a noise around a corner and have to decide in less than a second if I should fire or not at whoever is about to jump at me. The hesitation can get you killed or can get you a teamkill. Or both if teammate has the same reaction Wink In those situations, that feature would be gold.

The "helpme" spam can work, but it also ruins the actual use for that bind, if you have 4 teammates spamming it and someone is actually calling for help, hard to find out which one to go to Wink

Altho it might not be THAT necessary a feature, a real teammate waypoint that you can see thru walls would be very nice, even if only for teammates in a certain radius.
Reply

#29
(09-30-2010, 09:58 PM)clanclanclan Wrote: Something I'd like to see integrated into the pointer information is whether the player is attacking, roaming, defending, afk, or has the flag. Perhaps, instead of circumflexes, the icons could be shields (for defence) lightning bolts (for attack), flags (for FC, or perhaps for people chasing FC), and a running stick figure (for roaming)?

I agree. Good ideas for signs Smile The question is how to determine if a players is defending, attacking or roaming? And if this can reliably checked by computers.


.png   attack.png (Size: 23.28 KB / Downloads: 51)
.png   defend.png (Size: 18.82 KB / Downloads: 51)
Quick designs.

(10-01-2010, 02:45 AM)nifrek Wrote: Voted yes, and imo ideally it should be a server setting AND client setting. So servers with a lot of players could disable it if it takes too much bandwidth and client could disable it if he finds it annoying.

I find radar is great when trying to find teammates, but personally I rarely think to look at it when in more time-sensitive situations, ie: when hearing a noise around a corner and have to decide in less than a second if I should fire or not at whoever is about to jump at me. The hesitation can get you killed or can get you a teamkill. Or both if teammate has the same reaction Wink In those situations, that feature would be gold.

The "helpme" spam can work, but it also ruins the actual use for that bind, if you have 4 teammates spamming it and someone is actually calling for help, hard to find out which one to go to Wink

Altho it might not be THAT necessary a feature, a real teammate waypoint that you can see thru walls would be very nice, even if only for teammates in a certain radius.

I simply agree with what you wrote Smile
I'm making Liblast - a FOSS online FPS game made with Godot 4 and a 100% open-source toolchain
Reply

#30
unfa Wrote:The question is how to determine if a players is defending, attacking or roaming? And if this can reliably checked by computers.

I was thinking of more of a more manual method, ie. you might put "cmd status defending" or "cmd status attacking" in your "defending" and "attacking" binds. If people did not put it in manually, it might just have to be a circumflex.

OTOH, a simple machine method of checking whether you were attacking or defending could be:

1. Measure the distance between bases, let this be x
2. If your distance from the enemy base is <= 0.25 x x, then you are attacking
3. If your distance from the enemy base is >= 0.25 x x, and your distance from a friendly base is >= 0.25 x x, then you are roaming
4. If your distance from the friendly base is <= 0.25 x x, then you are defending

An alternate (and more accurate method) could be:

1. Draw line L from base F (friendly) to base E (enemy)
2. Draw two points, x and y at 0.25 x Length(L) from each base
3. At x, draw a line perpendicular to L which is of infinite length. Do the same for y
4. You have now divided the map into 3, and from here you can figure out who is attacking and who is defending

With either of these methods, you could add extra bits in to determine the average direction the player is moving in, over, say 15s, and use this to alter the outcome. You could also use their long term average position on the map.

Exceptions to the automatic detection methods are:

A) When your role is manually designated (ie. "cmd status *")
B) When you have the flag (in which case you will have a flag icon, no matter what)
[Image: vN3NkMA]
(Idea stolen from Mr. Bougo. Hehehehe)
Reply

#31
nice idea, but yeah it should be optional from the settings menu or using a hotkey
Reply

#32
great idea! there could be a hotkey for showing / hiding the markers!
MY NOOB STATS:
[Image: 788.png]
Reply

#33
how much would it change the bandwidth?
MY NOOB STATS:
[Image: 788.png]
Reply



Forum Jump:


Users browsing this thread:
3 Guest(s)

Forum software by © MyBB original theme © iAndrew 2016, remixed by -z-