As an ex-pro CS player (circa 2003-2007), this is pretty neat. Unfortunately, even though CS might have a fairly deep weapon pool, only a very small subset of weapons are actually used in competition (I'd wager 85+% of gameplay mostly involves the M4, AK, AWP, Deagle, and USP/Glock). Situationally, a few weapons would be interesting to compare (the MAG-7 and Scout come to mind), but the tool isn't particularly useful…
+1 .. came here to say exactly this. While this site is great for finding out what others weapons exist, I don't think any weapons outside of m4, ak, awp are actually used.
Show HN: CS Weapons – Counter-Strike weapon data comparison app
91–100 of 116 posts
Re: Show HN: CS Weapons – Counter-Strike weapon data comparison app
#92As an ex-pro CS player (circa 2003-2007), this is pretty neat. Unfortunately, even though CS might have a fairly deep weapon pool, only a very small subset of weapons are actually used in competition (I'd wager 85+% of gameplay mostly involves the M4, AK, AWP, Deagle, and USP/Glock). Situationally, a few weapons would be interesting to compare (the MAG-7 and Scout come to mind), but the tool isn't particularly useful…
Re: Show HN: CS Weapons – Counter-Strike weapon data comparison app
#93As an ex-pro CS player (circa 2003-2007), this is pretty neat. Unfortunately, even though CS might have a fairly deep weapon pool, only a very small subset of weapons are actually used in competition (I'd wager 85+% of gameplay mostly involves the M4, AK, AWP, Deagle, and USP/Glock). Situationally, a few weapons would be interesting to compare (the MAG-7 and Scout come to mind), but the tool isn't particularly useful…
I really do wish that eSports broadcasting of CS would improve. Instead of focussing on the first person view, if it primarily showcased an overhead view clearly indicating positioning and movement it would be more engaging for viewers.
Re: Show HN: CS Weapons – Counter-Strike weapon data comparison app
#94Earlier quoted context omitted.
I really do wish that eSports broadcasting of CS would improve. Instead of focussing on the first person view, if it primarily showcased an overhead view clearly indicating positioning and movement it would be more engaging for viewers.
but the difference would be that you can't see insane PoV's mid-round, which for me, takes away from the beauty of the game
It externalises the action, and makes the match into a "show" to watch, which I would say would be naturally more appealing to viewers.
Another interesting option would be to give spectators a free camera to view, I don't think that anything technical difficulty ia there in most game engines from providing a free, unrestricted camera to spectators.
Re: Show HN: CS Weapons – Counter-Strike weapon data comparison app
#95I think the weapon comparison needs some style adjustment. I compared 3 weapons and my eyes are having so much trouble following the lines that I thought some of the rows were misaligned. I think that effect is due to the highlighting feeling like it's actually alternating row colors. After I figured out what was going on, I started looking at the cells that stood out because I figured those must be the best numbers.…
Re: Show HN: CS Weapons – Counter-Strike weapon data comparison app
#96Really well done! Playing around with it a little, the only thing I noticed was it was difficult to see which color meant "better" when comparing values. Maybe add a little checkmark or something if one stat is higher? Other than that, I love how you don't just compare raw values, but have the ability to select armor/range/etc. That's something I see missing in a lot of similar "comparison" applications.
Re: Show HN: CS Weapons – Counter-Strike weapon data comparison app
#97Earlier quoted context omitted.
but the difference would be that you can't see insane PoV's mid-round, which for me, takes away from the beauty of the game
eSports I feel needs to grow into a more spectator friendly approach. Real life soccer matches are not broadcast from a players perspective, for example. Similarly if CS GO matches are broadcast from a overhead view that covers a broad swath of the map, it could provide a more engaging view to the spectators. It externalises the action, and makes the match into a "show" to watch, which I would say would be naturally…
Re: Show HN: CS Weapons – Counter-Strike weapon data comparison app
#98Re: Show HN: CS Weapons – Counter-Strike weapon data comparison app
#99Earlier quoted context omitted.
You can do this without spamming history, just replace the state instead of pushing it.
I think you should be using `replace` more judiciously. IMO its primary use is redirecting from some kind of invalid state/URL, i.e. when the user does not want to ever go back. For all valid states/URLs, users expect that the browser's back and forward button work as expected, and that they can save or send that link to others.
Users expect the back button to work for page transitions, not state/UI transitions. And again, this doesn't impact the ability to send the current page state as a link whatsoever.
Re: Show HN: CS Weapons – Counter-Strike weapon data comparison app
#100:-)