01234567890123456.json - AlPepino/Next-Days GitHub Wiki

All files in this folder is created itself. Each file represents one player. The file name is a steam GUID of this player.

Name

player's nick in game

GUID

steam GUID

PlayerID

unique player ID. Do not change it.

Event

saved event ID. Used by mod. Do not change it.

PerkStaminaEXP

(available through ND-Role-Playing )

float number representing last saved EXP when you died

PerkSoftEXP

(available through ND-Role-Playing )

float number representing last saved EXP when you died

PerkRoughEXP

(available through ND-Role-Playing )

float number representing last saved EXP when you died

PerkResistanceColdEXP

(available through ND-Role-Playing )

float number representing last saved EXP when you died

PerkReputationEXP

(available through ND-Role-Playing )

float number representing last saved EXP when you died

PerkHuntingEXP

(available through ND-Role-Playing )

float number representing last saved EXP when you died

PerkRadiationResistanceEXP

(available through ND-Role-Playing )

float number representing last saved EXP when you died

PerkToxicResistanceEXP

(available through ND-Role-Playing )

float number representing last saved EXP when you died

BestScore

(available through ND-Role-Playing )

float number representing players highest reputation (it is updated when died)

SavedDNA

(available through ND-Role-Playing )

these variables below representing last saved EXP by ingame option "Save DNA"

  • StaminaEXP
  • SpecialtySoftEXP
  • SpecialtyRoughEXP
  • ResistanceEXP
  • ResistanceToxicEXP
  • ResistanceColdEXP
  • ReputationEXP
  • HuntingEXP

ClanID

(available through ND-Clans )

ID of your clan. This ID is player ID of the player who created the clan. Value -1 means player is not in any clan.

BaseSpawn

(available through ND-Clans )

it is 3 elements number array. First element represents plot pole ID, second house ID, third bed ID.

note: max allowed beds in one object is 32.