Skip to content

VagifPashayev/squad-logs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

squad-logs (custom build)

This repository is a custom build of the squad-logs library with additional log events for Squad servers.

It is designed to be used as a dependency in server-side applications (e.g. SquadJS / RISESquadJS) and provides deterministic and reproducible behavior across multiple servers.


🔧 Differences from the original project

This custom version introduces an additional log event:

SAT_CONFIG_HOOK

The event is emitted when SAT (SATAntiCheat) log entries are detected in server logs.

A minimal data structure is intentionally used to avoid tight coupling with enums and to simplify long-term maintenance.

export type TSatConfigHook = {
  raw: string;
  time: string;
  chainID: string;
  playerName: string;
  cheatType: string;
  event: string;
};

About

Custom squad-logs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors