Skip to content

Instantly share code, notes, and snippets.

View Tim-Machine's full-sized avatar

Tim Smith Tim-Machine

  • Cohezion.ai
  • Cary,NC
  • 15:28 (UTC -04:00)
View GitHub Profile

Gamerlytics.gg

Know Yourslef, Know your Enemy

What we are trying to do


We want to bring true gaming insights to gamers. Most sites show you basic historical data but do not provide you insight on how well you play a specific champion, which champions you are strong agasint, or which champions you may be weak with. We plan to use the data from each game to give you a custom tailored experince into your skill set. We want to help you be a better gamer.

Teams


Professional or trying to break into the professional scene your team needs in-depth team analytics. This want be a day one feature but it is without a doubt on our road map! We want to help you figure out what team compositions and strategies work for you. We plan to work with pro teams to help identifiy key performance metrics.

Verifying that +zerovapor is my blockchain ID. https://onename.com/zerovapor
Just a silly thought, I guess we all use DMS, DMS has an option to freeze AI when players aren't nearby, could it be that thing somehow affecting players?
If you want to test that theory, in fn_FreezeToggle.sqf in DMS, change the section:
if (_freeze) then
{
{
_x enableSimulationGlobal false;
(vehicle _x) enableSimulationGlobal false;
} forEach (units _group);
void UTankAimingComponent::SetTurretReference(UTankTurret* TurretToSet) {
if (!Turret) { return; }
Turret = TurretToSet;
}
// Fill out your copyright notice in the Description page of Project Settings.
#include "FPSCharacter.h"
#include "FPSProjectile.h"
#include "Engine.h"
#include "MyPlayerController.h"
#include "Components/CapsuleComponent.h"
// Fill out your copyright notice in the Description page of Project Settings.
#include "FPSCharacter.h"
#include "FPSProjectile.h"
#include "Engine.h"
#include "MyPlayerController.h"
#include "Components/CapsuleComponent.h"
- Environment:
- Copado User story :
- No specific data:
- Steps to recreate:
- Issue:
- Expected behavior:
- Consequence:
const conn = this.org.getConnection();
// Attempt 1
conn.sobject("Account").describe(function(err, meta) {
if (err) { return console.error(err); }
console.log('Label : ' + meta.label);
console.log('Num of Fields : ' + meta.fields.length);
});
// Attempt 2
// docs https://developers.google.com/admin-sdk/email-settings/
<?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:apps='http://schemas.google.com/apps/2006'>
<title>Mail Filters</title>
<id>tag:mail.google.com,2008:filters:1291730846135</id>
<updated>2018-07-12T15:18:07Z</updated>
<author>
<name>Timothy Smith</name>
<email>tsmith2686@gmail.com</email>
</author>
using UnrealBuildTool;
public class Exordium : ModuleRules
{
public Exordium(ReadOnlyTargetRules Target) : base(Target)
{
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
PublicDependencyModuleNames.AddRange(new string[] {