Big Brother Mod By Smirniy Version 2.0 Final -

Version 2.0 Final allows the Big Brother to alter the environment in real-time to funnel the player. Doors that were previously open will suddenly lock, forcing the player into narrow chokepoints. Light sources will flicker and die not by random chance, but strategically, when an enemy is approaching. The weather system is tied directly to the player's inventory: if you have thermal optics, the Big Brother will initiate a dense fog or a radioactive storm to render your gear useless.

In vanilla SoC, enemies have patrol routes and predictable aggro. In BBM 2.0 Final:


using System;
using System.Collections.Generic;
using StardewValley;
using StardewModdingAPI;
namespace CustomizableNpcs
public class CustomNPCSchedules : Mod
public override void Entry(IModHelper helper)
// Initialize your mod here
            helper.Events.GameLoop.GameLaunched += (s, e) =>
// Your feature initialization
            ;
// Example method to adjust NPC schedule
        private void AdjustSchedule(NPC npc, List<ScheduleEntry> newSchedule)
// Logic to adjust NPC schedule
// Example Schedule Entry
    public class ScheduleEntry
public string Time  get; set; 
        public string Location  get; set;

Smirniy left a few debug keys active in v2.0 Final: Big Brother Mod By Smirniy Version 2.0 Final


The jump from earlier betas to Version 2.0 Final was monumental. Here is what you get:

“I started this mod because I wanted players to feel genuine paranoia. Not the fun kind. The kind that makes you double-check your save files. Version 1.9 was too forgiving. Version 2.0 Final is the mod I always intended to make. You will not enjoy it. You will survive it. Or you won’t. Either way, Big Brother is grateful for your compliance.” Version 2

— Smirniy (Last online: 1984)

Originally conceived as a realism/immersion overhaul for [Insert Base Game: e.g., S.T.A.L.K.E.R. Shadow of Chernobyl / Arma 3 / Rome Total War], the Big Brother Mod transports the player into an alternate 1984-inspired universe. You are not a hero. You are a Number. A cog in the machine. Your every move is logged, judged, and potentially eliminated. using System; using System

In Version 2.0 Final, the all-seeing eye of the Party has never been sharper.

One last warning from Smirniy's readme: "If you hear a whisper calling your real name through your headphones – alt-tab and restart. That is not the mod. That means something is wrong with your PC. Or maybe not."

Get your artifacts. Trust no one. And remember – in the Big Brother Mod, the Zone has already judged you.

Get out of here, stalker.