Skip to main content
The Deno 2 Release Candidate is here
Learn more
interface ICoreConfig.ICoreConfig
implements IBaseConfig
Re-export
import { type ICoreConfig } from "https://deno.land/x/sptaki@1.2.0/models/spt/config/mod.ts";
const { ICoreConfig } = ICoreConfig;

Properties

kind: "aki-core"
akiVersion: string
projectName: string
compatibleTarkovVersion: string
serverName: string
profileSaveIntervalSeconds: number
sptFriendNickname: string
allowProfileWipe: boolean
bsgLogging: IBsgLogging
release: IRelease
fixes: IGameFixes
features: IServerFeatures
optional
commit: string

Commit hash build server was created from

optional
buildTime: string

Timestamp of server build

Properties

kind: "aki-core"
akiVersion: string
projectName: string
compatibleTarkovVersion: string
serverName: string
profileSaveIntervalSeconds: number
sptFriendNickname: string
allowProfileWipe: boolean
bsgLogging: IBsgLogging
release: IRelease
fixes: IGameFixes
features: IServerFeatures
optional
commit: string

Commit hash build server was created from

optional
buildTime: string

Timestamp of server build

Properties

verbosity: number

verbosity of what to log, yes I know this is backwards, but its how nlog deals with ordinals. complain to them about it! In all cases, better exceptions will be logged. WARNING: trace-info logging will quickly create log files in the megabytes. 0 - trace 1 - debug 2 - info 3 - warn 4 - error 5 - fatal 6 - off

sendToServer: boolean

Properties

optional
betaDisclaimerText: string
betaDisclaimerAcceptText: string
serverModsLoadedText: string
serverModsLoadedDebugText: string
clientModsLoadedText: string
clientModsLoadedDebugText: string
illegalPluginsLoadedText: string
illegalPluginsExceptionText: string
optional
releaseSummaryText: string
optional
isBeta: boolean
optional
isModdable: boolean
isModded: boolean
betaDisclaimerTimeoutDelay: number

Properties

fixShotgunDispersion: boolean

Shotguns use a different value than normal guns causing huge pellet dispersion

removeModItemsFromProfile: boolean

Remove items added by mods when the mod no longer exists - can fix dead profiles stuck at game load

fixProfileBreakingInventoryItemIssues: boolean

Fix issues that cause the game to not start due to inventory item issues

Properties

autoInstallModDependencies: boolean
compressProfile: boolean
chatbotFeatures: IChatbotFeatures

Properties

sptFriendEnabled: boolean
commandoEnabled: boolean
commandoFeatures: ICommandoFeatures

Properties

giveCommandEnabled: boolean