ArcTic 158 Posted January 17, 2015 Report post Posted January 17, 2015 K/D is never dependent on teams. W/L is partially dependent on teams. It's all about the ship role you take. Some roles are far better for carrying bad teams than others. Just ask Kostyan. Even without scattergun, Kost can carry just about any team. And on a separate note, W/L is the most important stat in this game. I like Kostyan's addition to the win/loss chart. The color for it should be rainbow (I know the chart goes in the order of a rainbow, but use all of the colors in one bar for the 71%+). If not, use white. you could not be more wrong. Kills are highly dependent on teams. if your whole team is Aces, how are you going to get kills with no support? you seem to be missing that wins come from team work and so do kills. Share this post Link to post Share on other sites
Gene__Inari 52 Posted January 17, 2015 Report post Posted January 17, 2015 1 Share this post Link to post Share on other sites
xKostyan_ 898 Posted January 17, 2015 Report post Posted January 17, 2015 you could not be more wrong. Kills are highly dependent on teams. if your whole team is Aces, how are you going to get kills with no support? you seem to be missing that wins come from team work and so do kills.The better the pilot, the worse his teammates are, proven fact. So The better the pilot the worse his K/D is? = the worse his K/D the worse is the pilot, so the worse is the pilot, the better his team is -> the better his K/D -> the worse his teamamtes -> the worse is the pilot... well you get the drill i think not. Share this post Link to post Share on other sites
_terrorblade 255 Posted January 17, 2015 Report post Posted January 17, 2015 The better the pilot, the worse his teammates are, proven fact. So The better the pilot the worse his K/D is? = the worse his K/D the worse is the pilot, so the worse is the pilot, the better his team is -> the better his K/D -> the worse his teamamtes -> the worse is the pilot... well you get the drill i think not. 3 Share this post Link to post Share on other sites
ArcTic 158 Posted January 17, 2015 Report post Posted January 17, 2015 The better the pilot, the worse his teammates are, proven fact. So The better the pilot the worse his K/D is? = the worse his K/D the worse is the pilot, so the worse is the pilot, the better his team is -> the better his K/D -> the worse his teamamtes -> the worse is the pilot... well you get the drill i think not. This is true to a certain point. Unless you're playing lower tiers and then go up. or it screws up. Share this post Link to post Share on other sites
Big_Dirk_Energy 350 Posted January 18, 2015 Report post Posted January 18, 2015 you could not be more wrong. Kills are highly dependent on teams. if your whole team is Aces, how are you going to get kills with no support? you seem to be missing that wins come from team work and so do kills. :01414: Wins come from teamwork, yes. Kills come from player skill much more than teamwork. Just ask any skilled pilot. Getting kills depends on how good of a pilot you are as well as what role of ship you play. Getting kills in a drone-pooping b***h tackler is almost impossible, as it is a role not easily capable of getting kills with (only extreme n00bs are gonna die to drone-poopers). If you run a covert ops or gunship, you are much more likely to get kills than if you were to run a drone-pooper. Share this post Link to post Share on other sites
SenC 28 Posted January 18, 2015 Report post Posted January 18, 2015 (only extreme n00bs are gonna die to drone-poopers) WUT! 1 Share this post Link to post Share on other sites
Tillowaty 377 Posted January 18, 2015 Report post Posted January 18, 2015 WUT! and where are those good pilots on enemy side? 1 Share this post Link to post Share on other sites
ArcTic 158 Posted January 18, 2015 Report post Posted January 18, 2015 :01414: Wins come from teamwork, yes. Kills come from player skill much more than teamwork. Just ask any skilled pilot. Getting kills depends on how good of a pilot you are as well as what role of ship you play. Getting kills in a drone-pooping b***h tackler is almost impossible, as it is a role not easily capable of getting kills with (only extreme n00bs are gonna die to drone-poopers). If you run a covert ops or gunship, you are much more likely to get kills than if you were to run a drone-pooper. ah so only extreme Aces die to drone poopers but they're way op according to you? hmmmm i'm sorry. maybe you say they're op cuz you die by them too much. Share this post Link to post Share on other sites
Big_Dirk_Energy 350 Posted January 19, 2015 Report post Posted January 19, 2015 ah so only extreme Aces die to drone poopers but they're way op according to you? hmmmm i'm sorry. maybe you say they're op cuz you die by them too much. The sentry drone is OP. Especially when combined with the J10 implant. That combo is currently broken, and ends up giving the drone twice the amount of damage it should have (Kost can confirm). I rarely die to drone-poopers, but the sentry drone often hits me for insane amounts of damage (upwards of 8k in 3 hits, when I'm running full adaptive going full speed), which weakens me enough that someone else comes along to finish me off (since the drone-pooper 99% of the time runs away). As SenC proved with his screenshot, it is extremely effective against n00bs. Share this post Link to post Share on other sites
xKostyan_ 898 Posted January 19, 2015 Report post Posted January 19, 2015 (Kost can confirm) I don't know what you are talking about. Share this post Link to post Share on other sites
Silmerias_ 57 Posted March 6, 2015 Report post Posted March 6, 2015 Howdy !As promised we are still working on a formula to have some ER idea of a player.This screenshot show some work in progress of the version 0.2 Share this post Link to post Share on other sites
Johnnynator1 147 Posted May 17, 2015 Report post Posted May 17, 2015 Why dont you add the Time in battle and the average battle time $game_days_pvp = floor($data['data']['pvp']['totalBattleTime']/1000/60/60/24); $game_hour_pvp = floor(($data['data']['pvp']['totalBattleTime'] - $game_days_pvp*1000*60*60*24)/1000/60/60); $game_minutes_pvp = floor(($data['data']['pvp']['totalBattleTime'] - $game_days_pvp*1000*60*60*24 - $game_hour_pvp*1000*60*60)/1000/60); $game_sec_pvp = floor(($data['data']['pvp']['totalBattleTime'] - $game_days_pvp*1000*60*60*24 - $game_hour_pvp*1000*60*60 - $game_minutes_pvp*1000*60)/1000); $game_msec_pvp = floor(($data['data']['pvp']['totalBattleTime'] - $game_days_pvp*1000*60*60*24 - $game_hour_pvp*1000*60*60 - $game_minutes_pvp*1000*60 - $game_sec_pvp*1000)); $timePerBattle = $data['data']['pvp']['totalBattleTime']/$data['data']['pvp']['gamePlayed']; $AverageBattleTimM = floor(($timePerBattle)/1000/60); $AverageBattleTimeS = floor(($timePerBattle- $AverageBattleTimM*1000*60)/1000); Share this post Link to post Share on other sites
RennieAshII 206 Posted May 17, 2015 Report post Posted May 17, 2015 Win loss can also be dependant on squading especially in an organised one :-) Share this post Link to post Share on other sites
Ketriaava 251 Posted May 25, 2015 Report post Posted May 25, 2015 I like what I'm seeing with the v0.2!Is ER based on ELO, or something else? And can you elaborate on what a cap ratio is? Also, win/loss ratio is important but it isn't everything. The most important thing to take away from it is that good players make their own luck and their stats will naturally increase (up to a certain point) as they do. So it is a good indicator of a player's skill, but not the only indicator. You can make a lot of reasonably accurate and educated guesses about a player by looking at their stats and their medals, though. Also, related: My KDR fluctuates around 2.6 and my Win/Loss fluctuates around 1.65. It's been lower and it's been higher, but it mostly stays around there. I've also improved considerably in the last three or four months. (I used to assume that resistances removed the point value from incoming damage, I remember still doing that back in January. My Win/Loss was 1.01 back then!) Nothing wrong with admitting you aren't good and striving to do better. Share this post Link to post Share on other sites
Kazumi_ 34 Posted June 2, 2015 Report post Posted June 2, 2015 could use a stat for dread battles and tournaments, Total Tourney Games- w/d/l (seperated into Stages, or rather [s1]:W/D/L [s2]:W/D/L [s3]:W/D/L) and... Dreadnought Battles- W/D/L. this way I can tell who has experience with dreads and tourneys. Share this post Link to post Share on other sites
millanbel 997 Posted June 2, 2015 Report post Posted June 2, 2015 could use a stat for dread battles and tournaments, Total Tourney Games- w/d/l (seperated into Stages, or rather [s1]:W/D/L [s2]:W/D/L [s3]:W/D/L) and... Dreadnought Battles- W/D/L. this way I can tell who has experience with dreads and tourneys. These statistics are not gathered by Star Conflict as far as I know. Share this post Link to post Share on other sites
Silmerias_ 57 Posted February 29, 2016 Report post Posted February 29, 2016 Hello dear community, I'm pleased to announced the 2.0 beta of the FrogStats We created an efficiency rating formula based on multiple metrics, but for now we aren't really satisfied by the result. It will not be updated in production before having this fixed and have a better result, anyhow, you can start to use it on this beta URL. Please keep in mind that the efficiency ratting DOES NOT represent the real player level, it's a metric, nothing more. 1 Share this post Link to post Share on other sites
ArcTic 158 Posted February 29, 2016 Report post Posted February 29, 2016 Hello dear community, I'm pleased to announced the 2.0 beta of the FrogStats We created an efficiency rating formula based on multiple metrics, but for now we aren't really satisfied by the result. It will not be updated in production before having this fixed and have a better result, anyhow, you can start to use it on this beta URL. Please keep in mind that the efficiency ratting DOES NOT represent the real player level, it's a metric, nothing more. sweet! i suggest you add something for the past one hundred battles. (K/D and win loss for past 100) if possible ofc. Share this post Link to post Share on other sites
xKostyan 1,075 Posted February 29, 2016 Report post Posted February 29, 2016 sweet! i suggest you add something for the past one hundred battles. (K/D and win loss for past 100) if possible ofc. That info is not provided by Star Conflict API, in order to implement something of that sort - they would have to create a data-server, request from SC and store data about every player constantly, which is absolutely impractical, atm they are just a pass through (formatter per say) from SC database to end user. Share this post Link to post Share on other sites
Silmerias_ 57 Posted March 1, 2016 Report post Posted March 1, 2016 Exactly. Share this post Link to post Share on other sites
Lieutenant 2 Posted March 2, 2016 Report post Posted March 2, 2016 Trust me I've dug around to find nothing on the subject.Where is the star conflict api? e.g. url, documentation etc. Share this post Link to post Share on other sites
_terrorblade 255 Posted March 2, 2016 Report post Posted March 2, 2016 There's only the one for user info. http://gmt.star-conflict.com/pubapi/v1/userinfo.php?nickname=Lieutenant No docs Share this post Link to post Share on other sites
Lieutenant 2 Posted March 2, 2016 Report post Posted March 2, 2016 Ok thanks :) Share this post Link to post Share on other sites
Silmerias_ 57 Posted June 30, 2016 Report post Posted June 30, 2016 Version 2.0 is now OUT! https://rh.frogswarm.fr/sf It introduce the brand new ERv6 that replace the non representative game ER provided by the game. We worked on it a lot to find out a representative stat about a player level. It's obviously subject to change if we found out some better optimization but is really nice representative right now. We still need to set the levels of the rating and we will soon add it. A good player will approx ~3500 ERv6 at it's current state. Please report any suggestion here to be analyzed and introduced. Share this post Link to post Share on other sites
Recommended Posts